.btn_1 {
  transition: all 0.4s ease-in-out;
  padding: 10px 30px;
  border: 1px solid #fff;
  font-size: 1rem;
  font-weight: 400;
  color: #fff !important;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.btn_1 i {
  transition: all 0.4s ease-in-out;
  padding-left: 1rem;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .btn_1 {
    padding: 4px 20px;
  }
}
@media (max-width: 767px) {
  .btn_1 {
    padding: 6px 15px;
  }
}
@media (max-width: 480px) {
  .btn_1 {
    font-size: 0.813rem;
    padding: 6px 10px;
  }
}
.btn_1:hover {
  background: #92999B;
  border: 1px solid #92999B;
}
.btn_1:hover i {
  padding-left: 1.5rem;
}

.btn_2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  font-size: 0.875rem;
  border: none;
  color: #0E324E;
  font-weight: 600;
}
@media (max-width: 480px) {
  .btn_2 {
    font-size: 0.813rem;
  }
}
.btn_2:hover {
  color: #000 !important;
}

.btn_3 {
  transition: all 0.4s ease-in-out;
  font-size: 1rem;
  border: none;
  color: #0E324E;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .btn_3 {
    font-size: 0.813rem;
  }
}
.btn_3 i {
  transition: all 0.4s ease-in-out;
  color: #0E324E;
  font-size: 1.2rem;
  padding-left: 5px;
}
.btn_3:hover {
  color: #000 !important;
  letter-spacing: 1px;
}

body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Work Sans", sans-serif;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}

p {
  color: #3c3c3c;
  line-height: 30px;
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
}
@media (max-width: 767px) {
  p {
    font-size: 0.938rem;
    line-height: 24px;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #0E324E;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #0E324E;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 480px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h3 {
  font-size: 2.5rem;
  color: #0E324E;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  h3 {
    padding: 0;
    font-size: 1.8rem;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #92999B;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus {
  outline: none;
  border: 1px solid #0E324E;
  /* Remove border */
  /* or you can style the border differently */
  /* border: 2px solid #000; */
}
.form-group .form-control::file-selector-button,
.form-floating .form-control::file-selector-button {
  height: 45px;
}
.form-group textarea,
.form-floating textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  color: #5a5a59;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #92999B;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder {
  color: #4f4f4e;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder {
  color: #4f4f4e;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1ae;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1ae;
  font-weight: 400;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #727272;
}

.header {
  transition: all 0.4s ease-in-out;
  background: none;
  padding: 0px;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  background: #fff;
}
.header .nav-brand {
  padding: 0;
}
.header .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo.svg);
  display: inline-block;
  width: 250px;
  height: 68px;
  position: relative;
  margin: 10px 0 0 px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header .logo {
    width: 200px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header .logo {
    width: 160px;
    height: 45px;
  }
}
@media (max-width: 992px) {
  .header .logo {
    width: 200px;
    height: 55px;
  }
}
@media (max-width: 480px) {
  .header .logo {
    width: 160px;
    height: 45px;
  }
}
.header .nav-menu .desk-none {
  display: none;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header.fixed .top_header {
  display: none;
}
.header.fixed .logo {
  transition: all 0.4s ease-in-out;
  background: url(../images/logo.svg) no-repeat;
  display: inline-block;
  width: 160px;
  height: 45px;
}

.navigation-portrait .btn_bg {
  width: auto !important;
  padding: 10px 20px !important;
  margin: 12px 15px 12px 26px !important;
}
.navigation-portrait .nav-dropdown > li > a {
  background: #0E324E;
}
.navigation-portrait .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #163F5E;
}
.navigation-portrait .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #000 #000 transparent;
}
.navigation-portrait .nav-dropdown > li:hover > a {
  background: #3c3c3c;
  color: #fff;
}
.navigation-portrait .nav-menu > li.active > a::before {
  left: 26px;
  background: antiquewhite;
  width: 10%;
  margin: 0;
}

