/*
    IMPORT CSS LIB=>
*/
@import url("lib/bootstrap.min.css");
@import url("lib/swiper-bundle.min.css");
@import url("lib/fontawesome.min.css");
@import url("lib/all.min.css");
@import url("lib/jquery.fancybox.min.css");
@import url("../fonts/stylesheet.css");
/*
    DEFAULT =>
*/
:root {
  /*
        *Color =>
    */
  --clrWhite: #FFFFFF;
  --clrBlack: #1C1C37;
  /* !******! */
  --clrYellow: #AD880A;
  --clrGold: #C8A046;
  --clrRed: #D9000D;
  --clrBlue: #14378C;
  --clrGrey: #707070;
  --clrBorderGrey: #DEDEDE;
  /*
        *Font =>
    */
  --fntRegular: "WorkSans-Regular";
  --fntSemiBold: "WorkSans-SemiBold";
  --fntBold: "WorkSans-Bold";
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-family: var(--fntRegular);
  color: var(--clrBlack);
  padding: 0 !important;

}

#WP {
  width: 152px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4AC959;
  border-radius: 25px 0px 0px 25px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  right: 0;
  bottom: 7%;
  z-index: 99999;
}

#WP a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0.6rem;
  gap: 0.6rem;
}

#WP a p {
  color: #FFF;
  margin: 0;
  padding: 0;
}

#WP a img {
  max-width: 35px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fntBold);
  color: var(--clrBlack);
}

p,
a {
  font-family: var(--fntRegular);
  font-size: 1rem;
  text-decoration: none;
  color: var(--clrBlack);
}

.mobile {
  display: none;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.z__Up {
  z-index: 2;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.costum__Container {
  padding: 0px 7vw;
}

.btn__Area {
  width: 212px;
  height: 60px;
  background-color: var(--clrBlue);
  padding: 1rem;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

.btn__Area span {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

.btn__Area span a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: var(--clrWhite);
}

.waveBtn {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.waveBtn .video-main {
  position: relative;
  display: inline-block;
}

.waveBtn .video-main .waves {
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(29, 75, 249, 0.45);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -74px;
  bottom: -74px;
  z-index: -1;
  -webkit-animation: waves 3s infinite;
  animation: waves 3s infinite;
}

.waveBtn .video-main .waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: rgba(29, 75, 249, 0.35);
}

.waveBtn .video-main .waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background: rgba(29, 75, 249, 0.45);
}

.waveBtn .video-main .waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  background: rgba(29, 75, 249, 0.55);
}

.waveBtn .video-main .video {
  height: 110px;
  width: 110px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #1D4BF9;
  z-index: 999;
  display: table-caption;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-animation: heartbeat 3s infinite;
  animation: heartbeat 3s infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

@-webkit-keyframes heartbeat {
  5% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  5% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

#SearchBtn img {
  min-width: 25px;
}

header .navbar {
  min-height: 89px;
}

header .navbar.navbar2 {
  background-color: var(--clrWhite);
  min-height: auto;
}

header .navbar.navbar2 a {
  color: var(--clrBlue);
}

header .navbar.bg-blue {
  background-color: var(--clrBlue);
}

header .navbar #logoG {
  z-index: 2;
}

header .navbar ul.navbar-nav {
  margin-right: 0.5rem;
}

header .navbar ul.navbar-nav li.nav-item:nth-child(1) a.nav-link:before {
  content: none;
}

header .navbar ul.navbar-nav li.nav-item a.nav-link {
  color: var(--clrWhite);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 0;
}

header .navbar ul.navbar-nav li.nav-item a.nav-link:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: var(--clrWhite);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5rem;
}

header .navbar .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}

header .navbar .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: var(--clrWhite);
}

header .navbar .overlay .closebtn:hover {
  color: #ccc;
}

header .navbar .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 71px;
}

header .navbar .overlay input[type=text]:focus-visible {
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 0px;
}

header .navbar .overlay input[type=text]:hover {
  background: #f1f1f1;
}

header .navbar .overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 71px;
  background: var(--clrBlue);
}

header .navbar .overlay button:hover {
  background: var(--clrYellow);
}

