@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 30px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: bold;
}

.heading_container h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: #f7444e;
  margin: 10px auto 10px;
}

.heading_container h2 span {
  color: #f7444e;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
}

.text-brand {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-decoration: none !important;
}

.text-brand .brand-main {
  background: linear-gradient(90deg, #003d73 0%, #0069a8 55%, #4fae19 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 4px;
}

.text-brand .brand-sub {
  color: #173f2b;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-top: 6px;
  text-transform: uppercase;
}

.footer-text-brand {
  margin-bottom: 20px;
}

.footer-text-brand .brand-main {
  font-size: 34px;
}

.footer_section .footer-logo.text-brand {
  display: inline-flex;
}

.footer_section .footer-text-brand .brand-main {
  background: none;
  color: #35d8ff;
}

.footer_section .footer-text-brand .brand-sub {
  color: #ffffff;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.cart-nav-item {
  display: none !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #131313;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #f7444e;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg,
.custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #f7444e;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #f7444e;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 55px 0 45px;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2 {
  color: #052f47;
  font-size: clamp(3rem, 4.3vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.06;
  margin: 0 0 18px;
}

.slider_section .detail-box h1 span,
.slider_section .detail-box h2 span {
  color: #0b5f87;
}

.slider_section .detail-box p {
  color: #18313d;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px;
  max-width: 470px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background: linear-gradient(135deg, #0b5f87, #087da4);
  border: 1px solid #0b5f87;
  color: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0;
  font-weight: 700;
}

.slider_section .detail-box a:hover {
  background: #ffffff;
  color: #0b5f87;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #f7444e;
}

.slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_section .heading_container {
  margin-bottom: 20px;
}

.product_section .box {
  position: relative;
  margin-top: 25px;
  padding: 35px 35px;
  background-color: #f7f8f9;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .2);
  border: solid #fff 10px;
}

.product_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 215px;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 160px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_section .box .detail-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_section .box .detail-box h5 {
  font-size: 18px;
  margin-top: 10px;
}

.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #002c3e;
  font-weight: 600;
}

.product_section .box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product_section .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.arrival_section {
  background-color: #d4ced0;
}

.product_section .option_container {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.product_section .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_section .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 5px 0;
}

.product_section .options .option1 {
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
}

.product_section .options .option1:hover {
  background-color: transparent;
  color: #f7444e;
}

.product_section .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.product_section .options .option2:hover {
  background-color: transparent;
  color: #000000;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  color: #f7444e;
}

.arrival_section .heading_container {
  color: #002c3e;
  margin-bottom: 10px;
}

.arrival_section .box {
  padding: 120px 45px;
  position: relative;
}

.arrival_section .arrival_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.arrival_section .arrival_bg_box img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}

.arrival_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrival_section a:hover {
  background-color: transparent;
  color: #f7444e;
}

.why_section .box {
  text-align: center;
  margin-top: 45px;
  background-color: #002c3e;
  padding: 45px 50px;
  border-radius: 5px;
  color: #ffffff;
}

.detail-box h5 {
  font-size: 21px;
  font-weight: 700;
}

.remove_line_bt h2::after {
  display: none;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #ffffff;
}

.subscribe_section {
  text-align: center;
}

.subscribe_section .box {
  background-color: #d4ced0;
  padding: 75px 45px;
}

.subscribe_section .subscribe_form .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #002c3e;
}

.subscribe_section .subscribe_form .heading_container h2 {
  padding: 0 25px;
}

.subscribe_section .subscribe_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe_section .subscribe_form form input {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 90px;
  outline: none;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-top: 15px;
  text-align: left;
}

.subscribe_section .subscribe_form form input::-webkit-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input:-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 600;
  width: 100%;
  max-width: 285px;
}