.banner {
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: auto;
    margin-top: 80px;
  }
}
.banner .banner-social-two {
  left: auto;
  right: 24px;
  top: 36%;
  z-index: 9;
  padding: 0.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .banner .banner-social-two {
    display: none;
  }
}
.banner .banner-social-two .title {
  margin-bottom: 0;
  font-size: 0.813rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0E324E;
  transform: rotate(180deg);
  position: relative;
}
.banner .banner-social-two .list-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
}
.banner .banner-social-two .list-wrap li {
  display: flex;
  align-items: center;
}
.banner .banner-social-two .list-wrap li a {
  color: #0E324E;
  transform: rotate(-90deg);
  display: flex;
  align-content: center;
  justify-content: center;
}
.banner .banner-social-two .list-wrap li a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.banner .banner-social-two .list-wrap li a:hover {
  color: #92999B;
}
.banner .banner-social {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  gap: 15px;
  position: absolute;
}
@media (max-width: 767px) {
  .banner .banner-social {
    display: none;
  }
}
.banner .intro {
  z-index: 0;
}
@media (max-width: 992px) {
  .banner .intro {
    height: auto;
  }
}
.banner .intro .item {
  display: flex;
  height: 100vh;
  overflow: hidden;
  align-items: baseline;
  padding: 0 25px 25px 25px;
}
@media (max-width: 767px) {
  .banner .intro .item {
    height: auto;
    padding: 0 15px 0px 15px;
  }
}
.banner .intro .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .intro .item .slider-caption {
  position: absolute;
  display: flex;
  bottom: 25px;
  left: 100px;
  padding: 2rem;
  width: 60%;
  background-color: rgba(14, 50, 78, 0.79);
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner .intro .item .slider-caption {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner .intro .item .slider-caption {
    left: 50px;
  }
}
@media (max-width: 992px) {
  .banner .intro .item .slider-caption {
    padding: 1.5rem;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .banner .intro .item .slider-caption {
    padding: 1rem;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .banner .intro .item .slider-caption {
    left: 20px;
    width: 70%;
  }
}
.banner .intro .item .slider-caption h2 {
  color: #fff;
  font-weight: 300;
  font-size: 3rem;
  position: relative;
}
.banner .intro .item .slider-caption h2 span {
  display: block;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner .intro .item .slider-caption h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner .intro .item .slider-caption h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner .intro .item .slider-caption h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .banner .intro .item .slider-caption h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .banner .intro .item .slider-caption h2 {
    font-size: 1.5rem;
  }
}
.banner .intro .owl-dots {
  display: none;
}
.banner .intro .owl-nav button.owl-prev,
.banner .intro .owl-nav button.owl-next {
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  position: absolute;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  transform: translatey(-50%);
}
@media (max-width: 480px) {
  .banner .intro .owl-nav button.owl-prev,
  .banner .intro .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
  }
}
.banner .intro .owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: none;
  width: 100%;
}
.banner .intro .owl-nav button.owl-next {
  right: 20px;
  bottom: -2px;
  color: #fff;
  background: #0E324E;
}
@media (max-width: 768px) {
  .banner .intro .owl-nav button.owl-next {
    bottom: -18px;
    right: 10px;
  }
}
.banner .intro .owl-nav button.owl-prev {
  right: 65px;
  bottom: -2px;
  color: #fff;
  background: #0E324E;
}
@media (max-width: 768px) {
  .banner .intro .owl-nav button.owl-prev {
    bottom: -18px;
    right: 40px;
  }
}
.banner .intro .owl-nav button.owl-prev::before {
  font-family: bootstrap-icons !important;
  content: "\f284";
  font-size: 1.5rem;
  color: #fff;
}
.banner .intro .owl-nav button.owl-next::before {
  font-family: bootstrap-icons !important;
  content: "\f285";
  font-size: 1.5rem;
  color: #fff;
}
.banner .intro .owl-nav button:hover {
  color: #0E324E;
  background: #92999B;
}
.banner .intro .owl-nav button:hover .owl-next::before {
  color: #0E324E;
}
.banner .intro .desktop {
  display: block !important;
}
@media (max-width: 650px) {
  .banner .intro .desktop {
    display: none !important;
  }
}
.banner .intro .mobile {
  display: none !important;
}
@media (max-width: 650px) {
  .banner .intro .mobile {
    display: block !important;
  }
}

.about_section {
  width: 100%;
  background: url(../images/about_bg.jpg) no-repeat right bottom;
}
.about_section .img_box {
  padding: 0 2rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_section .img_box {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_section .img_box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about_section .img_box {
    padding: 2rem 4rem 0 4rem;
  }
}
.about_section .about_content {
  padding: 0 3rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_section .about_content {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_section .about_content {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .about_section .about_content {
    padding: 0;
  }
}
.about_section .about_content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0E324E;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about_section .about_content h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .about_section .about_content h1 {
    padding: 0;
    font-size: 1.8rem;
  }
}
.about_section .about_content h1 span {
  font-weight: 300;
  display: block;
}
.about_section .about_content .btn_box {
  display: flex;
  gap: 1rem;
}
.about_section .about_content .btn_box .btn_1 {
  border: 1px solid #0E324E;
  color: #0E324E !important;
}
.about_section .about_content .btn_box .btn_1:hover {
  background: #0E324E;
  color: #fff !important;
}
.about_section .about_content .btn_box .btn_1:hover i {
  padding-left: 1rem;
}

.tagline {
  background: url(../images/pattern.svg);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .tagline {
    padding: 60px 0;
  }
}
.tagline h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tagline h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .tagline h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .tagline h3 {
    font-size: 1.4rem;
  }
}

.highlighted_products {
  background: #F7F7F9;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .highlighted_products {
    margin-left: 0px;
    margin-right: 0px;
    padding: 60px 13px;
  }
}
.highlighted_products .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .highlighted_products .heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.highlighted_products .heading h3 {
  color: #0E324E;
  text-align: left;
}
.highlighted_products .heading .content {
  width: 50%;
}
@media (max-width: 767px) {
  .highlighted_products .heading .content {
    width: 100%;
  }
}
.highlighted_products .products_box {
  padding: 0 2rem;
  position: relative;
}
@media (max-width: 1400px) {
  .highlighted_products .products_box {
    padding: 0;
  }
}
.highlighted_products .products_box .img_box {
  width: 100%;
  position: relative;
}
.highlighted_products .products_box .img_box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.highlighted_products .products_box .img_box .content h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .highlighted_products .products_box .img_box .content h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .highlighted_products .products_box .img_box .content h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .highlighted_products .products_box .img_box .content h3 {
    font-size: 1.2rem;
  }
}
.highlighted_products .products_box .img_box .content h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  background: #92999B;
  bottom: -18px;
}
.highlighted_products .products_box .img_box .content .hover_btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: #fff;
  width: 35px;
  height: 35px;
  opacity: 0;
  color: #0E324E;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .highlighted_products .products_box .img_box .content .hover_btn {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .highlighted_products .products_box .img_box .content .hover_btn {
    opacity: 1;
  }
}
.highlighted_products .products_box .img_box::before {
  content: "";
  padding: 0 2rem;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 50%;
  background: rgb(14, 50, 78);
  background: linear-gradient(0deg, rgb(14, 50, 78) 0%, rgba(255, 255, 255, 0) 100%);
}
.highlighted_products .products_box .img_box:hover .hover_btn {
  opacity: 1;
}
.highlighted_products .products_box .img_box:hover::before {
  transition: all 0.4s ease-in-out;
  height: 70%;
}