header .navbar .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

#BreadCrumb {
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#BreadCrumb ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#BreadCrumb ul li:not(:last-child):after {
  content: "/";
  position: relative;
  display: inline-block;
  padding-left: 0.5rem;
}

#BreadCrumb ul li a {
  color: var(--clrBlack);
}

#BreadCrumb ul li.active a {
  color: var(--clrBlue);
  font-family: var(--fntBold);
}

#Main__Slider .mainSwiper .swiper-slide {
  height: 40vw;
}

#Main__Slider .mainSwiper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Main__Slider .mainSwiper .swiper-slide .text__Area {
  z-index: 3;
}

#Main__Slider .mainSwiper .swiper-slide .text__Area h1 {
  display: table-caption;
  text-align: center;
}

#Main__Slider .mainSwiper .swiper-slide .text__Area h6 {
  text-align: center;
}

#Main__Slider .mainSwiper .swiper-slide .filter__Area {
  background: #000;
  opacity: 0.4;
  z-index: 2;
}

#Main__Slider .mainSwiper .swiper-slide .slider__Info {
  width: auto;
  height: 51px;
  padding: 0.5rem 1rem;
  border-top-left-radius: 30px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 3;
}

#Main__Slider .mainSwiper .swiper-slide .slider__Info a {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

#Main__Slider .mainSwiper .swiper-button-next:after,
#Main__Slider .mainSwiper .swiper-rtl .swiper-button-prev:after {
  color: #FFF;
}

#Main__Slider .mainSwiper .swiper-button-prev:after,
#Main__Slider .mainSwiper .swiper-rtl .swiper-button-next:after {
  color: #FFF;
}

#Main__Slider .mainSwiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #FFF;
  opacity: 1;
}

#Main__Slider .mainSwiper .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: #FFF;
}

#Main__Slider .mainSwiper .swiper-horizontal > .swiper-pagination-bullets,
#Main__Slider .mainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
#Main__Slider .mainSwiper .swiper-pagination-custom,
#Main__Slider .mainSwiper .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#About_Area {
  background-image: url(../img/bg1.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}

#About_Area .img__Area {
  width: 35vw;
  height: 27vw;
  max-width: 100%;
  max-height: 100%;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 90px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
}

#About_Area .img__Area img:nth-child(1) {
  width: 17.2vw;
  height: 17.4vw;
}

#About_Area .img__Area img:nth-child(2) {
  width: 17.2vw;
  height: 9.2vw;
}

#About_Area .img__Area img:nth-child(3) {
  width: 17.2vw;
  height: 9.2vw;
}

#About_Area .img__Area img:nth-child(4) {
  width: 17.2vw;
  height: 17.4vw;
}

#Models__Area p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-bottom: 0;
}

#Models__Area .online__Catalog {
  width: 200px;
  height: 104px;
  background-color: var(--clrBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Models__Area .online__Catalog img {
  left: -65px;
  bottom: -20px;
}

#Models__Area .online__Catalog a {
  color: #FFF;
  display: table-caption;
  padding-left: 90px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Models__Area .model__Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

#Models__Area .model__Card h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 59px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
}

#Models__Area .model__Card h6::before {
  content: "";
  width: 14px;
  height: 59px;
  background: #14378C;
  position: absolute;
  left: 0px;
}

#Product__Area {
  background-color: #EDF0F7;
}

#Product__Area h5.title {
  font-size: 24px;
  font-family: var(--fntSemiBold);
  color: #606060;
  border-right: 1px solid #606060;
}

#Product__Area h5.title span:nth-child(1) {
  font-size: 22px;
  font-family: var(--fntSemiBold);
}

#Product__Area h5.title span:nth-child(2) {
  font-size: 24px;
  color: var(--clrBlue);
}

#Product__Area p.title {
  font-size: 18px;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-bottom: 0;
}

#Product__Area a.title {
  font-size: 14px;
  font-family: var(--fntRegular);
  color: var(--clrBlue);
  text-decoration: underline;
}

#Product__Area .btn__Area {
  width: 246px;
}

#Product__Area .model__Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 12px;
  background-color: #FFF;
}