.subscribe_section .subscribe_form form button:hover {
  background-color: transparent;
  color: #f7444e;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
  width: auto;
  height: auto;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.client_section .box .img_container .img-box {
  width: auto;
  height: auto;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  width: auto;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  background-color: #f7444e;
  border-radius: 100%;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev {
  left: 25%;
}

.client_section .carousel-control-next {
  right: 25%;
}

/* footer section*/
.footer_section {
  background-color: #002c3e;
  color: #ffffff;
  padding-top: 70px;
}

.footer_section {
  color: #ffffff;
  text-align: left;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  text-align: left;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 10px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #f7444e;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: center;
  justify-content: left;
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #002c3e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #f7444e;
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_section .footer-info p a {
  color: inherit;
}

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

.heading_container.heading_center h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
}

li.nav-item ul {
  background: #fff;
  border: solid #000 2px;
  border-radius: 0;
  padding: 10px 20px;
  margin-left: 10px;
  margin-top: 10px;
  box-shadow: 4px 4px 0px 0 #000;
  width: 190px;
}

li.nav-item ul li {
  float: left;
  width: 100%;
  margin: 6px 0;
}

li.nav-item ul li a {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-top: 10px;
  transition: ease all 0.5s;
}

li.nav-item ul li a:hover,
li.nav-item ul li a:focus {
  color: #f7444e;
}

.inner_page_head {
  background: #f7444e;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}

.inner_page_head h3 {
  font-size: 42px;
  font-weight: 800;
}

/** footer **/

footer {
  background: #f8f8f8;
  padding: 90px 0 70px;
}

.logo_footer {
  margin-bottom: 30px;
}

.information_f p {
  margin-bottom: 1.2rem;
  line-height: 25px;
  font-size: 15px;
}

.widget_menu h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
}

.widget_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_menu ul li {
  float: left;
  width: 100%;
}

.widget_menu ul li a {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.field {
  display: flex;
}

.widget_menu {
  float: left;
  width: 100%;
}

div.form_sub .field input[type="email"],
div.form_sub .field input[type="email"]:hover,
div.form_sub .field input[type="email"]:focus {
  padding: 10px 110px 10px 15px;
  border-radius: 0;
  border: solid #ccc 1px;
  font-size: 14px;
  position: relative;
  box-shadow: none;
  width: 100%;
  height: 48px;
}

.form_sub {
  position: relative;
}

.form_sub input[type="email"]+input[type="submit"] {
  position: absolute;
  right: 0;
  background: #f7444e;
  color: #fff;
  border: none;
  top: 0px;
  font-size: 14px;
  height: 48px;
  font-weight: 600;
  padding: 0 15px;
}

form input {
  background: #fff;
  border: solid #ccc 1px;
  padding: 15px 15px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: normal;
}

form textarea {
  background: #fff;
  border: solid #ccc 1px;
  padding: 15px 15px;
  width: 100%;
  min-height: 150px;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: normal;
}

form input[type="submit"] {
  border: none;
  padding: 15px 45px;
  width: auto;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 auto;
  display: flex;
  background: #333;
  color: #fff;
  font-weight: 600;
  transition: ease all 0.1s;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
  background: #f7444e;
  color: #fff;
}

/** cpy **/

.cpy_ {
  background: #222;
  text-align: center;
  padding: 20px 0;
}

.cpy_ p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.cpy_ p a {
  margin: 0;
  color: #f7444e;
  font-size: 15px;
  font-weight: 400;
}

/* Professional brand overrides */
:root {
  --brand-navy: #052f47;
  --brand-blue: #0b5f87;
  --brand-green: #56a922;
  --brand-cyan: #32c8e6;
  --brand-red: #e94552;
  --surface: #f5f8fa;
  --surface-soft: #edf4f6;
  --text: #18313d;
  --muted: #687b84;
  --white: #ffffff;
  --border: #dce7eb;
  --shadow-sm: 0 8px 24px rgba(5, 47, 71, .08);
  --shadow-md: 0 18px 45px rgba(5, 47, 71, .13);
  --radius: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--text);
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.65;
}

.layout_padding {
  padding: 72px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brand-navy);
}

.heading_container h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.heading_container h2::after {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
  border-radius: 99px;
  height: 4px;
  width: 72px;
}

.heading_container h2 span {
  color: var(--brand-green);
}

.header_section {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(5, 47, 71, .08);
  box-shadow: 0 5px 20px rgba(5, 47, 71, .06);
  padding: 12px 0;
  position: relative;
  z-index: 1050;
}

.custom_nav-container .navbar-nav {
  align-items: center;
  gap: 3px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  border-radius: 7px;
  color: var(--brand-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 10px 16px;
}

.custom_nav-container .navbar-nav .nav-item:hover>.nav-link,
.custom_nav-container .navbar-nav .nav-item.active>.nav-link {
  background: var(--surface-soft);
  color: var(--brand-green);
}

.custom_nav-container .dropdown-menu {
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  padding: 7px;
}

.custom_nav-container .dropdown-menu li a {
  border-radius: 6px;
  color: var(--text);
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
}

.custom_nav-container .dropdown-menu li a:hover {
  background: var(--surface-soft);
  color: var(--brand-green);
}

.custom_nav-container .nav_search-btn {
  border-radius: 50%;
  color: var(--brand-navy);
  transition: .25s ease;
}

.custom_nav-container .nav_search-btn:hover {
  background: var(--brand-navy);
  color: var(--white);
}

.inner_page_head {
  background: linear-gradient(120deg, var(--brand-navy), var(--brand-blue));
  padding: 54px 0;
}

.inner_page_head h3 {
  color: var(--white);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.why_section .box,
.product_section .box {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.why_section .box {
  background: linear-gradient(145deg, var(--brand-navy), #074b68);
  height: calc(100% - 45px);
}

.why_section .box:hover,
.product_section .box:hover {
  border-color: rgba(50, 200, 230, .55);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.why_section .box .detail-box h5 {
  color: var(--white);
}

.why_section .box .detail-box p {
  color: rgba(255, 255, 255, .78);
}

.why_section .box .img-box svg {
  fill: var(--brand-cyan);
}

.product_section {
  background: var(--surface);
}

.product_section .box {
  background: var(--white);
  border-width: 1px;
  min-height: 365px;
  padding: 28px;
}

.product_section .box .img-box {
  background: #f8fafb;
  border-radius: 9px;
  height: 230px;
  overflow: hidden;
}

.product_section .box .img-box img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product_section .box .detail-box h5 {
  color: var(--brand-navy);
  font-size: 16px;
  line-height: 1.35;
}

.product_section .box .detail-box h6 {
  color: var(--brand-green);
  font-weight: 800;
}

.product_section .btn-box a,
.arrival_section a,
.about_contact_btn {
  background: var(--brand-navy);
  border: 2px solid var(--brand-navy);
  border-radius: 7px;
  color: var(--white);
  font-weight: 700;
  padding: 11px 30px;
  transition: .25s ease;
}

.product_section .btn-box a:hover,
.arrival_section a:hover,
.about_contact_btn:hover {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: var(--white);
  transform: translateY(-2px);
}

.arrival_section {
  background: var(--surface-soft);
}

.arrival_section .box {
  min-height: 440px;
}

.arrival_section .heading_container h2 {
  color: var(--brand-navy);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
}

.subscribe_section .box {
  background: linear-gradient(120deg, var(--surface-soft), #dcecf0);
  padding: 80px 45px;
}

.subscribe_section .subscribe_form form input {
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.subscribe_section .subscribe_form form button {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  font-weight: 700;
}

.client_section .box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 38px 32px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  background: var(--brand-navy);
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background: var(--brand-green);
}

.company_about_image {
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.company_about_image img {
  display: block;
  height: 390px;
  object-fit: cover;
  width: 100%;
}

.company_about_content {
  padding-left: 36px;
}

.company_about_content .section_kicker {
  color: var(--brand-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.company_about_content h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 10px 0 20px;
}

.company_about_content p {
  color: var(--muted);
}

.company_highlights {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0;
}

.company_highlights div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px;
}

.company_highlights strong,
.company_highlights span {
  display: block;
}

.company_highlights strong {
  color: var(--brand-navy);
}

.company_highlights span {
  color: var(--muted);
  font-size: 11px;
}

.footer_section,
footer {
  background: var(--brand-navy);
  color: rgba(255, 255, 255, .8);
}

.footer_section h4,
.footer_section .footer-logo,
footer h3,
footer strong {
  color: var(--white);
}

.footer_section .footer_contact .contact_link_box a,
footer a {
  color: rgba(255, 255, 255, .82);
}

.footer_section .footer_contact .contact_link_box a:hover,
footer a:hover {
  color: var(--brand-cyan);
}

.footer_section .footer-info,
.cpy_ {
  background: #032236;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

input,
button,
textarea,
select {
  font: inherit;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--brand-cyan) !important;
  box-shadow: 0 0 0 3px rgba(50, 200, 230, .16) !important;
  outline: none;
}

/* ===========================
   Modern Navbar
=========================== */
.custom_nav-container {

  padding: 5px 10px;
}

.custom_nav-container .navbar-nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.custom_nav-container .navbar-nav .nav-item {
  position: relative;
}

.custom_nav-container .navbar-nav .nav-link {
  border-radius: 8px;
  color: #18313d;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 10px 18px !important;
  text-transform: uppercase;
  transition: all .3s ease;
}

.custom_nav-container .navbar-nav .nav-link:hover {
  background: linear-gradient(135deg, #0b5f87, #56a922);
  color: #ffffff;
}

.custom_nav-container .navbar-nav .nav-item.active>.nav-link {
  background: linear-gradient(135deg, #052f47, #0b5f87);
  color: #ffffff !important;
}

.custom_nav-container .dropdown-menu {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
  margin-top: 12px;
  min-width: 220px;
  padding: 10px;
}

.custom_nav-container .dropdown-menu li {
  list-style: none;
}

.custom_nav-container .dropdown-menu li a {
  border-radius: 8px;
  color: #18313d;
  display: block;
  font-weight: 500;
  padding: 12px 15px;
  text-decoration: none;
  transition: all .3s ease;
}

.custom_nav-container .dropdown-menu li a:hover {
  background: #f4f8fa;
  color: #0b5f87;
  padding-left: 20px;
}

.custom_nav-container .nav_search-btn {
  background: linear-gradient(135deg, #0b5f87, #56a922);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  height: 48px;
  margin-left: 10px;
  transition: all .3s ease;
  width: 48px;
}

.custom_nav-container .nav_search-btn:hover {
  box-shadow: 0 10px 25px rgba(11, 95, 135, .3);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Equal-height hero carousel slides */
.slider_section .carousel-inner,
.slider_section .carousel-item {
  height: 480px;
}

.slider_section .carousel-item>.container,
.slider_section .carousel-item .row {
  height: 100%;
}

.slider_section .carousel-item [class*="col-"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  display: flex;
  align-items: center;

  min-height: 460px;
  padding: 55px;

  border-radius: 28px;

  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.116),
      rgba(255, 255, 255, .08));

  backdrop-filter: blur(1px) saturate(180%);
  -webkit-backdrop-filter: blur(1px) saturate(180%);

  /* border: 1px solid rgba(255, 255, 255, 1.25); */

  /* box-shadow:
    0 20px 60px rgba(0, 0, 0, .12),
    0 8px 24px rgba(0, 0, 0, .08),
    inset 0 1px 0 rgba(255, 255, 255, .5); */

  transition: all .4s ease;
}

.slider_section .carousel-item [class*="col-"]::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;

  width: 260px;
  height: 260px;

  background: radial-gradient(circle,
      rgba(0, 150, 136, .25),
      transparent 70%);

  z-index: -1;
}

.slider_section .carousel-item [class*="col-"]::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(120deg,
      rgba(255, 255, 255, .15) 0%,
      transparent 30%,
      transparent 70%,
      rgba(255, 255, 255, .08) 100%);

  pointer-events: none;
}

.slider_section .carousel-item [class*="col-"]::before {
  background: linear-gradient(115deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, 0) 42%);
  content: "";
  height: 48%;
  left: -8%;
  pointer-events: none;
  position: absolute;
  top: -20%;
  transform: rotate(-4deg);
  width: 82%;
  z-index: -1;
}

.slider_section .carousel-item .detail-box {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

/* ===========================
   SAAD Multi-column Footer
=========================== */
.site-footer {
  background: linear-gradient(135deg, #052f47 0%, #063c57 58%, #074a62 100%);
  color: rgba(255, 255, 255, .76);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.footer-power-line {
  background:
    linear-gradient(120deg, rgba(50, 200, 230, .13), transparent 45%),
    linear-gradient(270deg, rgba(86, 169, 34, .14), transparent 50%),
    #edf5f6;
  border-bottom: 1px solid rgba(5, 47, 71, .1);
  height: 82px;
  overflow: hidden;
  position: relative;
}

.footer-power-line::before,
.footer-power-line::after {
  background: linear-gradient(90deg, #0b5f87, #32c8e6, #56a922);
  border-radius: 99px;
  content: "";
  height: 3px;
  left: 5%;
  position: absolute;
  top: 50%;
  transform: rotate(-2deg);
  width: 90%;
}

.footer-power-line::after {
  left: 18%;
  opacity: .28;
  top: 67%;
  transform: rotate(2deg);
  width: 70%;
}

.footer-power-line span {
  background: #ffffff;
  border: 3px solid #0b5f87;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(50, 200, 230, .13);
  height: 15px;
  position: absolute;
  top: calc(50% - 6px);
  width: 15px;
  z-index: 1;
}

.footer-power-line span:nth-child(1) {
  left: 10%;
}

.footer-power-line span:nth-child(2) {
  left: 30%;
}

.footer-power-line span:nth-child(3) {
  left: 50%;
}

.footer-power-line span:nth-child(4) {
  left: 70%;
}

.footer-power-line span:nth-child(5) {
  left: 90%;
}

.site-footer-grid {
  padding-bottom: 58px;
  padding-top: 64px;
}

.site-footer .footer-column {
  padding-right: 30px;
}

.site-footer .footer-column h3 {
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 24px;
  position: relative;
  text-transform: uppercase;
}

.site-footer .footer-column h3::after {
  background: linear-gradient(90deg, #32c8e6, #56a922);
  border-radius: 99px;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 44px;
}

.site-footer .footer-brand-column>p,
.site-footer .footer-column>p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0;
}

.site-footer .footer-text-brand .brand-main {
  background: none;
  color: #32c8e6;
  font-size: 36px;
}

.site-footer .footer-text-brand .brand-sub {
  color: #ffffff;
}

.site-footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-list li {
  margin-bottom: 11px;
}

.site-footer .footer-list a {
  color: rgba(255, 255, 255, .72);
  display: inline-flex;
  font-size: 14px;
  transition: color .25s ease, transform .25s ease;
}

.site-footer .footer-list a::before {
  color: #56a922;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 9px;
}

.site-footer .footer-list a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.site-footer .footer-contact-list {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 16px;
}

.site-footer .footer-contact-list a::before {
  display: none;
}

.site-footer .footer-contact-list i {
  color: #32c8e6;
  margin-right: 10px;
  min-width: 16px;
}

.site-footer .footer-support-btn {
  align-items: center;
  background: linear-gradient(135deg, #0b5f87, #56a922);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  padding: 12px 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.site-footer .footer-support-btn:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, .2);
  color: #ffffff;
  transform: translateY(-3px);
}

.site-footer .footer-hours {
  align-items: center;
  color: rgba(255, 255, 255, .64);
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-top: 17px;
}

.site-footer .footer-hours i {
  color: #32c8e6;
}

.site-footer .footer-bottom {
  background: rgba(2, 28, 43, .78);
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
}

.site-footer .footer-bottom p {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.site-footer .footer-bottom .developer-credit {
  font-size: 10px;
  margin-top: 4px;
  text-align: right;
}

.site-footer .developer-credit a {
  color: #32c8e6;
  font-weight: 600;
}

.site-footer .developer-credit a:hover {
  color: #fff;
}

/* ===========================
   Product Catalog Cards
=========================== */
.catalog_section {
  background: #f5f8fa;
}

.catalog-heading {
  margin-bottom: 28px;
}

.catalog-heading p {
  color: #687b84;
  margin-top: 14px;
  max-width: 680px;
}

.catalog-row {
  margin-left: -8px;
  margin-right: -8px;
}

.catalog-grid {
  display: flex;
  padding: 8px;
}

.catalog-card {
  background: #ffffff;
  border: 1px solid #dce7eb;
  border-radius: 10px;
  box-shadow: 0 7px 22px rgba(5, 47, 71, .07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 18px;
  position: relative;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  width: 100%;
}

.catalog-card:hover {
  border-color: rgba(11, 95, 135, .35);
  box-shadow: 0 18px 38px rgba(5, 47, 71, .14);
  transform: translateY(-6px);
}

.catalog-name {
  align-items: center;
  display: flex;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  margin: 0 0 14px;
  min-height: 41px;
  text-align: center;
}

.catalog-name a {
  color: #18313d;
}

.catalog-name a:hover {
  color: #0b5f87;
}

.catalog-image {
  --zoom-x: 50%;
  --zoom-y: 50%;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e3ebee;
  border-radius: 7px;
  display: flex;
  height: 225px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  cursor: zoom-in;
}

.catalog-image::after {
  align-items: center;
  background: rgba(5, 47, 71, .82);
  border-radius: 50%;
  color: #ffffff;
  content: "\f00e";
  display: flex;
  font-family: FontAwesome;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  opacity: .88;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity .25s ease, transform .25s ease;
  width: 32px;
  z-index: 2;
}

.catalog-image img {
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
  width: 100%;
}

.catalog-card:hover .catalog-image img {
  transform: scale(1.04);
}

.catalog-image.is-magnifying {
  cursor: zoom-out;
}

.catalog-image.is-magnifying::after {
  opacity: 0;
  transform: scale(.75);
}

.catalog-image.is-magnifying img,
.catalog-card:hover .catalog-image.is-magnifying img {
  transform: scale(2.15);
  transform-origin: var(--zoom-x) var(--zoom-y);
}

.catalog-description {
  color: #687b84;
  font-size: 12px;
  line-height: 1.6;
  margin: 15px 0 12px;
  min-height: 58px;
}

.catalog-meta {
  align-items: center;
  border-top: 1px solid #e7eef0;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: auto;
  min-height: 47px;
  padding-top: 12px;
}

.catalog-price {
  color: #052f47;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.catalog-prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.catalog-prices .catalog-price {
  font-size: 13px;
}

.catalog-prices .regular-price {
  color: #e75a24;
}

.catalog-badge {
  background: linear-gradient(135deg, #f28a2e, #e75a24);
  border-radius: 4px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .035em;
  padding: 5px 7px;
  text-align: center;
}

.catalog-badge:not(.order-now) {
  display: none;
}

.catalog-badge.order-now {
  align-items: center;
  background: #25d366;
  border: 1px solid #1fb657;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 10px;
  gap: 5px;
  justify-content: center;
  letter-spacing: .02em;
  padding: 7px 9px;
  white-space: nowrap;
}

.catalog-badge.order-now i {
  font-size: 14px;
}

.catalog-badge.order-now:hover {
  background: #1fb657;
  box-shadow: 0 7px 16px rgba(37, 211, 102, .25);
  color: #ffffff;
  transform: translateY(-1px);
}

.home_catalog_section .catalog-card {
  padding: 22px;
}

.home_catalog_section .catalog-image {
  height: 285px;
}

.home_catalog_section .catalog-name {
  font-size: 17px;
  min-height: 46px;
}

.home_catalog_section .catalog-description {
  font-size: 13px;
  min-height: 62px;
}

.home_catalog_section .catalog-price {
  font-size: 18px;
}

.home_catalog_section .catalog-prices .catalog-price {
  font-size: 14px;
}

/* Featured electricals image-fit layout */
.form-honeypot {
  left: -9999px !important;
  opacity: 0 !important;
  position: absolute !important;
}

.contact-email-note,
#contact-form-status {
  margin-bottom: 18px;
  text-align: center;
}

.contact-email-note a,
.form-status-success {
  color: #168c46;
  font-weight: 700;
}

.form-status-error {
  color: #b42318;
  font-weight: 700;
}

.arrival_section .box {
  align-items: center;
  display: flex;
  min-height: 520px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.arrival_section .arrival_bg_box {
  height: 100%;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 0;
}

.arrival_section .arrival_bg_box img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.arrival_section .row {
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.arrival_section .row>div {
  padding: 36px 18px;
}

.arrival_section .heading_container h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  overflow-wrap: anywhere;
}

/* About split promotional block */
.company_about_split {
  align-items: stretch;
  background: linear-gradient(135deg, #f4f8f9, #edf4f6);
  border: 1px solid #dce7eb;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(5, 47, 71, .12);
  margin: 0;
  overflow: hidden;
}

.company_about_text_col {
  align-items: center;
  display: flex;
  padding: 0;
}

.company_about_text_col .company_about_content {
  padding: 48px 38px;
}

.company_about_media_col {
  display: flex;
  padding: 0;
}

.company_about_section .company_about_image {
  border-radius: 0;
  box-shadow: none;
  display: flex;
  min-height: 560px;
  width: 100%;
}

.company_about_section .company_about_image img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