.clients {
  background: url(../images/shape1.png) no-repeat right bottom #0E324E;
  margin: 50px 25px 0 25px;
}
@media (max-width: 767px) {
  .clients {
    margin-left: 0;
    margin-right: 0;
  }
}
.clients h3 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.clients .brands-box {
  margin: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .clients .brands-box {
    margin: 5px;
  }
}
.clients .brands-box::before {
  width: 90%;
  position: absolute;
  height: 10px;
  content: "";
  background: #92999B;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
}
.clients .owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}
.clients .owl-theme .owl-dots {
  margin-top: 2rem;
}

.news {
  width: 100%;
}
.news .news_box {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .news .news_box {
    display: flex;
  }
}
.news .news_box .image_section {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.news .news_box .image_section img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news .news_box .image_section {
    width: 30%;
  }
}
.news .news_box .contents {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .news .news_box .contents {
    width: 70%;
    padding-left: 1rem;
  }
}
.news .news_box .contents h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.6rem;
  line-height: 28px;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_box .contents h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 1rem;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .news .news_box .contents h4 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .news .news_box .contents h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 1rem;
    height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_box .contents .btn_3 {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .news .news_box .contents .btn_3 {
    font-size: 0.813rem;
  }
}
.news .news_box .contents .calendar {
  padding: 10px 0;
  color: #3c3c3c;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_box .contents .calendar {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .news .news_box .contents .calendar {
    font-size: 0.813rem;
    padding: 0;
  }
}
.news .news_boxes {
  display: flex;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .news .news_boxes {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_boxes {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .news .news_boxes {
    margin-bottom: 1rem;
  }
}
.news .news_boxes .image_section {
  width: 30%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.news .news_boxes .image_section img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .news .news_boxes .image_section img {
    min-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_boxes .image_section img {
    min-height: 80px;
  }
}
.news .news_boxes .contents {
  width: 70%;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_boxes .contents {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .news .news_boxes .contents {
    padding-left: 1rem;
  }
}
.news .news_boxes .contents h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.4rem;
  line-height: 28px;
  height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .news .news_boxes .contents h4 {
    margin-bottom: 10px;
    line-height: 24px;
    height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_boxes .contents h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .news .news_boxes .contents h4 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .news .news_boxes .contents h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_boxes .contents .btn_3 {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .news .news_boxes .contents .btn_3 {
    font-size: 0.813rem;
  }
}
.news .news_boxes .contents .calendar {
  padding: 0 0 10px 0;
  color: #3c3c3c;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news .news_boxes .contents .calendar {
    font-size: 0.813rem;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .news .news_boxes .contents .calendar {
    font-size: 0.813rem;
    padding: 0;
  }
}
.news .news_boxes:nth-child(3) {
  margin-bottom: 0;
}

.footer {
  background: #0C2130 url(../images/shape2.svg) no-repeat right bottom;
  margin: 0px 25px 25px 25px;
  background-size: 300px;
  background-position: right;
}
@media (max-width: 768px) {
  .footer {
    margin: 0px;
    background-size: 200px;
    background-image: none;
  }
}
.footer .footer_heading {
  text-align: center;
  padding-bottom: 6rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .footer .footer_heading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .footer_heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .footer .footer_heading {
    font-size: 1.4rem;
    padding-bottom: 3rem;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.footer .logo img {
  width: 200px;
}
@media (max-width: 992px) {
  .footer .logo img {
    width: 150px;
  }
}
.footer .full_width {
  display: flex;
}
.footer .full_width .list {
  width: 50%;
  color: #96ADBE;
  padding: 0rem;
  font-size: 0.875rem;
}
.footer .full_width .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.footer .full_width .list ul li {
  transition: all 0.4s ease-in-out;
  padding: 1px 0px;
  list-style: none;
  color: #96ADBE;
  font-size: 1rem;
  width: 100%;
  font-weight: 400;
  position: relative;
}
.footer .full_width .list ul li a {
  color: #96ADBE !important;
  position: relative;
}
.footer .full_width .list ul li a:hover {
  color: #7695ad !important;
}
.footer .full_width .list p {
  color: #96ADBE;
  text-align: left;
}
.footer .full_width .list p a {
  color: #96ADBE;
}
.footer .full_width .list h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .footer .full_width .list h5 {
    font-size: 1rem;
  }
}
.footer .full_width .list p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .footer .full_width .list:nth-child(1) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer .full_width .list:nth-child(2) {
    width: 60%;
  }
}
.footer .line {
  margin-top: 2rem;
  border-bottom: 1px solid #253e4f;
}
.footer .powerd {
  margin-top: 2rem;
}
.footer .powerd p {
  color: #96ADBE;
  margin-bottom: 0;
}
.footer .powerd p a {
  color: #96ADBE;
}
@media (max-width: 767px) {
  .footer .powerd p {
    text-align: center;
  }
}
.footer .powerd .social-icons {
  width: 100%;
}
.footer .powerd .social-icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .powerd .social-icons ul {
    justify-content: center;
  }
}
.footer .powerd .social-icons ul li {
  padding: 0 10px;
  list-style: none;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .footer .powerd .social-icons ul li {
    padding: 10px 5px;
  }
}
.footer .powerd .social-icons ul li a {
  color: #96ADBE !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer .powerd .social-icons ul li a:hover {
  color: #96ADBE !important;
}
.footer .powerd .social-icons ul li:first-child {
  padding-left: 0px;
}

/* Feel free to change duration  */
.animated {
  animation-duration: 1000 ms;
  animation-fill-mode: both;
}

.owl-animated-out {
  z-index: 1;
}

.owl-animated-in {
  z-index: 0;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  padding: 5px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse i {
  font-size: 1.8rem;
}

.btn-whatsapp-pulse:hover {
  color: white;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hamburger {
  font-size: 30px;
  cursor: pointer;
  padding: 15px;
  color: #0E324E;
  text-align: right;
  z-index: 3;
  /* Positioned above the overlay */
}
@media (max-width: 991px) {
  .hamburger {
    display: none;
  }
}

.hamburger div {
  width: 30px;
  height: 3px;
  background-color: #0E324E;
  margin: 6px 0;
  transition: 0.4s;
}

.hamburger.change div {
  background-color: white;
  /* New color when menu is open */
}

/* Rotate bars into X when menu is open */
.hamburger.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 6px);
}

.hamburger.change .bar2 {
  opacity: 0;
}

.hamburger.change .bar3 {
  transform: rotate(45deg) translate(-7px, -6px);
}

/* Menu with slide-in animation */
/* Menu with slide-in animation */
#menu {
  position: fixed;
  top: 0;
  right: -350px;
  /* Hidden offscreen initially */
  width: 350px;
  height: 100%;
  background-color: #0E324E;
  z-index: 2;
  transition: right 0.3s ease;
  /* Sliding animation */
}

#menu.open {
  right: 0;
  /* Menu slides in from the right */
}

.list {
  width: 100%;
  padding: 2rem;
  color: #fff;
  font-size: 0.875rem;
}
.list p {
  color: #fff;
}
.list p a {
  color: #fff;
}
.list .logos {
  margin-bottom: 2rem;
}
.list .logos img {
  width: 100px;
}
.list h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.list ul li {
  transition: all 0.4s ease-in-out;
  padding: 1px 0px;
  list-style: none;
  color: #96ADBE;
  font-size: 1rem;
  width: 100%;
  font-weight: 400;
  position: relative;
}
.list ul li a {
  color: #96ADBE !important;
  position: relative;
}
.list ul li a:hover {
  color: #7695ad !important;
}
.list p {
  margin-bottom: 2rem;
  color: #96ADBE;
}
.list p a {
  color: #96ADBE;
}

/* Close button inside the menu */
.close-btn {
  font-size: 30px;
  color: white;
  padding: 10px;
  cursor: pointer;
  text-align: right;
  display: block;
}

/* Overlay (will be dynamically added by JS) */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Fade-in animation */
}

#overlay.visible {
  opacity: 1;
  /* Fade in */
}