#Product__Area .model__Card .text__Area p {
  color: #AAAAAA;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

#Product__Area .model__Card .text__Area h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

#Product__Area .model__Card .text__Area h6 span {
  width: 41px;
  height: 41px;
  background: #EDF0F7;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

#Product__Area .model__Card .text__Area h6 span a svg {
  color: var(--clrBlue);
}

#Blog__Area hr {
  width: 82.5px;
  height: 1px;
  opacity: 1;
  color: #707070;
}

#Blog__Area .blogSwiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: var(--clrBlue);
  opacity: 1;
}

#Blog__Area .blogSwiper .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: var(--clrBlue);
}

#Blog__Area .blogSwiper .swiper-horizontal > .swiper-pagination-bullets,
#Blog__Area .blogSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
#Blog__Area .blogSwiper .swiper-pagination-custom,
#Blog__Area .blogSwiper .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#Blog__Area .blogSwiper .blog__Card {
  border: 1px solid #E8E8E8;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

#Blog__Area .blogSwiper .blog__Card span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: var(--clrBlue);
  text-decoration: underline;
}

#Blog__Area .blogSwiper .blog__Card .img__Area {
  width: 50%;
  height: 100%;
}

#Blog__Area .blogSwiper .blog__Card .img__Area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Blog__Area .blogSwiper .blog__Card .text__Area {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: 100%;
  padding: 1rem;
}

#Blog__Area .blogSwiper .blog__Card .text__Area h6 {
  color: var(--clrBlue);
  font-size: 16px;
  font-family: var(--fntRegular);
}

#Blog__Area .blogSwiper .blog__Card .text__Area h4 {
  color: var(--clrBlack);
  font-size: 20px;
  font-family: var(--fntSemiBold);
  margin-bottom: 1rem;
}

#Blog__Area .blogSwiper .blog__Card .text__Area p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-bottom: 0;
}

#Contact__Area form input {
  height: 65px;
}

#Contact__Area form button {
  height: 65px;
  background-color: #14378C;
  color: #FFF;
  width: 12.5vw;
  margin-left: 12px;
}

#Contact__Area .special__Row {
  margin-top: calc(350px - 35vw);
}

#Contact__Area .special__Row .bg {
  border-top-left-radius: 90px;
  padding-left: 0.4rem;
}

#Contact__Area .contact__Detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1rem;
}

#Contact__Area .contact__Detail img {
  max-width: 75px;
}

#Contact__Area .contact__Detail span a:nth-child(1) {
  font-family: var(--fntBold);
  color: var(--clrBlue);
  font-size: 32px;
  padding: 0;
  margin: 0;
}

#Contact__Area .contact__Detail span a:nth-child(2) {
  font-family: var(--fntRegular);
  color: var(--clrBlack);
  font-size: 27px;
  padding: 0;
  margin: 0;
}

#Contact__Area .text__Area {
  padding: 4rem;
}

#Contact__Area .text__Area h2 {
  color: #FFF;
  font-size: 36px;
  font-family: var(--fntBold);
}

#Contact__Area .text__Area p {
  color: #FFF;
  font-size: 20px;
  font-family: var(--fntRegular);
}

#Contact__Area .text__Area .btn__Area {
  background-color: #FFF;
}

#Contact__Area .text__Area .btn__Area a {
  color: var(--clrBlue);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

#Ftr {
  padding-left: 7vw;
  background-color: #F4F4F4;
}

#Ftr .left__Area {
  background-color: #F4F4F4;
}

#Ftr .left__Area address {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#Ftr .left__Area address h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--fntBold);
  color: var(--clrBlack);
  width: 6vw;
  margin-top: 0.2rem;
}

#Ftr .left__Area address a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--fntRegular);
  color: var(--clrBlack);
}

#Ftr .left__Area .social__Area a {
  color: var(--clrBlue);
}

#Ftr .left__Area .social__Area svg {
  color: var(--clrBlue);
  font-size: 28px;
}

#Ftr .right__Area {
  background-color: #E5E5E5;
  padding-right: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-left: 2vw;
}

