@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.font-1 {
  font-family: "Lora", serif;
}

.font-2 {
  font-family: "Inter", sans-serif;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #0b1118;
}

.color-main {
  color: #0169c2;
}

.color-gray1 {
  color: #475467;
}

.color-gray2 {
  color: #344054;
}

.color-gray3 {
  color: #1d2939;
}

.color-gray4 {
  color: #404c5c;
}

.color-gray600 {
  color: #475467;
}

.color-gray800 {
  color: #1d2939;
}

.bg-main {
  background: #0169c2;
}

.bg-gray50 {
  background: #eff0f2 !important;
}

.ic-section-space {
  padding: 90px 0px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space {
    padding: 40px 0px;
  }
}

.ic-section-space-top {
  padding-top: 90px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-top {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space-top {
    padding-top: 40px;
  }
}

.ic-section-space-bottom {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-space-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-space-bottom {
    padding-bottom: 40px;
  }
}

.ic-section-header-space {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-header-space {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-header-space {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-section-header-space {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-header-space {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-header-space {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-section-header-space {
    margin-bottom: 20px;
  }
}

.ic-content-space {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-content-space {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-content-space {
    margin-bottom: 20px;
  }
}

.ic-container {
  max-width: 1365px;
  padding: 0 15px;
  margin: auto;
}

section {
  overflow: hidden;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

.mb-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1650px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-70 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-70 {
    margin-bottom: 20px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1650px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 1650px) {
  .mb-50 {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-50 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-50 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-50 {
    margin-bottom: 25px !important;
  }
}

.mb-55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1650px) {
  .mb-55 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-55 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-55 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-55 {
    margin-bottom: 25px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1650px) {
  .mb-45 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-45 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-45 {
    margin-bottom: 25px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1650px) {
  .mb-40 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1650px) {
  .mb-35 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-35 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-35 {
    margin-bottom: 20px;
  }
}

.mb-38 {
  margin-bottom: 38px;
}
@media only screen and (max-width: 1650px) {
  .mb-38 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-38 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-38 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1650px) {
  .mb-30 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-28 {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-28 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-28 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-28 {
    margin-bottom: 18px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .mb-25 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mb-25 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-25 {
    margin-bottom: 12px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mb-24 {
    margin-bottom: 14px;
  }
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1650px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-20 {
    margin-bottom: 12px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-16 {
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 1650px) {
  .mb-16 {
    margin-bottom: 13px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-16 {
    margin-bottom: 9px !important;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 1650px) {
  .mb-15 {
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-15 {
    margin-bottom: 8px !important;
  }
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1650px) {
  .mb-10 {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-10 {
    margin-bottom: 5px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-8 {
    margin-bottom: 5px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

.padding-20 {
  padding: 20px 20px;
}
@media only screen and (max-width: 1650px) {
  .padding-20 {
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .padding-20 {
    padding: 12px 12px;
  }
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.ic-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-social li {
  margin-right: 6px;
}
.ic-social li:last-child {
  margin-right: 0;
}
.ic-social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-social a svg,
.ic-social a i {
  font-size: 14px;
  width: 14px;
  color: #fff;
  fill: #fff;
}
@media only screen and (max-width: 767.98px) {
  .ic-social a svg,
  .ic-social a i {
    font-size: 13px;
  }
}
.ic-social a .instagram {
  fill: transparent;
}
.ic-social a:last-of-type {
  margin-right: 0px;
}
.ic-social a:hover {
  background-color: #fff;
}
.ic-social a:hover svg {
  fill: #0169c2;
  stroke: #0169c2;
}
.ic-social a:hover .instagram {
  fill: transparent;
  stroke: #0169c2;
}
.ic-social a:hover i {
  color: #0169c2;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

/**Slick Dot**/
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: static;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 8px;
}
.slick-dots li.slick-active button {
  background-color: #0169c2;
  width: 20px;
  height: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slick-dots li button {
  background-color: #d0d5dd;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}

.ic-heading .sub-1 {
  font-weight: 500;
}

.pagination .page-item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  color: #0b1118;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .pagination .page-item a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767.98px) {
  .pagination .page-item a {
    width: 30px;
    height: 30px;
  }
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e7e6e6;
}

.ic-pagination-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ic-pagination-right button {
  height: 33px;
  border-radius: 8px;
  border: 1px solid #e7e6e6;
  background: #fff;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ic-pagination-right button:focus {
  border: 1px solid #e7e6e6;
}

.ic-banner-area [data-aos^=fade][data-aos^=fade] {
  opacity: 1;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: initial;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #0169c2;
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Lora", serif;
  text-transform: capitalize;
}

h1, h1 span {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
}
@media only screen and (max-width: 1650px) {
  h1, h1 span {
    font-size: 50px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h1, h1 span {
    font-size: 30px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1, h1 span {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1, h1 span {
    font-size: 26px;
    line-height: 38px;
  }
}
h2, h2 span {
  font-size: 50px;
  line-height: normal;
  font-weight: 700;
}
@media only screen and (max-width: 1650px) {
  h2, h2 span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h2, h2 span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h2, h2 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2, h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2, h2 span {
    font-size: 25px;
  }
}
h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
@media only screen and (max-width: 1650px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1650px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

.h4-2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1650px) {
  .h4-2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .h4-2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .h4-2 {
    font-size: 18px;
  }
}

h5 {
  font-size: 22px;
  line-height: initial;
  font-weight: 600;
}
@media only screen and (max-width: 1650px) {
  h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  h5 {
    font-size: 16px;
  }
}

.sub-1 {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 1650px) {
  .sub-1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sub-1 {
    font-size: 15px;
    line-height: 24px;
  }
}

.sub-2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .sub-2 {
    font-size: 14px;
    line-height: 22px;
  }
}

.sub-3 {
  font-size: 16px;
  line-height: initial;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .sub-3 {
    font-size: 14px;
  }
}

.sub-3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .sub-3 {
    font-size: 14px;
  }
}

.font-56 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1399.98px) {
  .font-56 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .font-56 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .font-56 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .font-56 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .font-56 {
    font-size: 28px;
  }
}

.font-38 {
  font-size: 38px;
  line-height: normal;
}
@media only screen and (max-width: 1650px) {
  .font-38 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .font-38 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .font-38 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .font-38 {
    font-size: 28px;
  }
}

.font-32 {
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1650px) {
  .font-32 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .font-32 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .font-32 {
    font-size: 22px;
    line-height: 26px;
  }
}

.font-28 {
  font-size: 28px;
  line-height: normal;
}
@media only screen and (max-width: 1399.98px) {
  .font-28 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .font-28 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .font-28 {
    font-size: 18px;
  }
}

.font-20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1399.98px) {
  .font-20 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .font-20 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .font-20 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .font-20 {
    font-size: 16px;
  }
}

p,
a,
span,
label,
li,
button,
option {
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1199.98px) {
  p,
  a,
  span,
  label,
  li,
  button,
  option {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  p,
  a,
  span,
  label,
  li,
  button,
  option {
    font-size: 14px;
    line-height: 24px;
  }
}

.body-2 {
  font-size: 15px;
  line-height: 26px;
}
@media only screen and (max-width: 767.98px) {
  .body-2 {
    font-size: 12px;
    line-height: 22px;
  }
}

.body-3 {
  font-size: 12px;
  line-height: 18px;
}

.ic-breadcumb-area {
  padding: 84px 0px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-breadcumb-area {
    padding: 74px 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-breadcumb-area {
    padding: 64px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-breadcumb-area {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-breadcumb-area {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-breadcumb-area {
    padding: 45px 0px;
  }
}
.ic-breadcumb-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: rgba(52, 64, 84, 0.5);
}

.ic-breadcumb-wraper {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .ic-breadcumb-wraper .title {
    margin-bottom: 0;
  }
}

.ic-breadcumb-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-breadcumb-nav .ic-breadcumb-item:first-child .ic-breadcumb-link {
  padding-left: 0;
}
.ic-breadcumb-nav .ic-breadcumb-item:first-child .ic-breadcumb-link::after {
  display: none;
}
.ic-breadcumb-nav .ic-breadcumb-item:last-child .ic-breadcumb-link {
  padding-right: 0;
}
.ic-breadcumb-nav .ic-breadcumb-item .ic-breadcumb-link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px 11px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .ic-breadcumb-nav .ic-breadcumb-item .ic-breadcumb-link {
    font-size: 14px;
  }
}
.ic-breadcumb-nav .ic-breadcumb-item .ic-breadcumb-link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0169c2;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
}
.ic-breadcumb-nav .ic-breadcumb-item .ic-breadcumb-link:hover {
  color: #0169c2;
}

.ic-btn, .ic-btn-lg {
  height: 48px;
  padding: 0px 25px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  background-color: #0169c2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1650px) {
  .ic-btn, .ic-btn-lg {
    height: 46px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn, .ic-btn-lg {
    height: 44px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-btn, .ic-btn-lg {
    height: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-btn, .ic-btn-lg {
    height: 40px;
    font-size: 13px;
  }
}
.ic-btn:hover, .ic-btn-lg:hover {
  background-color: #1d2939;
  color: #fff;
}
.ic-btn.ic-btn2, .ic-btn2.ic-btn-lg {
  background: #1d2939;
}
.ic-btn.active, .active.ic-btn-lg {
  background: #1d2939;
}

.ic-btn-lg {
  height: 56px;
  padding: 0px 40px;
}
@media only screen and (max-width: 1650px) {
  .ic-btn-lg {
    height: 52px;
    padding: 0px 32px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn-lg {
    height: 48px;
    padding: 0px 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-btn-lg {
    height: 45px;
    padding: 0px 24px;
  }
}

.ic-btn-outline {
  border: 1px solid #0169c2;
  background-color: transparent;
  color: #0169c2;
}
.ic-btn-outline:hover {
  background-color: #0169c2;
  color: #fff;
}

.ic-loader-body {
  margin: 0;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/*  Logo Image */
.ic-loader img {
  width: 300px;
  height: 200px;
  object-fit: contain;
  opacity: 0;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.ic-banner-area {
  padding: 320px 0px 240px 0;
  position: relative;
  z-index: 1;
}
.ic-banner-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: -1;
}
@media only screen and (max-width: 1650px) {
  .ic-banner-area {
    padding: 280px 0px 200px 0;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-banner-area {
    padding: 240px 0px 160px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-area {
    background: #f2f4f7;
    padding: 200px 0px 120px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-banner-area {
    padding: 160px 0px 80px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-banner-area {
    padding: 120px 0px 80px 0;
  }
}
.ic-banner-area p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-area p {
    margin: auto;
    margin-bottom: 15px;
  }
}
.ic-banner-area.history-banner p {
  max-width: 100%;
}
.ic-banner-area .ic-banner-arrow-down {
  padding: 40px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-area .ic-banner-arrow-down {
    padding: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-banner-area .ic-banner-arrow-down {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-area .ic-banner-arrow-down p {
    margin-bottom: 0px !important;
  }
}

.ic-banner-area.about-banner {
  padding: 170px 0px 135px 0;
}
@media only screen and (max-width: 1399.98px) {
  .ic-banner-area.about-banner {
    padding: 240px 0px 160px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-area.about-banner {
    padding: 160px 0px 120px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-banner-area.about-banner {
    padding: 150px 0px 80px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-banner-area.about-banner {
    padding: 120px 0px 80px 0;
  }
}

.ic-banner-arrow-down a {
  display: inline-block;
  animation: upDown 1.5s ease-in-out infinite;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.ic-footer-area {
  background-color: #222d35;
}

.ic-footer-left {
  padding-right: 45px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer-left {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-left {
    text-align: center;
  }
}

.ic-footer-newsletter .form-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.ic-footer-newsletter .form-wrap .form-control {
  height: 46px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
  border: none;
  padding: 0px 12px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer-newsletter .form-wrap .form-control {
    height: 42px;
  }
}
.ic-footer-newsletter .form-wrap .form-control:focus {
  outline: none;
  box-shadow: none;
}
.ic-footer-newsletter .form-wrap .form-control::placeholder {
  font-size: 14px;
  color: #475467;
  font-family: "Inter", sans-serif;
}
.ic-footer-newsletter .form-wrap .ic-btn, .ic-footer-newsletter .form-wrap .ic-btn-lg {
  height: 46px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer-newsletter .form-wrap .ic-btn, .ic-footer-newsletter .form-wrap .ic-btn-lg {
    height: 42px;
  }
}
.ic-footer-newsletter .form-wrap .ic-btn:hover, .ic-footer-newsletter .form-wrap .ic-btn-lg:hover {
  background-color: #0169c2;
  color: #fff;
}

.footer-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .footer-social ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer-social ul li {
  margin-right: 8px;
}
.footer-social ul li a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.ic-footer-quick-link {
  padding-left: 60px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer-quick-link {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-quick-link {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-quick-link {
    text-align: center;
    padding-top: 20px;
  }
}
.ic-footer-quick-link ul a {
  color: #fff;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-quick-link ul a {
    margin-bottom: 5px;
  }
}
.ic-footer-quick-link ul a:hover {
  color: #0169c2;
}

.ic-footer-right {
  padding-left: 10px;
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-right {
    text-align: center;
    margin-top: 20px;
  }
}
.ic-footer-right .email a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-footer-right .email a:hover {
  color: #0169c2;
}

.ic-footer-copyright {
  border-top: 1px solid #383838;
  padding: 19px 0px;
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-copyright {
    padding: 15px 0px;
  }
}

.ic-copyright-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .ic-copyright-wraper {
    display: block;
    text-align: center;
  }
}
.ic-copyright-wraper .payment-method {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .ic-copyright-wraper .payment-method {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
  }
}
.ic-copyright-wraper .payment-method img {
  margin-right: 8px;
}
.ic-copyright-wraper .payment-method img:last-child {
  margin-right: 0;
}

/**Scroll To TOP CSS**/
@keyframes ic_up_down {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.ic-scroll-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0169c2;
  color: #fff;
  font-size: 32px;
  text-align: center;
  position: fixed;
  right: 4%;
  text-decoration: none;
  z-index: 999;
  animation: ic_up_down 3s linear infinite;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-scroll-top {
    bottom: 8% !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-scroll-top {
    display: none;
  }
}
.ic-scroll-top:hover {
  color: #fff;
}

.ic-new-footer-section {
  position: relative;
  z-index: 1;
}
.ic-new-footer-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.99);
  z-index: -1;
}

.ic-new-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-footer-social a {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-footer-social a {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-footer-social a {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-footer-social a {
    width: 40px;
    height: 40px;
  }
}
.ic-new-footer-social a i {
  font-size: 20px;
  color: #0b1118;
  transition: all 0.3s ease;
}
.ic-new-footer-social a:hover {
  background: #0169c2;
}
.ic-new-footer-social a:hover i {
  color: #fff;
}

.ic-new-footer-top {
  padding-bottom: 45px;
  border-bottom: 1px solid #d0d4d9;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-footer-top {
    padding: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-footer-top {
    padding: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-footer-top {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-footer-top {
    padding: 25px 0;
  }
}

.ic-new-footer-middle {
  padding-bottom: 80px;
  border-bottom: 1px solid #d0d4d9;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-footer-middle {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-footer-middle {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-footer-middle {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-footer-middle {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-new-footer-middle {
    padding-bottom: 30px;
  }
}
.ic-new-footer-middle input,
.ic-new-footer-middle button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 0 25px;
}
.ic-new-footer-middle button {
  color: #fff;
  background: #0169c2;
}

.ic-new-footer-bottom {
  padding: 25px 0;
}

/**Loader**/
.ic-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.ic-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0169c2;
  z-index: 9999;
}

.ic-logo {
  max-width: 250px;
}

.ball-scale-multiple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ic-header-top-area {
  background-color: #0169c2;
  padding: 8px 0px;
}

.ic-header-top-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ic-header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation: sticky 0.8s;
}
@keyframes sticky {
  from {
    top: -300px;
  }
  to {
    top: 0;
  }
}

.ic-header-area.sticky {
  background: #222d35;
}

.ic-header-wrapper {
  max-width: 1365px;
  margin: auto;
}
@media only screen and (max-width: 1199.98px) {
  .ic-header-wrapper {
    padding: 10px 0px;
  }
}
.ic-header-wrapper .navbar-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 575.98px) {
  .ic-header-wrapper .navbar-left .ic-header-brand img {
    max-width: 80%;
  }
}
.ic-header-wrapper .ic-navbar-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 70px;
}
@media only screen and (max-width: 1650px) {
  .ic-header-wrapper .ic-navbar-wrapper {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-header-wrapper .ic-navbar-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-header-wrapper .navbar-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.ic-header-wrapper .navbar-right .ic-mobile-search {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .ic-header-wrapper .navbar-right .ic-mobile-search {
    display: block;
    margin-right: 15px;
  }
  .ic-header-wrapper .navbar-right .ic-mobile-search svg {
    width: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-header-wrapper .navbar-right .ic-navbar-email span {
    display: none;
  }
}
.ic-header-wrapper .navbar-right .ic-navbar-email a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-header-wrapper .navbar-right .ic-navbar-email a svg {
  width: 22px;
  margin-right: 10px;
}
@media only screen and (max-width: 1650px) {
  .ic-header-wrapper .navbar-right .ic-navbar-email a svg {
    width: 18px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-header-wrapper .navbar-right .ic-navbar-email a svg {
    width: 16px;
  }
}

.ic-navbar-nav {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav {
    display: block;
  }
}
.ic-navbar-nav .ic-nav-item:last-child {
  margin-left: 35px;
}
.ic-navbar-nav .ic-nav-item:last-child .ic-nav-link {
  padding-right: 0;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item:last-child {
    margin-left: 0px;
  }
}
.ic-navbar-nav .ic-nav-item:hover .ic-nav-link {
  color: #0169c2;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item.search {
    display: none;
  }
}
.ic-navbar-nav .ic-nav-item .ic-nav-link {
  padding: 32px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 500;
}
@media only screen and (max-width: 1650px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    padding: 28px 14px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    padding: 24px 13px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    display: block;
    padding: 8px 0px;
    color: #000;
  }
}
.ic-navbar-nav .ic-nav-item .ic-nav-link.active {
  color: #0169c2;
}
.ic-navbar-nav .ic-nav-item .ic-nav-link svg {
  width: 20px;
  stroke: #0169c2;
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link svg {
    width: 16px;
  }
}
.ic-navbar-nav .ic-nav-item.ic-dropdown {
  position: relative;
}
.ic-navbar-nav .ic-nav-item.ic-dropdown .ic-dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item.ic-dropdown .ic-dropdown-toggle {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ic-navbar-nav .ic-nav-item.ic-dropdown .ic-dropdown-toggle::after {
  content: "\ea4e";
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-navbar-nav .ic-nav-item.ic-dropdown:hover .ic-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.ic-navbar-nav .ic-nav-item.ic-dropdown:hover .ic-dropdown-toggle::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item.ic-dropdown:hover .ic-dropdown-toggle::after {
    transform: rotate(0deg);
  }
}
.ic-navbar-nav .ic-nav-item .ic-dropdown-menu {
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 260px;
  -webkit-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  -moz-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  z-index: 99;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item .ic-dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    box-shadow: none;
    width: auto;
    min-width: auto;
    display: none;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
}
.ic-navbar-nav .ic-nav-item .ic-dropdown-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f2f4f7;
  display: inline-block;
  font-size: 15px;
  color: #475467;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-nav .ic-nav-item .ic-dropdown-item {
    font-size: 14px;
    padding: 8px 14px;
  }
}
.ic-navbar-nav .ic-nav-item .ic-dropdown-item:hover {
  background-color: rgba(1, 105, 194, 0.1);
  color: #0169c2;
}

/**Mobile menu**/
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(30, 34, 40, 0.7);
    top: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.ic-mobile-logo-close {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 24px 0px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-logo-close {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.ic-mobile-logo-close::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 1px;
  background-color: #f2f4f7;
  left: -24px;
  bottom: 10px;
}
.ic-mobile-logo-close .logo img {
  width: 180px;
}
.ic-mobile-logo-close .ic-menu-close {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0169c2;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-mobile-logo-close .ic-menu-close i {
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon {
    margin-left: 10px;
  }
}
.ic-mobile-menu-icon .ic-mobile-menu-open {
  width: 40px;
  display: none;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open {
    display: block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open {
    width: 35px;
  }
}
.ic-mobile-menu-icon .ic-mobile-menu-open:hover span {
  width: 100% !important;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span {
  height: 4px;
  display: block;
  margin: 7px 0px;
  margin-bottom: 0px;
  transition: all 0.3s;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  margin-left: auto;
  background: #0169c2;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(2) {
  width: 80%;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(3) {
  width: 60%;
}
@media only screen and (max-width: 767.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open span {
    height: 4px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-warper {
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    padding: 0px 24px 0px;
    transform: translateX(-100%);
    min-width: 320px;
    animation: unset !important;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-warper.active {
    transform: translateX(0%);
  }
}

.ic-mobile-social {
  display: none;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-social {
    display: block;
  }
}
.ic-mobile-social .contact a {
  color: #1d2939;
  font-weight: 500;
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}
.ic-mobile-social ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-mobile-social ul li {
  margin-right: 16px;
}
.ic-mobile-social ul li a {
  color: #1d2939;
  font-size: 20px;
}

.ic-counting-area .row .col:nth-child(1) .ic-counting-item {
  margin-bottom: 20px;
}
.ic-counting-area .row .col:nth-child(2) .ic-counting-item {
  margin-bottom: 20px;
}

.ic-counting-item .icon {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  -moz-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  transform: rotate(-52.63deg);
  width: 60px;
  height: 60px;
  margin: auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-counting-item .icon img {
  transform: rotate(52.63deg);
}
.ic-counting-item .content h2, .ic-counting-item .content h2 span, h2 .ic-counting-item .content span {
  font-size: 42px;
  line-height: 51px;
  color: #00033e;
}
@media only screen and (max-width: 1650px) {
  .ic-counting-item .content h2, .ic-counting-item .content h2 span, h2 .ic-counting-item .content span {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-counting-item .content h2, .ic-counting-item .content h2 span, h2 .ic-counting-item .content span {
    font-size: 34px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-counting-item .content h2, .ic-counting-item .content h2 span, h2 .ic-counting-item .content span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-counting-item .content h2, .ic-counting-item .content h2 span, h2 .ic-counting-item .content span {
    font-size: 28px;
    line-height: 34px;
  }
}
.ic-counting-item .content .sub-2 {
  font-weight: 500;
}

/**About Area CSS**/
.ic-about-area {
  background: #f2f4f7;
}

.ic-about-left {
  position: relative;
}
.ic-about-left .ic-about-tag {
  background-color: #0169c2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 50px;
}
@media only screen and (max-width: 1650px) {
  .ic-about-left .ic-about-tag {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-about-left .ic-about-tag {
    padding: 10px 12px;
    bottom: 30px;
  }
}
.ic-about-left .ic-about-tag h2, .ic-about-left .ic-about-tag h2 span, h2 .ic-about-left .ic-about-tag span {
  font-weight: 700;
  margin-right: 12px;
}
.ic-about-left .ic-about-tag h5 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-about-left .ic-about-tag h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-left .ic-about-tag h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

.ic-about-left-image {
  padding: 0px 65px;
}
.ic-about-left-image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ic-about-right .ic-heading .body-3 {
  width: 78%;
}
@media only screen and (max-width: 991.98px) {
  .ic-about-right .ic-heading .body-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-about-collapse {
    margin-bottom: 40px;
  }
}
.ic-about-collapse .accordion-item {
  border: none;
  background-color: transparent;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1650px) {
  .ic-about-collapse .accordion-item {
    margin-bottom: 25px;
  }
}
.ic-about-collapse .accordion-item:last-child {
  margin-bottom: 0;
}
.ic-about-collapse .accordion-header .title {
  padding: 14px 25px;
  border: 1px solid #98a2b3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-left: 6px solid #0169c2;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1650px) {
  .ic-about-collapse .accordion-header .title {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-collapse .accordion-header .title {
    padding: 10px 20px;
  }
}
.ic-about-collapse .accordion-header .title h5 {
  flex: 1;
  padding-right: 10px;
}
.ic-about-collapse .accordion-header .title.collapsed {
  border-left: 6px solid #344054;
}
.ic-about-collapse .accordion-header .title.collapsed .icon {
  transform: rotate(-90deg);
}
.ic-about-collapse .accordion-header .title .icon {
  flex: 0 0 auto;
  width: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-about-collapse .accordion-header .title .icon svg {
  width: 24px;
  fill: #0169c2;
}
.ic-about-collapse .accordion-body {
  padding: 0px;
  padding-top: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-about-collapse .accordion-body {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-collapse .accordion-body {
    padding-top: 15px;
  }
}

/**Our facility area css**/
@media only screen and (max-width: 991.98px) {
  .ic-our-facility-item-wraper .row .col:nth-child(1) .ic-our-facility-item {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-our-facility-item-wraper .row .col:nth-child(2) .ic-our-facility-item {
    margin-bottom: 16px;
  }
}

.ic-our-facility-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #eaecf0;
}
@media only screen and (max-width: 575.98px) {
  .ic-our-facility-item {
    max-width: 410px;
    margin: auto;
  }
}
.ic-our-facility-item:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
}
.ic-our-facility-item:hover .ic-facility-image img {
  transform: scale(1.1);
}
.ic-our-facility-item:hover .ic-facility-content .content h5 {
  color: #0169c2;
}
.ic-our-facility-item:hover .arrow-icon svg path {
  stroke: #0169c2;
}
.ic-our-facility-item .ic-facility-image {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ic-our-facility-item .ic-facility-image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-our-facility-item .ic-facility-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-our-facility-item .ic-facility-content .content {
  flex: 1;
}
.ic-our-facility-item .ic-facility-content .content h5 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1d2939;
}
.ic-our-facility-item .ic-facility-content .arrow-icon {
  flex: 0 0 auto;
  width: 22px;
  padding-left: 6px;
}
.ic-our-facility-item .ic-facility-content .arrow-icon svg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1650px) {
  .ic-our-facility-item .ic-facility-content .arrow-icon svg {
    width: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-our-facility-item .ic-facility-content .arrow-icon svg {
    width: 20px;
  }
}

/**Video Area CSS**/
.ic-video-area {
  background: linear-gradient(to bottom, #f2f4f7 65%, #ffffff 65%);
}

.ic-video-wraper {
  padding: 0px 80px;
}
@media only screen and (max-width: 1650px) {
  .ic-video-wraper {
    padding: 0px 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-video-wraper {
    padding: 0px 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-video-wraper {
    padding: 0px 0px;
  }
}
.ic-video-wraper .plyr__poster {
  background-size: cover !important;
}
.ic-video-wraper .plyr--full-ui.plyr--video {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ic-video-wraper .plyr__control.plyr__control--overlaid {
  z-index: 99;
  width: 66px;
  height: 66px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid {
    width: 50px;
    height: 50px;
  }
}
.ic-video-wraper .plyr__control.plyr__control--overlaid::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(1, 105, 194, 0.25);
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1399.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid::after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid::after {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid::after {
    width: 60px;
    height: 60px;
  }
}
.ic-video-wraper .plyr__control.plyr__control--overlaid svg {
  width: 25px;
  height: 25px;
  fill: #0169c2;
}
@media only screen and (max-width: 991.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-video-wraper .plyr__control.plyr__control--overlaid svg {
    width: 18px;
    height: 18px;
  }
}
.ic-video-wraper .plyr--stopped.plyr__poster-enabled .plyr__poster {
  z-index: 9;
}
.ic-video-wraper .plyr--stopped.plyr__poster-enabled .plyr__poster::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 64, 84, 0.65);
}

/**Major Project**/
@media only screen and (max-width: 991.98px) {
  .ic-major-products-left {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-major-products-left .ic-heading {
    text-align: center;
  }
}

.ic-major-products-left .image-wrap img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ic-major-products-left .image-wrap .second-img {
  text-align: right;
  margin-top: -90px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-major-products-left .image-wrap .second-img {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-major-products-left .image-wrap .second-img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-major-products-left .image-wrap .second-img img {
    width: 90%;
  }
}

.ic-major-products-right {
  padding-left: 90px;
}
@media only screen and (max-width: 1650px) {
  .ic-major-products-right {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-major-products-right {
    padding-left: 0;
  }
}
.ic-major-products-right .view-more a {
  font-weight: 500;
}
.ic-major-products-right .row .col {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1650px) {
  .ic-major-products-right .row .col {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-major-products-right .row .col {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-major-products-right .row .col {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-major-products-right .row .col {
    margin-bottom: 25px;
  }
}
.ic-major-products-right .row .col:nth-child(3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 575.98px) {
  .ic-major-products-right .row .col:nth-child(3) {
    margin-bottom: 25px;
  }
}
.ic-major-products-right .row .col:nth-child(4) {
  margin-bottom: 0;
}

.ic-product-item:hover .image .details-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.ic-product-item:hover .image img {
  transform: scale(1.1);
}
.ic-product-item .image {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2f4f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ic-product-item .image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.ic-product-item .image .details-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.ic-product-item .image .details-icon a {
  width: 40px;
  height: 40px;
  background-color: #0169c2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .ic-product-item .image .details-icon a {
    width: 35px;
    height: 35px;
  }
}
.ic-product-item .image .details-icon a svg {
  width: 20px;
  stroke: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .ic-product-item .image .details-icon a svg {
    width: 18px;
  }
}
.ic-product-item .content h4 {
  font-weight: 500;
}

/**Buyer Client Area CSS**/
.ic-buyer-client-area {
  background-color: #f2f4f7;
}

.ic-buyer-carousel-wraper {
  max-width: 1110px;
  margin: auto;
}
.ic-buyer-carousel-wraper .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 1650px) {
  .ic-buyer-carousel-wraper .slick-slide {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-buyer-carousel-wraper .slick-slide {
    margin: 0 10px;
  }
}
.ic-buyer-carousel-wraper .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 1650px) {
  .ic-buyer-carousel-wraper .slick-list {
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-buyer-carousel-wraper .slick-list {
    margin: 0 -10px;
  }
}
.ic-buyer-carousel-wraper .slick-track {
  display: flex !important;
}
.ic-buyer-carousel-wraper .slick-slide {
  height: inherit !important;
}

.ic-buyer-carousel .item {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 14px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
}
@media only screen and (max-width: 1650px) {
  .ic-buyer-carousel .item {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-buyer-carousel .item {
    padding: 8px 10px;
  }
}
.ic-buyer-carousel .slick-dots {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1650px) {
  .ic-buyer-carousel .slick-dots {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-buyer-carousel .slick-dots {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-buyer-carousel .slick-dots {
    margin-top: 30px;
  }
}

/**Testimonial area css**/
.ic-testimonial-area {
  position: relative;
}

.testimonial-bg-shape .shape-left {
  position: absolute;
  bottom: 20%;
  left: 0;
}
.testimonial-bg-shape .shape-right {
  position: absolute;
  right: 0;
  top: 20%;
}

.ic-testimonial-user-img img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1650px) {
  .ic-testimonial-user-img img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-testimonial-user-img img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-user-img img {
    width: 50px;
    height: 50px;
  }
}
.ic-testimonial-user-img .first-img {
  position: absolute;
  top: 0;
  left: -95px;
}
@media only screen and (max-width: 1650px) {
  .ic-testimonial-user-img .first-img {
    left: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-testimonial-user-img .first-img {
    left: 10px;
    top: -15px;
  }
}
.ic-testimonial-user-img .second-img {
  position: absolute;
  bottom: 50px;
  left: 45px;
}
.ic-testimonial-user-img .third-img {
  position: absolute;
  right: -20px;
  bottom: 140px;
}
@media only screen and (max-width: 991.98px) {
  .ic-testimonial-user-img .third-img {
    bottom: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-testimonial-user-img .third-img {
    right: 0;
  }
}

.ic-testimonial-wraper {
  padding: 0px 60px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-testimonial-wraper {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-wraper {
    padding: 0px 0px;
  }
}
.ic-testimonial-wraper .slick-dots {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1650px) {
  .ic-testimonial-wraper .slick-dots {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-testimonial-wraper .slick-dots {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-testimonial-wraper .slick-dots {
    margin-top: 30px;
  }
}

.ic-testimonial-item {
  text-align: center;
}
.ic-testimonial-item .user-img {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
}
@media only screen and (max-width: 1650px) {
  .ic-testimonial-item .user-img {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-testimonial-item .user-img {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-item .user-img {
    width: 80px;
    height: 80px;
  }
}
.ic-testimonial-item .user-img .image img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1650px) {
  .ic-testimonial-item .user-img .image img {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-testimonial-item .user-img .image img {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-item .user-img .image img {
    width: 80px;
    height: 80px;
  }
}
.ic-testimonial-item .user-img .quote {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0169c2;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1650px) {
  .ic-testimonial-item .user-img .quote {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-item .user-img .quote {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-item .user-img .quote img {
    width: 18px;
  }
}
.ic-testimonial-item .description p {
  font-weight: 400;
  font-style: italic;
  line-height: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-testimonial-item .description p {
    line-height: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-item .description p {
    line-height: 32px;
  }
}
.ic-testimonial-item .star-review svg {
  width: 20px;
  fill: #ffc13c;
  stroke: #ffc13c;
}
@media only screen and (max-width: 767.98px) {
  .ic-testimonial-item .star-review svg {
    width: 18px;
  }
}
.ic-testimonial-item .name h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

/**Our Comapny Area CSS**/
.ic-our-company-area {
  background-color: #f2f4f7;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1650px) {
  .ic-our-company-area {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-company-area {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-company-area {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-our-company-area {
    padding-bottom: 60px;
  }
}
.ic-our-company-area .ic-heading {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1650px) {
  .ic-our-company-area .ic-heading {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-company-area .ic-heading {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-company-area .ic-heading {
    margin-bottom: 50px;
  }
}

.ic-company-item-wraper {
  margin-top: 25px;
}
.ic-company-item-wraper .col:nth-child(1) .ic-our-company-item {
  margin-top: 0;
}
.ic-company-item-wraper .col:nth-child(2) .ic-our-company-item {
  margin-top: 0;
}
.ic-company-item-wraper .col:nth-child(3) .ic-our-company-item {
  margin-top: 0;
}
@media only screen and (max-width: 575.98px) {
  .ic-company-item-wraper .col:nth-child(3) .ic-our-company-item {
    margin-top: 50px;
  }
}
.ic-company-item-wraper .col:nth-child(4) .ic-our-company-item {
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-company-item-wraper .col:nth-child(4) .ic-our-company-item {
    margin-top: 50px;
  }
}
.ic-company-item-wraper .col:nth-child(5) .ic-our-company-item {
  margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-company-item-wraper .col:nth-child(5) .ic-our-company-item {
    margin-top: 50px;
  }
}
.ic-company-item-wraper .col:nth-child(6) .ic-our-company-item {
  margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-company-item-wraper .col:nth-child(6) .ic-our-company-item {
    margin-top: 50px;
  }
}

.ic-our-company-item {
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 1650px) {
  .ic-our-company-item {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-company-item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-our-company-item {
    margin-top: 50px;
  }
}
.ic-our-company-item:hover .logo .badge {
  transform: rotate(52.63deg) translate(0%);
}
.ic-our-company-item .logo {
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  -moz-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  transform: rotate(-52.63deg);
  width: 142px;
  height: 142px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 1650px) {
  .ic-our-company-item .logo {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-company-item .logo {
    width: 110px;
    height: 110px;
  }
}
.ic-our-company-item .logo img {
  transform: rotate(52.63deg);
}
.ic-our-company-item .logo .badge {
  background-color: #0169c2;
  -webkit-border-radius: 16px 0px 0px 16px;
  -moz-border-radius: 16px 0px 0px 16px;
  border-radius: 16px 0px 0px 16px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 600;
  transform: rotate(52.63deg) translate(100%);
  position: absolute;
  right: -8px;
  top: 110px;
  line-height: inherit;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1650px) {
  .ic-our-company-item .logo .badge {
    right: -5px;
    top: 95px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-company-item .logo .badge {
    top: 75px;
  }
}

/**Question Area css**/
@media only screen and (max-width: 991.98px) {
  .ic-question-left {
    margin-bottom: 20px;
  }
}
.ic-question-left .image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ic-question-right {
  padding-left: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-question-right {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-question-right {
    padding-left: 0;
  }
}

.ic-question-item-wraper .accordion-item {
  border: none;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic-question-item-wraper .accordion-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-question-item-wraper .accordion-item {
    margin-bottom: 15px;
  }
}
.ic-question-item-wraper .accordion-item:last-child {
  margin-bottom: 0;
}
.ic-question-item-wraper .accordion-header .title {
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  padding: 16px 24px;
  cursor: pointer;
  background-color: #0169c2;
}
@media only screen and (max-width: 1650px) {
  .ic-question-item-wraper .accordion-header .title {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-question-item-wraper .accordion-header .title {
    padding: 10px 18px;
  }
}
.ic-question-item-wraper .accordion-header .title h5 {
  color: #fff;
}
.ic-question-item-wraper .accordion-header .collapsed {
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ic-question-item-wraper .accordion-header .collapsed h5 {
  color: #1d2939;
  font-weight: 500;
}
.ic-question-item-wraper .accordion-body {
  padding: 20px 24px 30px;
  background: #fcfcfd;
  border: 1px solid #eaecf0;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
@media only screen and (max-width: 1650px) {
  .ic-question-item-wraper .accordion-body {
    padding: 15px 20px 25px;
  }
}

.ic-new-purpose-section {
  position: relative;
  z-index: 1;
}
.ic-new-purpose-section .ic-purpose-bg {
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.ic-new-purpose-section .ic-purpose-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(239, 240, 242, 0.9);
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-purpose-section .ic-purpose-bg {
    height: 400px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-purpose-section .ic-purpose-bg {
    height: 350px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-purpose-section .ic-purpose-bg {
    height: 300px;
  }
}
.ic-new-purpose-section .ic-purpose-left {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.ic-new-purpose-section .ic-purpose-left::after {
  content: "";
  position: absolute;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ic-new-play-btn {
  width: 100px;
  height: 100px;
}

.play-btn {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.8);
  flex: 0 0 auto;
}
@media only screen and (max-width: 1399.98px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #0169c2;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.ic-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ic-purpose-right {
  padding-left: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-purpose-right {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-purpose-right {
    padding-left: 0px;
  }
}

.ic-new-business-section {
  background: linear-gradient(180deg, #fff 1.4%, #eff0f2 100%);
}

.ic-new-business-item {
  background: #fff;
  box-shadow: 0 0 29.8px 0 rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-business-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-business-item {
    padding: 15px;
  }
}

.ic-new-business-item-main {
  /* Next 3 items → border-bottom */
}
.ic-new-business-item-main .mb-24:nth-child(-n+3) .ic-new-business-item {
  border-top: 4px solid #0169c2;
}
.ic-new-business-item-main .mb-24:nth-child(n+4):nth-child(-n+6) .ic-new-business-item {
  border-bottom: 4px solid #0169c2;
}

.ic-cutting-facility-industries-section .ic-new-industries-item {
  border: 1px solid #e7e6e6;
  border-radius: 16px;
  box-shadow: 8px 6px 80px 0 rgba(148, 148, 148, 0.161);
}
.ic-cutting-facility-industries-section .ic-new-industries-item .ic-new-industries-img {
  border-radius: 8px;
  overflow: hidden;
}

.ic-new-industries-item {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 4px;
  height: 100%;
}
.ic-new-industries-item .ic-new-industries-img {
  overflow: hidden;
  border-radius: 4px;
}
.ic-new-industries-item h5,
.ic-new-industries-item i {
  transition: all 0.3s ease-in-out;
}
.ic-new-industries-item img {
  transition: all 0.3s ease-in-out;
}
.ic-new-industries-item:hover img {
  transform: scale(1.2);
}
.ic-new-industries-item:hover h5,
.ic-new-industries-item:hover i {
  color: #0169c2;
}

.ic-new-video-section {
  background: linear-gradient(to bottom, #ffffff 50%, #f2f4f7 50%);
}

.ic-new-video-main {
  padding: 120px 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ic-new-video-main.update {
  padding: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-video-main.update {
    padding: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-video-main.update {
    padding: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-video-main.update {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-video-main.update {
    padding: 20px;
  }
}
.ic-new-video-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.ic-new-video-main.together::after {
  background: linear-gradient(to top, rgb(0, 102, 200) 0%, rgba(0, 102, 200, 0.5) 50%, rgba(0, 102, 200, 0) 100%);
}
.ic-new-video-main.together button,
.ic-new-video-main.together a {
  background: #fff;
  color: #0b1118;
}
.ic-new-video-main .ic-new-video-play-main {
  height: 100px;
  width: 100px;
}
.ic-new-video-main .play-btn {
  background: #0169c2;
}
.ic-new-video-main .play-btn::after {
  border-left: 25px solid #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-video-main {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-video-main {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-video-main {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-video-main {
    padding: 40px 0;
  }
}

.ic-new-buyers-section {
  background: linear-gradient(to bottom, rgba(239, 240, 242, 0) 0%, rgba(239, 240, 242, 0.5) 50%, rgb(239, 240, 242) 100%);
}
.ic-new-buyers-section .slick-list.draggable {
  padding: 20px 0;
}
.ic-new-buyers-section .slick-dots {
  justify-content: center !important;
  padding-top: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-buyers-section .slick-dots {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-buyers-section .slick-dots {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-buyers-section .slick-dots {
    padding-top: 20px;
  }
}

.ic-buyers-item {
  padding: 0 14px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-buyers-item {
    height: 90px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-buyers-item {
    height: 80px;
  }
}

.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.ic-what-we-do-section {
  position: relative;
  z-index: 1;
}
.ic-what-we-do-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.ic-what-we-do-item {
  border-radius: 16px;
  background: #f2f4f7;
  padding: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-what-we-do-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-what-we-do-item {
    padding: 15px;
  }
}
.ic-what-we-do-item img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
  transition: filter 0.3s ease;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  .ic-what-we-do-item img {
    width: 50px;
    height: 50px;
  }
}
.ic-what-we-do-item h5,
.ic-what-we-do-item h6 {
  transition: all 0.3s ease;
}
.ic-what-we-do-item:hover img {
  filter: none;
}
.ic-what-we-do-item:hover {
  background: #0169c2;
}
.ic-what-we-do-item:hover h5,
.ic-what-we-do-item:hover h6 {
  color: #fff;
}

.ic-new-offering-section {
  background: linear-gradient(#ffffff 0%, #eff0f2 100%);
}

.ic-new-offering-item {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ic-new-offering-item .ic-offering-item-name {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.ic-new-offering-item .ic-offering-item-name span,
.ic-new-offering-item .ic-offering-item-name a {
  padding: 10px 30px;
  background: #fff;
  border-radius: 8px;
  font-family: "Lora", serif;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-offering-item .ic-offering-item-name span,
  .ic-new-offering-item .ic-offering-item-name a {
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-offering-item .ic-offering-item-name span,
  .ic-new-offering-item .ic-offering-item-name a {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-new-offering-item .ic-offering-item-name span,
  .ic-new-offering-item .ic-offering-item-name a {
    font-size: 13px;
  }
}

.ic-client-says-section {
  position: relative;
  z-index: 1;
}
.ic-client-says-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: -1;
}
.ic-client-says-section .slick-slide.slick-center .ic-new-client-says-item {
  background: #0169c2;
}
.ic-client-says-section .slick-slide.slick-center .ic-new-client-says-item .ic-new-client-top {
  background: #035aa4;
  border-color: #035aa4;
}
.ic-client-says-section .slick-slide.slick-center .ic-new-client-says-item p,
.ic-client-says-section .slick-slide.slick-center .ic-new-client-says-item span,
.ic-client-says-section .slick-slide.slick-center .ic-new-client-says-item h6 {
  color: #fff;
}
.ic-client-says-section .slick-dots {
  justify-content: center !important;
  padding-top: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-client-says-section .slick-dots {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-client-says-section .slick-dots {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-client-says-section .slick-dots {
    padding-top: 20px;
  }
}

.ic-new-client-says-item {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #eaecf0;
  padding: 24px;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.ic-new-client-says-item .ic-new-client-top {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e9eff7;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-client-says-item .ic-new-client-top {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-new-client-says-item .ic-new-client-top {
    width: 40px;
    height: 40px;
  }
}
.ic-new-client-says-item .ic-new-review-user {
  padding-top: 16px;
  border-top: 1px solid #e9eff7;
}
.ic-new-client-says-item:hover {
  background: #0169c2;
}
.ic-new-client-says-item:hover .ic-new-client-top {
  background: #035aa4;
  border-color: #035aa4;
}
.ic-new-client-says-item:hover p,
.ic-new-client-says-item:hover span,
.ic-new-client-says-item:hover h6 {
  color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-client-says-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-client-says-item {
    padding: 15px;
  }
}

.ic-review-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .ic-review-user-img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-review-user-img {
    width: 40px;
    height: 40px;
  }
}

.ic-about-main-left img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ic-about-main-right {
  padding: 0px 40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-about-main-right {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-about-main-right {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
}
.ic-about-main-right .ic-about-description p {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1650px) {
  .ic-about-main-right .ic-about-description p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-about-main-right .ic-about-description p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-about-main-right .ic-about-description p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-about-main-right .ic-about-description p {
    margin-bottom: 10px;
  }
}
.ic-about-main-right .ic-about-description p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
  .ic-mission-vission-area .row .col:nth-child(2) .ic-mission-vission-item {
    margin-top: 20px;
  }
}

.ic-mission-vission-item .image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ic-new-about-right img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.ic-new-mission-section {
  background: linear-gradient(to bottom, rgb(239, 240, 242) 0%, rgba(239, 240, 242, 0.5) 50%, rgba(239, 240, 242, 0) 100%);
}
.ic-new-mission-section .ic-about-item-main {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.ic-new-about-item {
  padding: 40px 50px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-about-item {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-about-item {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-about-item {
    padding: 15px 25px;
  }
}
.ic-new-about-item img,
.ic-new-about-item h6 {
  transition: all 0.3s ease;
}
.ic-new-about-item:hover img {
  filter: invert(31%) sepia(99%) saturate(2114%) hue-rotate(192deg) brightness(95%) contrast(97%);
}
.ic-new-about-item:hover h6 {
  color: #0169c2;
}
.ic-new-about-item.two {
  position: relative;
}
.ic-new-about-item.two::after, .ic-new-about-item.two::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 102, 200, 0) 0%, rgb(0, 102, 200) 50%, rgba(0, 102, 200, 0) 100%);
}
.ic-new-about-item.two::after {
  left: 0;
}
.ic-new-about-item.two::before {
  right: 0;
}

.ic-new-video-section.ic-about-video {
  background: #fff;
}

.ic-new-trusted {
  background: #f2f4f7;
}

.ic-new-we-work {
  position: relative;
  background: linear-gradient(to bottom, rgba(239, 240, 242, 0) 0%, rgba(239, 240, 242, 0.4) 50%, rgb(239, 240, 242) 100%);
}
.ic-new-we-work .ic-work-shape1,
.ic-new-we-work .ic-work-shape2 {
  position: absolute;
  top: 45%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-we-work .ic-work-shape1,
  .ic-new-we-work .ic-work-shape2 {
    top: 42%;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-we-work .ic-work-shape1,
  .ic-new-we-work .ic-work-shape2 {
    display: none;
  }
}
.ic-new-we-work .ic-work-shape1 {
  left: 25%;
}
.ic-new-we-work .ic-work-shape2 {
  right: 25%;
}

.ic-new-work-item-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dashed #949494;
  box-shadow: 6px 8px 80px rgba(148, 148, 148, 0.5);
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  .ic-new-work-item-icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-work-item-icon {
    width: 60px;
    height: 60px;
  }
}

.ic-new-we-work-item-top {
  position: relative;
}
.ic-new-we-work-item-top .ic-new-work-count {
  width: 30px;
  height: 30px;
  background: #0169c2;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 30%;
}
@media only screen and (max-width: 991.98px) {
  .ic-new-we-work-item-top .ic-new-work-count {
    top: -15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-new-we-work-item-top .ic-new-work-count {
    left: 35%;
  }
}

.ic-new-company-profile-right {
  padding-left: 60px;
}
@media (max-width: 1399.98px) {
  .ic-new-company-profile-right {
    padding-left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .ic-new-company-profile-right {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-new-company-profile-right {
    padding-left: 0;
  }
}

.ic-download-btn-div {
  position: relative;
}
.ic-download-btn-div a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 30px;
  padding: 6px 15px;
}
@media (max-width: 425.98px) {
  .ic-download-btn-div a {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .ic-download-btn-div img {
    max-height: 200px;
  }
}

.ic-new-our-expert-item {
  border-radius: 16px;
  background: #eff0f2;
  padding: 20px;
}
.ic-new-our-expert-item .ic-expert-img {
  overflow: hidden;
  border-radius: 8px;
}
.ic-new-our-expert-item img {
  transition: all 0.3s ease-in-out;
}
.ic-new-our-expert-item img:hover {
  transform: scale(1.1);
}

.ic-new-expert-social-link a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.ic-new-expert-social-link a i {
  color: #fff;
  font-size: 14px;
}
.ic-new-expert-social-link a:hover {
  background: #0169c2;
}

.ic-new-video-item {
  border-radius: 16px;
  padding: 24px;
  background: #0169c2;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-video-item {
    padding: 12px;
  }
  .ic-new-video-item h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-video-item h4 {
    font-size: 16px;
  }
}

.ic-certification-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 56px 0 rgba(6, 28, 61, 0.1);
}
.ic-certification-item .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 20, 27, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.ic-certification-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.ic-our-facility-page-item-wraper .row .col:nth-child(1) .ic-our-facility-item {
  margin-top: 0px;
}
.ic-our-facility-page-item-wraper .row .col:nth-child(2) .ic-our-facility-item {
  margin-top: 0px;
}
@media only screen and (max-width: 575.98px) {
  .ic-our-facility-page-item-wraper .row .col:nth-child(2) {
    margin-top: 15px;
  }
}
.ic-our-facility-page-item-wraper .row .col:nth-child(3) .ic-our-facility-item {
  margin-top: 0px;
}
@media only screen and (max-width: 991.98px) {
  .ic-our-facility-page-item-wraper .row .col:nth-child(3) .ic-our-facility-item {
    margin-top: 16px;
  }
}
.ic-our-facility-page-item-wraper .ic-our-facility-item {
  margin-top: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic-our-facility-page-item-wraper .ic-our-facility-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-facility-page-item-wraper .ic-our-facility-item {
    margin-top: 16px;
  }
}

.ic-facility-details-left {
  padding-right: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-facility-details-left {
    padding-right: 10px;
  }
}
.ic-facility-details-left img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ic-facility-details-left h1, .ic-facility-details-left h1 span, h1 .ic-facility-details-left span,
.ic-facility-details-left h2,
.ic-facility-details-left h2 span,
h2 .ic-facility-details-left span,
.ic-facility-details-left h3,
.ic-facility-details-left h4,
.ic-facility-details-left h5,
.ic-facility-details-left h6 {
  margin-bottom: 15px;
  color: #1d2939;
}
@media only screen and (max-width: 1650px) {
  .ic-facility-details-left h1, .ic-facility-details-left h1 span, h1 .ic-facility-details-left span,
  .ic-facility-details-left h2,
  .ic-facility-details-left h2 span,
  h2 .ic-facility-details-left span,
  .ic-facility-details-left h3,
  .ic-facility-details-left h4,
  .ic-facility-details-left h5,
  .ic-facility-details-left h6 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-left h1, .ic-facility-details-left h1 span, h1 .ic-facility-details-left span,
  .ic-facility-details-left h2,
  .ic-facility-details-left h2 span,
  h2 .ic-facility-details-left span,
  .ic-facility-details-left h3,
  .ic-facility-details-left h4,
  .ic-facility-details-left h5,
  .ic-facility-details-left h6 {
    margin-bottom: 10px;
  }
}
.ic-facility-details-left p {
  color: #475467;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-facility-details-left p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-left p {
    margin-bottom: 10px;
  }
}
.ic-facility-details-left span {
  color: #475467;
  font-size: 15px;
  line-height: 26px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-left span {
    font-size: 14px;
  }
}
.ic-facility-details-left li {
  color: #475467;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
  list-style-position: outside;
}
@media only screen and (max-width: 1650px) {
  .ic-facility-details-left li {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-left li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-facility-details-left li {
    margin-bottom: 5px;
  }
}
.ic-facility-details-left li:last-child {
  margin-bottom: 0px;
}
.ic-facility-details-left .details-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ic-facility-details-left .details-list {
    gap: 5px;
  }
}
.ic-facility-details-left .details-list ul {
  flex: 0 0 auto;
  width: 49%;
}
@media only screen and (max-width: 767.98px) {
  .ic-facility-details-left .details-list ul {
    width: 100%;
  }
}
.ic-facility-details-left .details-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-left .details-list ul li {
    gap: 5px;
  }
}
.ic-facility-details-left .details-list ul li svg {
  width: 18px;
  stroke: #0169c2;
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-left .details-list ul li svg {
    width: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-facility-details-left .details-list ul li svg {
    width: 15px;
  }
}
.ic-facility-details-left .details-list ul li span {
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .ic-facility-details-left .details-two-column .left-image {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-facility-details-right {
    margin-top: 40px;
  }
}

.ic-facility-category-wraper li {
  margin-bottom: 12px;
}
.ic-facility-category-wraper li:last-child {
  margin-bottom: 0;
}
.ic-facility-category-wraper .category-link {
  padding: 16px 18px;
  background-color: #f9fafb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  color: #1d2939;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-facility-category-wraper .category-link:hover, .ic-facility-category-wraper .category-link.active {
  color: #0169c2;
  border-left: 6px solid #0169c2;
}
.ic-facility-category-wraper .category-link svg {
  width: 16px;
}

.ic-facility-details-question {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 45px 45px;
  min-height: 501px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1199.98px) {
  .ic-facility-details-question {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-facility-details-question {
    padding: 40px 40px;
  }
}
.ic-facility-details-question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.54deg, #000000 -4.84%, rgba(1, 105, 194, 0) 137.75%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ic-facility-details-question .content {
  position: relative;
  margin-top: auto;
}
.ic-facility-details-question .content .phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .ic-facility-details-question .content .phone img {
    width: 22px;
  }
}
.ic-facility-details-question .content .phone a {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .ic-facility-details-question .content .phone a {
    font-size: 18px;
  }
}

.ic-facility-details-get-touch {
  background-color: #f9fafb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  padding: 20px 30px 40px;
}
@media only screen and (max-width: 1650px) {
  .ic-facility-details-get-touch {
    padding: 20px 25px 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-get-touch {
    padding: 20px 20px 30px;
  }
}
.ic-facility-details-get-touch .get-touch-info .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-facility-details-get-touch .get-touch-info .item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-get-touch .get-touch-info .item {
    margin-bottom: 15px;
  }
}
.ic-facility-details-get-touch .get-touch-info .item:last-child {
  margin-bottom: 0;
}
.ic-facility-details-get-touch .get-touch-info .item .icon {
  width: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-get-touch .get-touch-info .item .icon {
    width: 18px;
  }
}
.ic-facility-details-get-touch .get-touch-info .item .icon svg {
  width: 20px;
  stroke: #0169c2;
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-get-touch .get-touch-info .item .icon svg {
    width: 18px;
  }
}
.ic-facility-details-get-touch .get-touch-info .item .content {
  flex: 1;
  padding-left: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-facility-details-get-touch .get-touch-info .item .content {
    padding-left: 10px;
  }
}

.ic-new-cutting-top {
  min-height: 550px;
  padding: 50px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-cutting-top {
    min-height: 500px;
    padding: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-cutting-top {
    min-height: 450px;
    padding: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-cutting-top {
    min-height: 450px;
    padding: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-cutting-top {
    min-height: 400px;
    padding: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-new-cutting-top {
    min-height: 350px;
    padding: 25px;
  }
}
.ic-new-cutting-top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.ic-new-cutting-item {
  background: #eff0f2;
  border: 1px solid #e7e6e6;
  border-radius: 16px;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-cutting-item {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-cutting-item {
    padding: 20px 15px;
  }
}
.ic-new-cutting-item p {
  color: #4c4c4c;
  transition: all 0.3s ease;
}
.ic-new-cutting-item h4 {
  transition: all 0.3s ease;
}
.ic-new-cutting-item:hover {
  background: #0169c2;
  border-color: #0169c2;
}
.ic-new-cutting-item:hover h4,
.ic-new-cutting-item:hover p {
  color: #fff;
}
.ic-new-cutting-item:hover i {
  color: #fff;
  background: #3487ce;
  border-radius: 50%;
  border-color: #fff;
}

.ic-new-cutting-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-new-cutting-title i {
  font-size: 20px;
  color: #0169c2;
  background: #c7d5ec;
  border-radius: 50%;
  border: 2px solid #0169c2;
  transition: all 0.3s ease;
}

.ic-new-cutting-number {
  background: #232323;
  padding: 15px 24px;
  border-radius: 16px;
}
.ic-new-cutting-number:hover {
  color: #fff;
}

.ic-new-cutting-number-item a {
  color: #212529;
}

.ic-new-have-question .ic-new-video-main {
  padding: 70px 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-new-have-question .ic-new-video-main {
    padding: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-have-question .ic-new-video-main {
    padding: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-new-have-question .ic-new-video-main {
    padding: 30px;
  }
}

.ic-product-gallery-filter ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.ic-product-gallery-filter ul .ic-nav-link {
  font-weight: 500;
  color: #1d2939;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-product-gallery-filter ul .ic-nav-link:hover, .ic-product-gallery-filter ul .ic-nav-link.active {
  color: #0169c2;
}

.ic-product-gallery-item-wraper .row .col {
  margin-top: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic-product-gallery-item-wraper .row .col {
    margin-top: 20px;
  }
}
.ic-product-gallery-item-wraper .row .col:nth-child(1) {
  margin-top: 0;
}
.ic-product-gallery-item-wraper .row .col:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 575.98px) {
  .ic-product-gallery-item-wraper .row .col:nth-child(2) {
    margin-top: 20px;
  }
}
.ic-product-gallery-item-wraper .row .col:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-product-gallery-item-wraper .row .col:nth-child(3) {
    margin-top: 20px;
  }
}
.ic-product-gallery-item-wraper .row .col:nth-child(4) {
  margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-product-gallery-item-wraper .row .col:nth-child(4) {
    margin-top: 20px;
  }
}

.ic-product-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .ic-product-pagination {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-product-pagination .ic-pagination-left {
    margin-bottom: 12px;
  }
}
.ic-product-pagination .ic-pagination-left ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.ic-product-pagination .ic-pagination-left ul .ic-paginate-link {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-product-pagination .ic-pagination-left ul .ic-paginate-link {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-product-pagination .ic-pagination-left ul .ic-paginate-link {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-product-pagination .ic-pagination-left ul .ic-paginate-link svg {
    width: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-product-pagination .ic-pagination-left ul .ic-paginate-link svg {
    width: 20px;
  }
}
.ic-product-pagination .ic-pagination-left ul .ic-paginate-link:hover, .ic-product-pagination .ic-pagination-left ul .ic-paginate-link.active {
  color: #0169c2;
  background-color: #eff8ff;
}
.ic-product-pagination .ic-go-page-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-product-pagination .ic-go-page-number p {
  font-weight: 500;
}
.ic-product-pagination .ic-go-page-number .form-control {
  width: 60px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  -moz-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  padding: 0px 5px;
  margin: 0px 12px;
}
@media only screen and (max-width: 767.98px) {
  .ic-product-pagination .ic-go-page-number .form-control {
    height: 32px;
  }
}
.ic-product-pagination .ic-go-page-number button {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  -moz-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  font-weight: 500;
  padding: 0px 14px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767.98px) {
  .ic-product-pagination .ic-go-page-number button {
    height: 32px;
  }
}
.ic-product-pagination .ic-go-page-number button svg {
  width: 16px;
}

.ic-product-details-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 575.98px) {
  .ic-product-details-left {
    flex-direction: column;
  }
}
.ic-product-details-left .slick-list.draggable {
  padding: 0px 0px !important;
}
.ic-product-details-left .ic-product-details-thumbnil {
  flex: 0 0 auto;
  width: 156px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-product-details-left .ic-product-details-thumbnil {
    width: 140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-product-details-left .ic-product-details-thumbnil {
    width: 125px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-product-details-left .ic-product-details-thumbnil {
    width: 100%;
    order: 2;
  }
}
.ic-product-details-left .ic-product-details-main {
  flex: 0 0 auto;
  width: 72%;
  margin-left: 20px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-product-details-left .ic-product-details-main {
    width: 71%;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-product-details-left .ic-product-details-main {
    width: 70%;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-product-details-left .ic-product-details-main {
    width: 60%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-product-details-left .ic-product-details-main {
    width: 72%;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-product-details-left .ic-product-details-main {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}

@media only screen and (max-width: 575.98px) {
  .product-thubnil-slider {
    margin-top: 20px;
  }
}
.product-thubnil-slider .item {
  padding: 23.5px 38px;
  border: 1px solid #eaecf0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1399.98px) {
  .product-thubnil-slider .item {
    padding: 18px 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-thubnil-slider .item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-thubnil-slider .item {
    padding: 25px 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-thubnil-slider .item {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-thubnil-slider .item {
    margin-bottom: 0;
    margin-right: 10px;
    padding: 10px 10px;
    height: 100%;
  }
}
.product-thubnil-slider .item:last-child {
  margin-bottom: 0;
}

.ic-product-details-right {
  padding-left: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-product-details-right {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-product-details-right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-product-details-right {
    margin-top: 30px;
    padding-left: 0;
  }
}
.ic-product-details-right .filter-by-color {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-product-details-right .filter-by-color .ic-list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20px;
}
.ic-product-details-right .filter-by-color .ic-list-inline .ic-list-inline-item {
  margin-right: 10px;
}
.ic-product-details-right .filter-by-color .ic-list-inline .ic-list-inline-item:last-child {
  margin-right: 0;
}
.ic-product-details-right .filter-by-color .ic-list-inline .ic-list-inline-item .ic-product-color-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-product-details-right .filter-by-color .ic-product-color {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-product-details-right .filter-by-color .ic-product-color {
    width: 14px;
    height: 14px;
  }
}
.ic-product-details-right .filter-by-color .ic-product-color::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991.98px) {
  .ic-product-details-right .filter-by-color .ic-product-color::before {
    width: 20px;
    height: 20px;
  }
}
.ic-product-details-right .filter-by-color .ic-product-color.active::before {
  border: 1px solid #eb5e28;
}
.ic-product-details-right .filter-by-size {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-product-details-right .filter-by-size .size-item-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.ic-product-details-right .filter-by-size .size-item-wraper .item {
  height: 25px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
  padding: 0px 8px;
  font-size: 14px;
  color: #98a2b3;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .ic-product-details-right .filter-by-size .size-item-wraper .item {
    height: 24px;
    font-size: 13px;
  }
}
.ic-product-details-right .filter-by-size .size-item-wraper .item.active, .ic-product-details-right .filter-by-size .size-item-wraper .item:hover {
  border: 1px solid #0169c2;
  color: #0169c2;
}
.ic-product-details-right .share-product {
  position: relative;
}
.ic-product-details-right .share-product a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #1d2939;
}
.ic-product-details-right .share-product a svg {
  width: 16px;
  stroke: #1d2939;
  margin-right: 6px;
}
.ic-product-details-right .share-product .ic-social-share-popup {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  -moz-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  padding: 12px 12px;
  top: 140%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.ic-product-details-right .share-product .ic-social-share-popup.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.ic-product-details-right .share-product .ic-social-share-popup ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-product-details-right .share-product .ic-social-share-popup ul li {
  margin-right: 10px;
}
.ic-product-details-right .share-product .ic-social-share-popup ul li:last-child {
  margin-right: 0;
}
.ic-product-details-right .share-product .ic-social-share-popup ul li a svg {
  stroke: #0169c2;
}

.ic-product-details-content-wraper .title {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.1);
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-product-details-content-wraper .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-product-details-content-wraper .title {
    padding-bottom: 10px;
  }
}
.ic-product-details-content-wraper .title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 132px;
  background-color: #0169c2;
  bottom: 0;
  left: 0;
}
.ic-product-details-content-wraper .details-content p {
  font-size: 15px;
  line-height: 26px;
  color: #475467;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-product-details-content-wraper .details-content p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-product-details-content-wraper .details-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.ic-product-details-content-wraper .details-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
  .ic-related-products-wraper .col:nth-child(4) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-related-products-wraper .col:nth-child(3) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-related-products-wraper .col:nth-child(2) {
    margin-top: 16px;
  }
}

.ic-product-details-img-top {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.ic-product-details-img-top .ic-big-screen-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.ic-product-details-img-item {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ic-product-details-img-item img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.ic-product-details-img-item:hover img {
  transform: scale(1.1);
}

.ic-new-product-details-right {
  padding-left: 30px;
}
@media (max-width: 1399.98px) {
  .ic-new-product-details-right {
    padding-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .ic-new-product-details-right {
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .ic-new-product-details-right {
    padding-left: 0px;
  }
}
.ic-new-product-details-right button {
  border-radius: 30px;
}

.ic-product-details-inf {
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  padding: 20px 0;
}

.ic-sustainability-certificate {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  padding: 30px 40px 30px;
  height: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 1650px) {
  .ic-sustainability-certificate {
    padding: 30px 35px 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-sustainability-certificate {
    padding: 30px 30px 30px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-sustainability-certificate {
    margin-right: 0;
    padding: 25px 25px 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-sustainability-certificate {
    margin-bottom: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-sustainability-certificate {
    padding: 20px 20px 20px;
  }
}
.ic-sustainability-certificate .certificate-list {
  padding-left: 20px;
}
.ic-sustainability-certificate .certificate-list li {
  list-style-position: outside;
  color: #475467;
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: disc;
}
@media only screen and (max-width: 1399.98px) {
  .ic-sustainability-certificate .certificate-list li {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-sustainability-certificate .certificate-list li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
  }
}
.ic-sustainability-certificate .certificate-list li::marker {
  color: #667085;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  .ic-sustainability-certificate .certificate-list li::marker {
    font-size: 16px;
  }
}

.ic-sustainability-csr-left .carousel-btn {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0169c2;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1399.98px) {
  .ic-sustainability-csr-left .carousel-btn {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-sustainability-csr-left .carousel-btn {
    width: 35px;
    height: 35px;
  }
}
.ic-sustainability-csr-left .carousel-btn svg {
  width: 20px;
  stroke: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .ic-sustainability-csr-left .carousel-btn svg {
    width: 18px;
  }
}
.ic-sustainability-csr-left .ic-carousel-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 20px;
}
.ic-sustainability-csr-left .ic-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  right: 20px;
}
.ic-sustainability-csr-left img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 991.98px) {
  .ic-sustainability-csr-left img {
    width: 100%;
  }
}

.ic-sustainability-csr-right {
  padding-left: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-sustainability-csr-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-sustainability-csr-right {
    margin-top: 20px;
  }
}
.ic-sustainability-csr-right p {
  font-size: 15px;
  color: #475467;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1650px) {
  .ic-sustainability-csr-right p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-sustainability-csr-right p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-sustainability-csr-right p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-sustainability-csr-right p {
    font-size: 13px;
    line-height: 22px;
  }
}
.ic-sustainability-csr-right p:last-child {
  margin-bottom: 0;
}

.ic-new-environmentally-section {
  background: #eff0f2;
}

.ic-sustainability-mission.ic-new-mission-section {
  background: linear-gradient(to bottom, #eff0f2 0%, rgba(255, 255, 255, 0) 100%);
}
.ic-sustainability-mission.ic-new-mission-section .ic-new-about-item {
  background: transparent;
}
.ic-sustainability-mission.ic-new-mission-section .ic-new-about-item:hover img {
  filter: none;
}

.ic-new-positive-impact-section {
  background: #eff0f2;
}

.ic-new-positive-impact-left span {
  background: #fff;
  border-radius: 30px;
  padding: 6px 16px;
  border: 1px solid #e7e6e6;
  display: inline-block;
}

.ic-new-positive-right {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .ic-new-positive-right {
    padding: 15px;
  }
}

.ic-new-positive-right-item {
  border-radius: 8px;
  padding: 35px 40px;
  background: #f3f3f3;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399.98px) {
  .ic-new-positive-right-item {
    padding: 30px 35px;
  }
}
@media (max-width: 1199.98px) {
  .ic-new-positive-right-item {
    padding: 25px 30px;
  }
}
@media (max-width: 991.98px) {
  .ic-new-positive-right-item {
    padding: 20px 25px;
  }
}
.ic-new-positive-right-item h2, .ic-new-positive-right-item h2 span, h2 .ic-new-positive-right-item span,
.ic-new-positive-right-item p {
  transition: all 0.3s ease-in-out;
}
.ic-new-positive-right-item:hover {
  background: #0169c2;
}
.ic-new-positive-right-item:hover h2, .ic-new-positive-right-item:hover h2 span, h2 .ic-new-positive-right-item:hover span,
.ic-new-positive-right-item:hover p {
  color: #fff;
}

.ic-new-sustainability-last-together-p {
  max-width: 710px;
  margin: auto;
  display: inline-block;
}

.ic-commitment-section {
  background: #eff0f2;
}

.ic-commitment-top {
  position: relative;
  height: 90px;
}
.ic-commitment-top .ic-commitment-btn-main {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 24px 24px;
  padding: 16px 44px;
  border: 1.5px solid #e7e6e6;
}
@media only screen and (max-width: 575.98px) {
  .ic-commitment-top .ic-commitment-btn-main {
    padding: 10px;
  }
}
.ic-commitment-top .ic-commitment-btn-main .nav-tabs {
  border-bottom: none;
}
.ic-commitment-top .ic-commitment-btn-main button {
  height: 48px;
  padding: 0px 25px;
  font-weight: 500;
  color: #0b1118;
  margin: 0;
  border-radius: 8px;
}
@media only screen and (max-width: 1650px) {
  .ic-commitment-top .ic-commitment-btn-main button {
    height: 46px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-commitment-top .ic-commitment-btn-main button {
    height: 44px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-commitment-top .ic-commitment-btn-main button {
    height: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-commitment-top .ic-commitment-btn-main button {
    height: 40px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-commitment-top .ic-commitment-btn-main button {
    height: 38px;
    font-size: 11px;
  }
}
.ic-commitment-top .ic-commitment-btn-main button.active {
  background-color: #0169c2;
  color: #fff;
  border: none;
}

.ic-commitment-tabs-inf ul li {
  position: relative;
}
.ic-commitment-tabs-inf ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #404c5c;
  border-radius: 50%;
}

.ic-safety-overview-left {
  padding-right: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-safety-overview-left {
    padding-right: 20px;
  }
}
.ic-safety-overview-left img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media only screen and (max-width: 991.98px) {
  .ic-safety-overview-right {
    margin-bottom: 20px;
  }
}
.ic-safety-overview-right .title h3 {
  font-size: 28px;
}
.ic-safety-overview-right .description p {
  color: #475467;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-safety-overview-right .description p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-safety-overview-right .description p {
    margin-bottom: 10px;
  }
}
.ic-safety-overview-right .description p:last-child {
  margin-bottom: 0;
}

.ic-safety-tab-wraper .nav-tabs {
  border: none;
}
.ic-safety-tab-wraper .nav-tabs .nav-link {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #475467;
  font-family: "Lora", serif;
  padding: 0px 15px;
}
@media only screen and (max-width: 767.98px) {
  .ic-safety-tab-wraper .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0px 6px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-safety-tab-wraper .nav-tabs .nav-link {
    font-size: 13px;
    padding: 0px 4px;
  }
}
.ic-safety-tab-wraper .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
.ic-safety-tab-wraper .nav-tabs .nav-link.active {
  color: #0169c2;
}
.ic-safety-tab-wraper .tab-content {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  -moz-box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  padding: 30px 30px;
}

.ic-environmental-policy-wraper .list {
  padding-left: 20px;
}
.ic-environmental-policy-wraper .list li {
  list-style-position: outside;
  font-size: 14px;
  color: #475467;
  margin-bottom: 10px;
  list-style-type: disc;
}
@media only screen and (max-width: 1399.98px) {
  .ic-environmental-policy-wraper .list li {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-environmental-policy-wraper .list li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-environmental-policy-wraper .list li {
    font-size: 12px;
    line-height: 22px;
  }
}
.ic-environmental-policy-wraper .list li:last-child {
  margin-bottom: 0;
}

.ic-our-culture-image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ic-our-culture-policy h1, .ic-our-culture-policy h1 span, h1 .ic-our-culture-policy span,
.ic-our-culture-policy h2,
.ic-our-culture-policy h2 span,
h2 .ic-our-culture-policy span,
.ic-our-culture-policy h3,
.ic-our-culture-policy h4,
.ic-our-culture-policy h5,
.ic-our-culture-policy h6 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1650px) {
  .ic-our-culture-policy h1, .ic-our-culture-policy h1 span, h1 .ic-our-culture-policy span,
  .ic-our-culture-policy h2,
  .ic-our-culture-policy h2 span,
  h2 .ic-our-culture-policy span,
  .ic-our-culture-policy h3,
  .ic-our-culture-policy h4,
  .ic-our-culture-policy h5,
  .ic-our-culture-policy h6 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-culture-policy h1, .ic-our-culture-policy h1 span, h1 .ic-our-culture-policy span,
  .ic-our-culture-policy h2,
  .ic-our-culture-policy h2 span,
  h2 .ic-our-culture-policy span,
  .ic-our-culture-policy h3,
  .ic-our-culture-policy h4,
  .ic-our-culture-policy h5,
  .ic-our-culture-policy h6 {
    margin-bottom: 10px;
  }
}
.ic-our-culture-policy p {
  font-size: 15px;
  color: #475467;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-culture-policy p {
    margin-bottom: 8px;
  }
}
.ic-our-culture-policy ul {
  padding-left: 20px;
}
.ic-our-culture-policy li {
  color: #475467;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
  font-size: 14px;
  color: #475467;
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-culture-policy li {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-our-culture-policy li {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-profile-about-left {
    margin-top: 20px;
  }
}
.ic-profile-about-left img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ic-profile-about-right {
  padding: 0px 55px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-profile-about-right {
    padding: 0px 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-profile-about-right {
    padding: 0px 0px;
  }
}
.ic-profile-about-right .description p {
  color: #475467;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-profile-about-right .description p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-profile-about-right .description p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-profile-about-right .description p {
    margin-bottom: 10px;
  }
}
.ic-profile-about-right .description p:last-child {
  margin-bottom: 0;
}

.ic-our-team-area {
  background-color: #f2f4f7;
}

@media only screen and (max-width: 991.98px) {
  .ic-our-team-item-wraper .col:nth-child(4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-our-team-item-wraper .col:nth-child(3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-our-team-item-wraper .col:nth-child(2) {
    margin-top: 20px;
  }
}

.ic-our-team-item:hover .social li a {
  opacity: 1;
  transition: all 0.5s ease;
}
.ic-our-team-item:hover .social li:nth-child(1) a {
  animation: fadeInUp 300ms ease-in-out;
}
.ic-our-team-item:hover .social li:nth-child(2) a {
  animation: fadeInUp 500ms ease-in-out;
}
.ic-our-team-item:hover .social li:nth-child(3) a {
  animation: fadeInUp 700ms ease-in-out;
}
.ic-our-team-item:hover .social li:nth-child(4) a {
  animation: fadeInUp 900ms ease-in-out;
}
.ic-our-team-item:hover .ic-our-team-img::before {
  opacity: 1;
  visibility: visible;
}
.ic-our-team-item .ic-our-team-img {
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .ic-our-team-item .ic-our-team-img {
    max-width: 255px;
    margin: auto;
    margin-bottom: 12px;
  }
}
.ic-our-team-item .ic-our-team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 105, 194, 0.45);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.ic-our-team-item .ic-our-team-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ic-our-team-item .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.ic-our-team-item .social li {
  margin-right: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-team-item .social li {
    margin-right: 5px;
  }
}
.ic-our-team-item .social li:last-child {
  margin-right: 0;
}
.ic-our-team-item .social li a {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0;
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-team-item .social li a {
    width: 32px;
    height: 32px;
  }
}
.ic-our-team-item .social li a:hover {
  background-color: #0169c2;
}
.ic-our-team-item .social li a:hover svg {
  stroke: #fff;
}
.ic-our-team-item .social li a svg {
  width: 18px;
  stroke: #0169c2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1399.98px) {
  .ic-our-team-item .social li a svg {
    width: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-our-team-item .social li a svg {
    width: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-profile-mission-vission-item-wraper .col:nth-child(3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-profile-mission-vission-item-wraper .col:nth-child(2) {
    margin-top: 20px;
  }
}

.ic-profile-mission-vission-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 4.79802px 35.9851px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 575.98px) {
  .ic-profile-mission-vission-item {
    max-width: 430px;
    margin: auto;
  }
}
.ic-profile-mission-vission-item:hover .ic-profile-mission-vission-img img {
  transform: scale(1.1);
}
.ic-profile-mission-vission-item .ic-profile-mission-vission-img {
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.ic-profile-mission-vission-item .ic-profile-mission-vission-img img {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-profile-mission-vission-item .ic-profile-mission-vission-content {
  padding: 20px 28px 28px;
}
@media only screen and (max-width: 1650px) {
  .ic-profile-mission-vission-item .ic-profile-mission-vission-content {
    padding: 20px 25px 25px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-profile-mission-vission-item .ic-profile-mission-vission-content {
    padding: 20px 20px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-profile-mission-vission-item .ic-profile-mission-vission-content {
    padding: 18px 18px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-profile-mission-vission-item .ic-profile-mission-vission-content {
    padding: 15px 15px 15px;
  }
}

.ic-company-info-download-area {
  padding: 92px 0px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-company-info-download-area {
    padding: 85px 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-company-info-download-area {
    padding: 75px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-company-info-download-area {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-company-info-download-area {
    padding: 40px 0px;
  }
}
.ic-company-info-download-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 41, 57, 0.75);
  box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
}
.ic-company-info-download-area .ic-download-pdf-content {
  position: relative;
}
.ic-company-info-download-area .ic-download-pdf-content .icon span {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  transform: rotate(-52.63deg);
  box-shadow: 0px 4px 16px rgba(1, 105, 194, 0.1);
  background-color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-company-info-download-area .ic-download-pdf-content .icon span svg {
  transform: rotate(52.63deg);
  stroke: #0169c2;
  width: 22px;
}
.ic-company-info-download-area .ic-download-pdf-content .ic-btn, .ic-company-info-download-area .ic-download-pdf-content .ic-btn-lg {
  height: 48px;
}
@media only screen and (max-width: 1650px) {
  .ic-company-info-download-area .ic-download-pdf-content .ic-btn, .ic-company-info-download-area .ic-download-pdf-content .ic-btn-lg {
    height: 45px;
  }
}

.ic-contact-address-area {
  padding: 80px 0px;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-address-area {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-contact-address-area {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-address-area {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-contact-address-area .row .col:nth-child(3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-contact-address-area .row .col:nth-child(2) {
    margin-top: 20px;
  }
}

.ic-contact-address-item {
  border: 1px solid #d0d5dd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 30px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-address-item {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-contact-address-item {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-address-item {
    padding: 15px 15px;
  }
}
.ic-contact-address-item .ic-contact-address-icon {
  flex: 0 0 auto;
  width: 36px;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-address-item .ic-contact-address-icon {
    width: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-contact-address-item .ic-contact-address-icon {
    width: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-address-item .ic-contact-address-icon {
    width: 20px;
  }
}
.ic-contact-address-item .ic-contact-address-icon svg {
  width: 36px;
  stroke: #0169c2;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-address-item .ic-contact-address-icon svg {
    width: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-contact-address-item .ic-contact-address-icon svg {
    width: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-address-item .ic-contact-address-icon svg {
    width: 20px;
  }
}
.ic-contact-address-item .ic-contact-address-content {
  flex: 1;
  margin-left: 10px;
}
.ic-contact-address-item .ic-contact-address-content h3 {
  color: #475467;
  font-size: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-contact-address-item .ic-contact-address-content h3 {
    font-size: 18px;
  }
}
.ic-contact-address-item .ic-contact-address-content p {
  color: #475467;
}

.ic-contact-map {
  height: 550px;
  width: 100%;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-map {
    height: 450px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-contact-map {
    height: 400px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-contact-map {
    height: 350px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-contact-map {
    height: 300px;
  }
}

.ic-contact-get-touch-area {
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-get-touch-area {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-contact-get-touch-area {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-contact-get-touch-area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-get-touch-area {
    margin-bottom: 40px;
  }
}
.ic-contact-get-touch-area::before {
  content: "";
  position: absolute;
  background: rgba(1, 105, 194, 0.05);
  -webkit-border-radius: 0px 0px 0px 4px;
  -moz-border-radius: 0px 0px 0px 4px;
  border-radius: 0px 0px 0px 4px;
  height: 100%;
  width: 32.5%;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-contact-get-touch-area::before {
    display: none;
  }
}

.ic-contact-get-touch-left {
  padding-right: 60px;
}
@media only screen and (max-width: 991.98px) {
  .ic-contact-get-touch-left {
    padding-right: 0;
  }
}
.ic-contact-get-touch-left .form-group {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-get-touch-left .form-group {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-get-touch-left .form-group {
    margin-bottom: 16px;
  }
}
.ic-contact-get-touch-left .form-group label {
  font-size: 14px;
  color: #1d2939;
  font-weight: 500;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-get-touch-left .form-group label {
    font-size: 13px;
  }
}
.ic-contact-get-touch-left .form-group .form-control {
  border: 1px solid #d0d5dd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  background-color: #fff;
  height: 44px;
  padding: 0px 14px;
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-get-touch-left .form-group .form-control {
    height: 40px;
  }
}
.ic-contact-get-touch-left .form-group .form-control:focus {
  border: 1px solid #0169c2;
}
.ic-contact-get-touch-left .form-group .form-control::placeholder {
  font-size: 16px;
  color: #475467;
  font-family: "Lora", serif;
}
@media only screen and (max-width: 1650px) {
  .ic-contact-get-touch-left .form-group .form-control::placeholder {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-contact-get-touch-left .form-group .form-control::placeholder {
    font-size: 14px;
  }
}
.ic-contact-get-touch-left .form-group .form-control.textarea {
  padding: 10px 14px;
  height: 80px;
}

.ic-contact-get-touch-right {
  padding-top: 80px;
}
@media only screen and (max-width: 991.98px) {
  .ic-contact-get-touch-right {
    padding-top: 40px;
  }
}

.ic-new-contact-section {
  background: #eff0f2;
}

.ic-new-contact-main {
  border-radius: 16px;
  overflow: hidden;
}

.ic-new-contact-left {
  padding: 60px;
  background: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-contact-left {
    padding: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-contact-left {
    padding: 20px;
  }
}

.ic-form-input-group label {
  display: block;
  margin-bottom: 10px;
}
.ic-form-input-group input,
.ic-form-input-group textarea {
  border-radius: 8px;
  border: 1px solid #e7e6e6;
}
.ic-form-input-group input:focus,
.ic-form-input-group textarea:focus {
  background: #eff0f2;
}
.ic-form-input-group input {
  height: 46px;
  padding: 0 20px;
}
.ic-form-input-group textarea {
  padding: 20px;
}

.ic-new-contact-right {
  position: relative;
  padding: 50px 70px;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-contact-right {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-contact-right {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-contact-right {
    padding: 15px;
  }
}
.ic-new-contact-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 105, 194, 0.9);
  z-index: -1;
}

.ic-new-contact-right-item {
  padding: 24px 50px;
  border-radius: 16px;
  background: #fff;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-contact-right-item {
    padding: 24px 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-contact-right-item {
    padding: 24px 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-contact-right-item {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-contact-right-item {
    padding: 15px;
  }
}

.ic-new-contact-location iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-new-contact-location iframe {
    height: 420px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-new-contact-location iframe {
    height: 380px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-new-contact-location iframe {
    height: 320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-new-contact-location iframe {
    height: 280px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-new-contact-location iframe {
    height: 250px;
  }
}

.ic-year-item {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ic-year-item span {
  padding: 8px 24px;
  border-radius: 16px;
  background: #eff0f2;
  border: 1px solid #e5e5e5;
}

.ic-committed-item1 {
  width: 90%;
  height: 100%;
}
@media only screen and (max-width: 575.98px) {
  .ic-committed-item1 {
    width: 100%;
  }
}

.ic-committed-item {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e7e6e6;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.ic-committed-item:hover {
  box-shadow: 0 12px 56px rgba(6, 28, 61, 0.12);
}
.ic-committed-item p {
  max-width: 275px;
  margin: auto;
}

.ic-committed-icon {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background: #eff0f2;
}
@media only screen and (max-width: 1399.98px) {
  .ic-committed-icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-committed-icon {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-committed-icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-committed-icon {
    width: 55px;
    height: 55px;
  }
}

.ic-packaging-have-question-section .ic-packaging-have-question-left {
  width: 95%;
}
@media only screen and (max-width: 991.98px) {
  .ic-packaging-have-question-section .ic-packaging-have-question-left {
    width: 100%;
  }
}
.ic-packaging-have-question-section .ic-new-cutting-number-item {
  border-bottom: 1px dashed #e7e6e6;
  padding-bottom: 20px;
  padding-left: 50px;
}
.ic-packaging-have-question-section .ic-new-cutting-number-item:last-child {
  border: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 1399.98px) {
  .ic-packaging-have-question-section .ic-new-cutting-number-item {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-packaging-have-question-section .ic-new-cutting-number-item {
    padding-left: 30px;
  }
}

.ic-new-packaging-address {
  border-left: 1px dashed #e7e6e6;
}

.ic-diverse-section {
  background: linear-gradient(180deg, #fff 10%, #eff0f2 60%);
}

.ic-diverse-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ic-diverse-item img {
  filter: grayscale(100%);
}
.ic-diverse-item .ic-diverse-item-inf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(1, 105, 194, 0.9);
  padding: 0 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399.98px) {
  .ic-diverse-item .ic-diverse-item-inf {
    padding: 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .ic-diverse-item .ic-diverse-item-inf {
    padding: 0 15px;
  }
}
.ic-diverse-item:hover .ic-diverse-item-inf {
  opacity: 1;
  visibility: visible;
}

.ic-innovation-section {
  background: #232323;
}

.ic-innovation-section-left span {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 6px 16px;
}

.ic-innovation-section-left.right {
  padding-left: 60px;
  border-left: 1px dashed #e7e6e6;
}
@media (max-width: 1399.98px) {
  .ic-innovation-section-left.right {
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .ic-innovation-section-left.right {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .ic-innovation-section-left.right {
    padding-left: 0;
    border: none;
  }
}

.ic-machineries-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e7e6e6;
  height: 100%;
  background: #fff;
}
.ic-machineries-item .ic-machineries-top {
  background: #eff0f2;
  min-height: 260px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-machineries-item .ic-machineries-top {
    min-height: 220px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-machineries-item .ic-machineries-top {
    min-height: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-machineries-item .ic-machineries-top {
    min-height: 180px;
  }
}
.ic-machineries-item .ic-machineries-inf {
  padding: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-machineries-item .ic-machineries-inf {
    padding: 15px;
  }
}
.ic-machineries-item .ic-machineries-inf li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e7e6e6;
}
.ic-machineries-item .ic-machineries-inf li:first-child {
  border-top: 1px solid #e7e6e6;
}
.ic-machineries-item .ic-machineries-inf li:last-child {
  border-bottom: none;
}

.ic-new-product-menu-top {
  border-radius: 16px;
  border: 1px solid #e7e6e6;
  padding: 10px 12px;
}

.ic-new-product-search-bar {
  background: #eff0f2;
  border-radius: 8px;
  border: 1px solid #e7e6e6;
  padding: 10px 16px;
}
.ic-new-product-search-bar input {
  background: transparent;
}
.ic-new-product-search-bar.ic-select:focus {
  outline: none;
}

.ic-new-product-tab-btn .nav-tabs .nav-item.show .nav-link,
.ic-new-product-tab-btn .nav-tabs .nav-link,
.ic-new-product-tab-btn .nav-tabs {
  border: none;
  color: #0b1118;
}
.ic-new-product-tab-btn .nav-tabs .nav-item.show .nav-link,
.ic-new-product-tab-btn .nav-tabs .nav-link.active {
  color: #0169c2;
  background: transparent;
}
.ic-new-product-tab-btn .nav-link {
  position: relative;
}
.ic-new-product-tab-btn .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2px;
  height: 100%;
  background: #e7e6e6;
}
.ic-new-product-tab-btn .nav-item:last-child .nav-link::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