.inner_banner {
  background: rgb(14, 50, 78);
  background: linear-gradient(90deg, rgb(14, 50, 78) 0%, rgba(12, 77, 128, 0.4262955182) 100%), url(../images/shape2.png) no-repeat right;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 100px;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .inner_banner {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 75px;
    padding: 2rem 0;
  }
}
@media (max-width: 480px) {
  .inner_banner {
    padding: 1.5rem 0;
    margin-top: 65px;
  }
}
.inner_banner h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner_banner h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_banner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_banner h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .inner_banner h1 {
    font-size: 2rem;
  }
}
.inner_banner .breadcrumb {
  background: rgba(146, 153, 155, 0.1215686275);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .inner_banner .breadcrumb {
    padding: 5px;
  }
}
.inner_banner .breadcrumb li {
  color: #fff;
}
.inner_banner .breadcrumb li a {
  color: #fff;
}

.inner_container {
  background: #f8f7f1;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .inner_container {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner_container h2 {
  font-size: 2.5rem;
  color: #0E324E;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner_container h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_container h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner_container h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .inner_container h2 {
    font-size: 1.6rem;
  }
}
.inner_container h4 {
  color: #92999B;
  font-weight: 300;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .inner_container h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .inner_container h4 {
    font-size: 1rem;
  }
}
.inner_container h4 span {
  color: #000;
}
.inner_container ul li {
  list-style: none;
  padding: 0.2rem 0 0.2rem 1.5rem;
  color: #3c3c3c;
  position: relative;
}
.inner_container ul li::before {
  content: "\f234";
  font-family: bootstrap-icons !important;
  left: 0;
  top: 3px;
  position: absolute;
  font-size: 0.938rem;
  color: #0E324E;
}
.inner_container .f2 {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .f2 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .inner_container .f2 {
    font-size: 1rem;
  }
}
.inner_container .product_img {
  padding-left: 1rem;
  position: sticky;
  top: 95px;
}
@media (max-width: 767px) {
  .inner_container .product_img {
    padding-left: 0;
  }
}
.inner_container .product_img .logo {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 80px;
  height: 80px;
  padding: 15px;
  background: #0E324E;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .inner_container .product_img .logo {
    display: none;
  }
}
.inner_container .product_img .logo img {
  width: 35px;
}
.inner_container .about_content {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .inner_container .about_content {
    padding-right: 0;
  }
}
.inner_container .about_content h5 {
  font-size: 1.5rem;
}
.inner_container .mission_vision_policy {
  display: flex;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .inner_container .mission_vision_policy {
    margin-top: 2rem;
  }
}
.inner_container .mission_vision_policy ul {
  display: flex;
}
@media (max-width: 767px) {
  .inner_container .mission_vision_policy ul {
    flex-direction: column;
  }
}
.inner_container .mission_vision_policy ul li {
  transition: all 0.4s ease-in-out;
  width: 50%;
  padding: 2rem;
  list-style: none;
  background: #fff;
  border-right: 1px solid #e4e1e1;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .mission_vision_policy ul li {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .inner_container .mission_vision_policy ul li {
    width: 100%;
    padding: 1.5rem;
    border-right: none;
    border-bottom: 1px solid #e4e1e1;
  }
  .inner_container .mission_vision_policy ul li:last-child {
    border-bottom: none;
  }
}
.inner_container .mission_vision_policy ul li::before {
  display: none;
}
.inner_container .mission_vision_policy ul li:last-child {
  border-right: none;
}
.inner_container .mission_vision_policy ul li h3 {
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  color: #0E324E;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner_container .mission_vision_policy ul li h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_container .mission_vision_policy ul li h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .mission_vision_policy ul li h3 {
    font-size: 1.5rem;
  }
}
.inner_container .mission_vision_policy ul li p {
  transition: all 0.4s ease-in-out;
}
.inner_container .mission_vision_policy ul li .icons {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgb(14, 50, 78);
  background: linear-gradient(48deg, rgb(14, 50, 78) 0%, rgb(203, 202, 199) 100%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_container .mission_vision_policy ul li .icons {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .inner_container .mission_vision_policy ul li .icons {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .inner_container .mission_vision_policy ul li .icons svg {
    width: 40px;
  }
}
.inner_container .mission_vision_policy ul li .icons:hover {
  background: #0E324E;
  color: #fff;
}
.inner_container .mission_vision_policy ul li .icons:hover .icons {
  background: #92999B;
}
.inner_container .mission_vision_policy ul li .icons:hover h3 {
  color: #fff;
}
.inner_container .mission_vision_policy ul li .icons:hover p {
  color: #fff;
}
.inner_container .corevalue {
  background: url(/images/corevalue_bg.webp) #0E324E no-repeat right center;
  padding: 2rem;
}
@media (max-width: 767px) {
  .inner_container .corevalue {
    padding: 1.5rem;
  }
}
.inner_container .corevalue h3 {
  color: #fff;
}
.inner_container .corevalue p {
  color: #fff;
}
.inner_container .corevalue ul {
  display: flex;
  flex-wrap: wrap;
}
.inner_container .corevalue ul li {
  width: 70%;
  list-style: none;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .inner_container .corevalue ul li {
    width: 100%;
  }
}
.inner_container .corevalue ul li::before {
  color: #eef1f4;
}
.inner_container .contact_form {
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #dcdcdc;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .inner_container .contact_form {
    padding: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .contact_form {
    padding: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner_container .contact_form {
    padding: 1.5rem;
  }
}
.inner_container .contact_form h4 {
  color: #0E324E;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .contact_form h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .inner_container .contact_form h4 {
    font-size: 1.8rem;
  }
}
.inner_container .contact_form h6 {
  font-size: 0.75rem;
  margin-top: 0.4rem;
  font-weight: 300;
  color: #3c3c3c;
}
.inner_container .contact_form .btn_1 {
  border: 1px solid #0E324E;
  background: #fff;
  color: #0E324E !important;
}
.inner_container .contact_form .btn_1:hover {
  background: #0E324E;
  color: #fff !important;
}
.inner_container .contact_bg {
  background: #0E324E;
  padding: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .inner_container .contact_bg {
    padding: 1.5rem;
  }
}
.inner_container .contact_bg .logo_right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100px;
  opacity: 0.1;
}
.inner_container .contact_bg h4 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .contact_bg h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .inner_container .contact_bg h4 {
    font-size: 1.8rem;
  }
}
.inner_container .contact_bg h5 {
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
  position: relative;
}
.inner_container .contact_bg ul {
  margin-bottom: 2rem;
}
.inner_container .contact_bg ul li {
  list-style: none;
  color: #96ADBE;
  position: relative;
  padding-left: 40px;
}
.inner_container .contact_bg ul li a {
  color: #96ADBE;
}
.inner_container .contact_bg ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.inner_container .blog_box {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.inner_container .blog_box .blog-img {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  background: #0E324E;
  position: relative;
}
.inner_container .blog_box .blog-img img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  width: 100%;
}
.inner_container .blog_box .blog-img .calendar {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.938rem;
  position: absolute;
  background: #0E324E;
  left: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .blog_box .blog-img .calendar {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .inner_container .blog_box .blog-img .calendar {
    font-size: 0.813rem;
  }
}
.inner_container .blog_box .contents {
  padding: 1.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .inner_container .blog_box .contents {
    padding: 1rem;
  }
}
.inner_container .blog_box .contents .calendar_2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #3c3c3c;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .blog_box .contents .calendar_2 {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .inner_container .blog_box .contents .calendar_2 {
    font-size: 0.813rem;
  }
}
.inner_container .blog_box .contents h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-weight: 400;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #000;
  font-size: 1rem;
  line-height: 28px;
  height: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .blog_box .contents h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .inner_container .blog_box .contents h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .blog_box .contents .btn_3 {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .inner_container .blog_box .contents .btn_3 {
    font-size: 0.813rem;
  }
}
.inner_container .blog_box:hover .blog-img img {
  opacity: 0.6;
}
.inner_container .contents img {
  width: 100%;
}
.inner_container .contents .calendar_share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.inner_container .contents .calendar_share .calendar {
  padding: 0 0 10px 0;
  color: #92999B;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .contents .calendar_share .calendar {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .inner_container .contents .calendar_share .calendar {
    font-size: 0.813rem;
    padding: 0;
  }
}
.inner_container .contents .calendar_share .share {
  display: flex;
  align-items: center;
  color: #92999B;
  font-weight: 500;
}
.inner_container .contents .calendar_share .share .c-share {
  position: relative;
  width: 2.4375em;
  height: 2.4375em;
  margin-left: 0.5rem;
}
.inner_container .contents .calendar_share .share .c-share__input {
  display: none;
}
.inner_container .contents .calendar_share .share .c-share__input:checked ~ .c-share__toggler .c-share__icon {
  transition: 0s;
  width: 0;
  height: 0;
  color: #92999B;
}
.inner_container .contents .calendar_share .share .c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
  transform: rotate(-45deg);
}
.inner_container .contents .calendar_share .share .c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
  transform: rotate(45deg);
}
.inner_container .contents .calendar_share .share .c-share__input:checked ~ .c-share_options {
  width: 11.0625em;
  height: 12.5em;
  border-radius: 0.3125em;
  z-index: 1;
}
.inner_container .contents .calendar_share .share .c-share__input:checked ~ .c-share_options::before,
.inner_container .contents .calendar_share .share .c-share__input:checked ~ .c-share_options li {
  transition: 0.3s 0.15s;
  opacity: 1;
  transform: translateY(0);
}
.inner_container .contents .calendar_share .share .c-share__toggler,
.inner_container .contents .calendar_share .share .c-share_options {
  position: absolute;
  right: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: #0E324E;
}
.inner_container .contents .calendar_share .share .c-share__toggler {
  cursor: pointer;
  z-index: 1;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner_container .contents .calendar_share .share .c-share__toggler i {
  color: #fff;
  font-size: 16px;
}
.inner_container .contents .calendar_share .share .c-share__icon {
  position: relative;
  left: -0.3125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  color: #53b64c;
  background-color: currentColor;
  box-shadow: 0.625em -0.625em, 0.625em 0.625em;
  transition: 0.1s 0.05s;
}
.inner_container .contents .calendar_share .share .c-share__icon::before, .inner_container .contents .calendar_share .share .c-share__icon::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.125em;
  background-color: currentColor;
  transition: 0.1s;
}
.inner_container .contents .calendar_share .share .c-share__icon::before {
  top: 0.1875em;
  left: 0.1875em;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.inner_container .contents .calendar_share .share .c-share__icon::after {
  top: -0.125em;
  left: 0.03125em;
  transform-origin: center;
  transform: rotate(-45deg);
}
.inner_container .contents .calendar_share .share .c-share_options {
  list-style: none;
  margin: 0;
  padding: 1.0625em 1.25em;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s;
}
.inner_container .contents .calendar_share .share .c-share_options::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.inner_container .contents .calendar_share .share .c-share_options li {
  font-size: 0.875em;
  color: #0E324E;
  cursor: pointer;
  padding: 0;
}
.inner_container .contents .calendar_share .share .c-share_options li::before {
  display: none;
}
.inner_container .contents .calendar_share .share .c-share_options li a {
  color: #fff;
}
.inner_container .contents .calendar_share .share .c-share_options li:not(:last-child) {
  margin-bottom: 5px;
}
.inner_container .contents .calendar_share .share .c-share_options li::before {
  background: #fff;
}
.inner_container .contents .calendar_share .share .c-share_options::before,
.inner_container .contents .calendar_share .share .c-share_options li {
  opacity: 0;
  transform: translateY(0.625em);
  transition: 0s;
}
.inner_container .contents h4 {
  font-size: 2rem;
  color: #0E324E;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .contents h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner_container .contents h4 {
    font-size: 1.4rem;
  }
}
.inner_container .recent {
  background: #fff;
  border: 1px solid #c6c6c6;
}
.inner_container .recent h3 {
  font-size: 2rem;
  color: #0E324E;
  font-weight: 600;
  padding: 1.5rem 1.5rem 0rem 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_container .recent h3 {
    font-size: 1.8rem;
    padding: 1rem 0 0rem 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .recent h3 {
    padding: 1rem 0 0rem 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .inner_container .recent h3 {
    padding: 1rem 0 0rem 1rem;
    font-size: 1.4rem;
  }
}
.inner_container .recent ul li {
  list-style: none;
  border-bottom: 1px solid #c6c6c6;
  padding: 0;
}
.inner_container .recent ul li::before {
  display: none;
}
.inner_container .recent ul li:last-child {
  border-bottom: none;
}
.inner_container .recent ul li .lists {
  width: 100%;
  padding: 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_container .recent ul li .lists {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .recent ul li .lists {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .inner_container .recent ul li .lists {
    padding: 1rem;
  }
}
.inner_container .recent ul li .lists .calendar {
  padding: 0 0 10px 0;
  color: #3c3c3c;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .recent ul li .lists .calendar {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .inner_container .recent ul li .lists .calendar {
    font-size: 0.813rem;
    padding: 0;
  }
}
.inner_container .recent ul li .lists h4 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 28px;
  height: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .recent ul li .lists h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .inner_container .recent ul li .lists h4 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 0.875rem;
  }
}
.inner_container .recent ul li .lists .btn_3 {
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .recent ul li .lists .btn_3 {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .inner_container .recent ul li .lists .btn_3 {
    font-size: 0.813rem;
  }
}
.inner_container .client_bg {
  border: 1px solid #0E324E;
}
.inner_container .client_bg img {
  width: 100%;
}
.inner_container .client_bg .clients_name {
  transition: all 0.4s ease-in-out;
  background: #0E324E;
  color: #fff;
  padding: 1rem;
  font-weight: 400;
  font-size: 0.938rem;
  min-height: 85px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .inner_container .client_bg .clients_name {
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .inner_container .client_bg .clients_name {
    font-size: 0.875rem;
    padding: 0.5rem;
    min-height: 75px;
  }
}
.inner_container .client_bg .clients_name .web {
  transition: all 0.4s ease-in-out;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
}
.inner_container .client_bg .clients_name .web i {
  padding-right: 10px;
}
.inner_container .client_bg .clients_name .web a {
  color: #fff;
}
.inner_container .client_bg:hover .clients_name {
  background: #eef1f4;
  color: #0E324E;
}
.inner_container .client_bg:hover .web {
  color: #0E324E;
}
.inner_container .client_bg:hover .web a {
  color: #0E324E;
}
.inner_container .products_container {
  position: relative;
}
.inner_container .products_container .content {
  transition: all 0.4s ease-in-out;
  position: absolute;
  width: 95%;
  padding: 1.5rem;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8588235294);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_container .products_container .content {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .products_container .content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .inner_container .products_container .content {
    padding: 1rem;
  }
}
.inner_container .products_container .content p {
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #3c3c3c;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 60px;
}
@media (max-width: 480px) {
  .inner_container .products_container .content p {
    height: 48px;
    min-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .products_container .content p {
    display: none;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .inner_container .products_container .content p {
    display: none;
  }
}
.inner_container .products_container .content h3 {
  transition: all 0.4s ease-in-out;
  font-size: 1.8rem;
  color: #0E324E;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner_container .products_container .content h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .products_container .content h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .inner_container .products_container .content h3 {
    font-size: 1.3rem;
  }
}
.inner_container .products_container .content .btn_1 {
  background: #0E324E;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .products_container .content .btn_1 {
    padding: 5px 8px;
    font-size: 0.813rem;
  }
}
.inner_container .products_container:hover .content {
  background: #0E324E;
}
.inner_container .products_container:hover .content h3 {
  color: #fff;
}
.inner_container .products_container:hover .content p {
  color: #fff;
}

.expertise {
  background: #F4DEB3;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .expertise {
    margin-left: 0;
    margin-right: 0;
  }
}
.expertise .elements_1 {
  position: absolute;
  left: 0;
  top: 30%;
}
@media (max-width: 767px) {
  .expertise .elements_1 {
    display: none;
  }
}
.expertise .leadership {
  width: 100%;
}
.expertise .leadership ul {
  display: flex;
  flex-wrap: wrap;
}
.expertise .leadership ul li {
  list-style: none;
  color: #fff;
  padding: 2rem;
  align-items: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(115deg, rgb(255, 255, 255) 0%, rgb(246, 247, 214) 100%);
}
.expertise .leadership ul li p {
  margin-bottom: 0;
}
.expertise .leadership ul li:first-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .expertise .leadership ul li {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .expertise .leadership ul li {
    padding: 1.5rem;
    width: 100%;
  }
}
.expertise .leadership ul li::before {
  display: none;
}
.expertise .leadership ul li h4 {
  color: #0E324E;
  font-weight: 600;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .expertise .leadership ul li h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .expertise .leadership ul li h4 {
    font-size: 1.2rem;
  }
}
.expertise .leadership ul li p span {
  color: #0E324E;
  font-weight: 500;
}

.quality {
  background: #fafafa url(../images/inside-the-factory.webp) no-repeat center left;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .quality {
    margin-left: 0;
    margin-right: 0;
  }
}
.quality .boxes {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding: 2rem;
  background: #fff;
  height: 100%;
}
@media (max-width: 767px) {
  .quality .boxes {
    padding: 1.5rem;
  }
}
.quality .boxes h5 {
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .quality .boxes h5 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.quality .boxes h5::before {
  position: absolute;
  left: 0;
  content: "";
  bottom: -10px;
  width: 15%;
  height: 3px;
  background: #0E324E;
}

.our_concerns {
  background: url(../images/pattern-2.svg);
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .our_concerns {
    margin-left: 0;
    margin-right: 0;
  }
}
.our_concerns h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .our_concerns h3 br {
    display: none;
  }
}
.our_concerns .concerns ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .our_concerns .concerns ul {
    gap: 0.5rem;
  }
}
.our_concerns .concerns ul li {
  padding: 10px 15px;
  color: #fff;
  list-style: none;
  background: rgb(30, 94, 144);
  background: linear-gradient(48deg, rgb(30, 94, 144) 0%, rgb(116, 115, 111) 100%);
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .our_concerns .concerns ul li {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .our_concerns .concerns ul li {
    font-size: 0.875rem;
  }
}

.map {
  margin-left: 25px;
  margin-right: 25px;
  padding: 0;
}/*# sourceMappingURL=main.css.map */