#Ftr .right__Area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Ftr .right__Area ul h5 {
  color: var(--clrBlack);
  font-family: var(--fntSemiBold);
  font-size: 18px;
  margin-bottom: 1rem;
}

#Ftr .right__Area ul a {
  color: var(--clrBlack);
  font-size: 18px;
}

#Ftr .right__Area ul.column-count-n {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

#Product__List .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#Product__List .sidebar ul {
  width: 280px;
  background-color: #EDF0F7;
  list-style-type: none;
  padding: 0 0;
}

#Product__List .sidebar ul li {
  height: 77px;
  border-bottom: 1px solid #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 30px;
}

#Product__List .sidebar ul li a {
  font-size: 18px;
  font-family: var(--fntSemiBold);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#Product__List .sidebar ul li.active {
  background-color: var(--clrBlue);
}

#Product__List .sidebar ul li.active a {
  color: var(--clrWhite);
}

#Product__List .model__Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background-color: #FFF;
  border: 1px solid #D5D5D5;
}

#Product__List .model__Card .text__Area h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

#Product__List .model__Card .text__Area h6 span {
  width: 41px;
  height: 41px;
  background: #EDF0F7;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
}

#Product__List .model__Card .text__Area h6 span a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#Product__List .model__Card .text__Area h6 span a svg {
  color: var(--clrBlue);
}

#Blog__List .model__Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background-color: #FFF;
  border: 1px solid #D5D5D5;
  -webkit-transition: 1s;
  transition: 1s;
}

#Blog__List .model__Card:hover {
  background-color: #f7f7f7;
}

#Blog__List .model__Card .text__Area .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 130px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

#Blog__List .model__Card .text__Area .inner h6 {
  font-size: 1.125rem;
}

#Blog__List .model__Card .text__Area .inner p {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  padding: 0;
}

#Sub__Title {
  background-color: #EDF0F7;
}

#Sub__Title h1 {
  font-size: 30px;
  font-family: var(--fntBold);
  color: var(--clrBlack);
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#Sub__Referance .referance__Card {
  width: 100%;
  height: 150px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background-color: var(--clrWhite);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.75rem;
  position: relative;
  cursor: pointer;
}

#Sub__Referance .referance__Card a {
  width: 100%;
  height: 100%;
  position: absolute;
}

#Sub__Referance .referance__Card p {
  font-size: 14px;
  color: var(--clrBlack);
}

#Sub__Referance .referance__Card h6 {
  color: var(--clrBlack);
}

#Sub__Referance .referance__Card:hover {
  background-color: var(--clrBlue);
}

#Sub__Referance .referance__Card:hover p {
  font-size: 14px;
  color: var(--clrWhite);
}

#Sub__Referance .referance__Card:hover h6 {
  color: var(--clrWhite);
}

#Participations .participations__Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  width: 100%;
  height: auto;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  gap: 1rem;
}

#Contact h3 {
  margin-bottom: 1.5rem;
}

#Contact input[type=text] {
  height: 76px;
  color: var(--clrBlack);
  border-radius: 0;
}

#Contact input[type=tel] {
  height: 76px;
  color: var(--clrBlack);
  border-radius: 0;
}

#Contact input[type=email] {
  height: 76px;
  color: var(--clrBlack);
  border-radius: 0;
}

#Contact textarea {
  height: 310px;
  color: var(--clrBlack);
  border-radius: 0;
}

#Contact button[type=submit] {
  background-color: #14378C;
  border-radius: 38px;
  border-color: #14378C;
  height: 76px;
  width: 391px;
  text-align: center;
  font-family: var(--fntSemiBold);
}

#Contact iframe {
  margin-top: 2rem;
}

#Contact address {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Contact address h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--fntBold);
  color: var(--clrBlack);
  width: 6vw;
  margin-top: 0.2rem;
}

#Contact address a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: var(--fntRegular);
  color: var(--clrBlack);
}

#Product__Detail .product__Info--Area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.6rem;
}

#Product__Detail .product__Info--Area .product__Info {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  width: calc(120px + 5vw);
  max-width: 100%;
  height: 120px;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 9px;
  gap: 1.25rem;
}

#Product__Detail .product__Info--Area .product__Info .text__Area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#Product__Detail .product__Info--Area .product__Info .text__Area p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#Product__Detail .product__Info--Area .product__Info .text__Area h6 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

#BlogDetail__Page #Other__Product {
  background-color: #EDF0F7;
  padding: 40px 0px 40px 0;
}

#BlogDetail__Page #Other__Product .model__Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background-color: #FFF;
  border: 1px solid #D5D5D5;
  -webkit-transition: 1s;
  transition: 1s;
}

#BlogDetail__Page #Other__Product .model__Card:hover {
  background-color: #f7f7f7;
}

#BlogDetail__Page #Other__Product .model__Card .text__Area .inner {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

#BlogDetail__Page #Other__Product .model__Card .text__Area .inner h6 {
  position: relative;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 1.125rem;
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0;
}

#BlogDetail__Page #Other__Product .model__Card .text__Area .inner p {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  padding: 0;
}

#BlogDetail__Page #Other__Product .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: var(--clrBlue);
  opacity: 1;
}

#BlogDetail__Page #Other__Product .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: var(--clrBlue);
}

#BlogDetail__Page #Other__Product .swiper-horizontal > .swiper-pagination-bullets,
#BlogDetail__Page #Other__Product .swiper-pagination-bullets.swiper-pagination-horizontal,
#BlogDetail__Page #Other__Product .swiper-pagination-custom,
#BlogDetail__Page #Other__Product .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#Other__Product {
  background-color: #EDF0F7;
  padding: 40px 0px 40px 0;
}

#Other__Product .model__Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 12px;
  background-color: #FFF;
}

#Other__Product .model__Card .text__Area p {
  color: #AAAAAA;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

#Other__Product .model__Card .text__Area h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

#Other__Product .model__Card .text__Area h6 span {
  width: 41px;
  height: 41px;
  background: #EDF0F7;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

#Other__Product .model__Card .text__Area h6 span a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#Other__Product .model__Card .text__Area h6 span a svg {
  color: var(--clrBlue);
}

#Other__Product .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: var(--clrBlue);
  opacity: 1;
}

#Other__Product .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: var(--clrBlue);
}

#Other__Product .swiper-horizontal > .swiper-pagination-bullets,
#Other__Product .swiper-pagination-bullets.swiper-pagination-horizontal,
#Other__Product .swiper-pagination-custom,
#Other__Product .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1399.98px) {
  #Product__Detail .product__Info--Area .product__Info {
    width: calc(160px + 5vw);
  }
  #Product__Area .model__Card .text__Area p {
    color: #AAAAAA;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    padding: 0;
    height: 48px;
  }
  #Contact__Area .text__Area h2 {
    color: #FFF;
    font-size: 28px;
    font-family: var(--fntBold);
  }
  #Contact__Area .text__Area p {
    color: #FFF;
    font-size: 17px;
    font-family: var(--fntRegular);
  }
  #Contact__Area .text__Area .btn__Area {
    width: 182px;
    height: 50px;
  }
  #Ftr .right__Area ul.column-count-n {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

@media screen and (max-width: 1199.98px) {
  #Product__Detail .product__Info--Area .product__Info {
    width: calc(160px + 5vw);
  }
  #Contact address h5 {
    width: auto;
  }
  #Contact__Area .special__Row {
    margin-top: 1rem;
    padding: 0;
  }
  #Contact__Area .special__Row div.flex-column.justify-content-end {
    padding-left: 5vw;
  }
  #Contact__Area .text__Area .btn__Area {
    width: 212px;
    height: 60px;
  }
  #Product__Area h5.title {
    border-right: none;
  }
  #Ftr {
    padding-left: 0vw;
  }
  #Ftr .left__Area {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #Ftr .left__Area address h5 {
    width: auto;
  }
  #Ftr .right__Area {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #About_Area .img__Area {
    width: 100%;
    height: 67vw;
  }
  #About_Area .img__Area img:nth-child(1) {
    width: 49.5%;
    height: auto;
  }
  #About_Area .img__Area img:nth-child(2) {
    width: 49.5%;
    height: auto;
  }
  #About_Area .img__Area img:nth-child(3) {
    width: 49.5%;
    height: auto;
  }
  #About_Area .img__Area img:nth-child(4) {
    width: 49.5%;
    height: auto;
  }
  #About_Area .waveBtn {
    bottom: 0%;
    left: 50%;
  }
}

@media screen and (max-width: 991.98px) {
  #Product__Detail .product__Info--Area .product__Info {
    width: 200px;
  }
  header .navbar ul.navbar-nav li.nav-item:nth-child(1) a.nav-link:before {
    content: "";
  }
  #SearchBtn {
    border-left: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .w-md-100 {
    width: 100% !important;
    max-width: 100% !important;
  }
  #Contact button[type=submit] {
    width: 100%;
  }
  #Product__List .sidebar ul {
    width: 100%;
  }
  #Models__Area p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
  header .navbar.navbar2 {
    display: none;
  }
  #Main__Slider .mainSwiper .swiper-horizontal > .swiper-pagination-bullets,
  #Main__Slider .mainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  #Main__Slider .mainSwiper .swiper-pagination-custom,
  #Main__Slider .mainSwiper .swiper-pagination-fraction {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #Main__Slider .mainSwiper .swiper-slide {
    height: 100vw;
  }
  #Blog__Area .blogSwiper .blog__Card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Blog__Area .blogSwiper .blog__Card .img__Area {
    width: 100%;
  }
  #Blog__Area .blogSwiper .blog__Card .text__Area {
    width: 100%;
    padding: 2rem;
  }
  #Contact__Area form button {
    width: 30vw;
  }
  #Contact__Area .special__Row .bg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 70vw;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: inline;
  }
}

@media screen and (max-width: 575.98px) {
  #WP {
    width: 50px;
  }
  #WP a p {
    color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
  }
  .btn__Area span a {
    font-size: 13px;
  }
  #Product__Detail .product__Info--Area .product__Info {
    width: 75vw;
  }
  #Contact__Area .special__Row .bg {
    height: 140vw;
  }
  #Contact__Area .contact__Detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Contact__Area .contact__Detail span a:nth-child(1) {
    font-family: var(--fntBold);
    color: var(--clrBlue);
    font-size: 26px;
    padding: 0;
    margin: 0;
  }
  #Contact__Area .contact__Detail span a:nth-child(2) {
    font-family: var(--fntRegular);
    color: var(--clrBlack);
    font-size: 22px;
    padding: 0;
    margin: 0;
  }
  #Contact__Area form button {
    width: 35vw;
  }
  #Ftr .left__Area address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Ftr .right__Area ul.column-count-n {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  #Main__Slider .mainSwiper .swiper-slide .slider__Info a {
    font-size: 14px;
  }
  #Main__Slider .swiper-horizontal > .swiper-pagination-bullets,
  #Main__Slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  #Main__Slider .swiper-pagination-custom,
  #Main__Slider .swiper-pagination-fraction {
    bottom: auto;
    left: 0;
    width: 100%;
    top: 10px;
  }
  .btn__Area {
    width: 160px;
    height: 50px;
  }
}

@media screen and (max-width: 359.98px) {
  #Product__Detail .product__Info--Area .product__Info {
    width: 100%;
  }
  #Ftr .right__Area {
    background-color: #E5E5E5;
    padding-right: 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    padding-left: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Contact__Area .contact__Detail span a:nth-child(1) {
    font-family: var(--fntBold);
    color: var(--clrBlue);
    font-size: 23px;
    padding: 0;
    margin: 0;
  }
  #Models__Area .online__Catalog img {
    left: -75px;
    bottom: -20px;
  }
}
.border-hover,
.shadow-hover {
   transition: .4s;
}
.border-hover:hover {
   border-color: #14378c !important;
}
.shadow-hover:hover {
 box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.product-images .gallery-item:nth-child(4n + 1) {
   padding-left: 12px !important;
}
.product-images .gallery-item:nth-child(4n)  {
   padding-right: 12px !important;
}
.product-images .gallery-item img {
   height: 80px;
   object-fit: cover;
}
.product-images .gallery-item {
   padding: 3px;
}
/*# sourceMappingURL=style.css.map */
