@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
@-webkit-keyframes borderAnimation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes borderAnimation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

/* Brand Section */
.brand_wrapper .brand_slider_area {
  margin-top: 40px;
}

/* Map Section */
.map_wrapper iframe {
  width: 100%;
  height: 400px;
}

@media all and (max-width: 767px) {
  .map_wrapper iframe {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 300px;
  }
}

/* Footer Section */
.footer_wrapper {
  padding-top: 70px;
  padding-bottom: 30px;
  margin-top: -5px;
  background-color: #404a3d;
}

.footer_wrapper .footer_logo_area {
  gap: 15px 50px;
}

.footer_wrapper .footer_logo_area .logo img {
  width: 120px;
  max-width: 120px;
}

@media all and (max-width: 767px) {
  .footer_wrapper .footer_news_letter_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 40px;
  }
}

.footer_wrapper .social_list {
  margin-top: 30px;
}

.footer_wrapper .copyright_text {
  color: white;
  margin-top: 20px;
}

.footer_wrapper .term_list {
  gap: 5px;
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  .footer_wrapper .term_list {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
  }
}

.footer_wrapper .term_list li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .term_list li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .footer_wrapper .term_list li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
  }
}

.footer_wrapper .term_list li a:hover {
  color: #04542b;
}

.footer_wrapper .footer_address_list li,
.footer_wrapper .footer_address_list li a,
.footer_wrapper .footer_address_list li span {
  color: white;
}

/* Top Bar Section */
.topbar_wrapper {
  padding: 30px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .topbar_wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 0;
  }
}

@media all and (max-width: 767px) {
  .topbar_wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 0;
  }
}

.topbar_wrapper .topbar_list {
  gap: 8px 26px;
}

.topbar_wrapper .topbar_list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.topbar_wrapper .topbar_list a span {
  margin-left: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.topbar_wrapper .topbar_list a span:hover {
  opacity: 0.8;
}

/* Header Section  */
.header_wrapper {
  position: relative;
  z-index: 100;
  padding: 40px 0 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.header_wrapper nav {
  gap: 10px;
}

.header_wrapper .logo_wrapper {
  width: 120px;
}

.header_wrapper .logo_area {
  position: absolute;
  top: -70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_wrapper .logo_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: -48px;
  }
}

@media all and (max-width: 767px) {
  .header_wrapper .logo_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: -40px;
  }
  .header_wrapper .logo_area img {
    width: 100px;
  }
}

@media all and (max-width: 991px) {
  .header_wrapper .logo_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_wrapper .logo_area img {
    width: 100px;
  }
}

.header_wrapper .header_menu_area li {
  position: relative;
}

.header_wrapper .header_menu_area li a,
.header_wrapper .header_menu_area li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.header_wrapper .header_menu_area li a:hover,
.header_wrapper .header_menu_area li span:hover {
  color: rgba(0, 0, 0, 0.7);
}

.header_wrapper .menu_list {
  gap: 5px 25px;
}

.header_wrapper .language_button_area {
  gap: 5px 25px;
}

.header_wrapper .language_button_area li {
  cursor: pointer;
}

.header_wrapper .language_button_area li span {
  margin-left: 10px;
}

.header_wrapper .dropdown_item img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.header_wrapper .dropdown_item:hover img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.header_wrapper .dropdown_item:hover .dropdown_menu_area {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.header_wrapper .dropdown_item:hover .dropdown_menu_area::before {
  content: " ";
  position: absolute;
  top: -9px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #04542b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.header_wrapper .dropdown_item .dropdown_menu_area {
  position: absolute;
  top: 50px;
  background: #04542b;
  -webkit-box-shadow: 0px 1px 27px rgba(255, 255, 255, 0.15);
          box-shadow: 0px 1px 27px rgba(255, 255, 255, 0.15);
  padding: 20px;
  min-width: 200px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.header_wrapper .dropdown_item .dropdown_menu_area li {
  margin-bottom: 10px;
}

@media all and (max-width: 991px) {
  .header_wrapper .menu_list,
  .header_wrapper .language_button_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none !important;
  }
}

.header_wrapper .mobile_bar {
  display: none;
}

@media all and (max-width: 991px) {
  .header_wrapper .mobile_bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline;
    color: #ffffff;
  }
}

.header_wrapper .mobile_bar i {
  font-size: 20px;
}

.header_wrapper .search_form_area {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20000;
  background: white;
  width: 400px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #04542b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.header_wrapper .search_form_area .search_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 50px);
      grid-template-columns: minmax(0, 1fr) minmax(0, 50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header_wrapper .search_form_area .search_row input {
  border: none !important;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  background-color: transparent;
}

.header_wrapper .searchActive {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.header_wrapper .search_button_area {
  background: #c8c8c8;
  height: 100%;
  width: 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;
}

.header_wrapper .search_button_area:hover {
  opacity: 0.9;
}

.search_icon_area .search_btn {
  background-color: transparent;
  color: #ffffff;
}

.search_icon_area .search_btn:hover {
  opacity: 0.8;
}

@media all and (max-width: 991px) {
  .search_icon_area .search_btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
  }
}

.active_menu > a {
  font-weight: 700 !important;
  color: #333333 !important;
}

.active_menu > a:hover {
  opacity: 0.7;
}

.mobile_menu_area {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 50vw;
  height: 100vh;
  background: white;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: scroll;
  z-index: 10000;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
}

.mobile_menu_area::-webkit-scrollbar {
  width: 5px;
}

.mobile_menu_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}

.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}

.mobile_menu_area::-webkit-scrollbar-thumb:hover {
  background: #f84f4f;
  cursor: -webkit-grab;
  cursor: grab;
}

@media all and (max-width: 991px) {
  .mobile_menu_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline;
  }
}

.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: #c7c7c729;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mobile_menu_area .menu_close_icon {
  margin-bottom: 25px;
  padding-right: 15px;
}

.mobile_menu_area .menu_close_icon i {
  font-size: 20px;
}

.mobile_menu_area .mobile_language_login_area {
  padding-bottom: 15px;
}

.mobile_menu_area .mobile_language_login_area .accordion-item {
  width: 100px;
}

.mobile_menu_area .mobile_language_login_area .accordion-item span {
  margin: 0 6px;
}

.mobile_menu_area .accordion-item {
  border: none;
  margin: 12px 0;
  background-color: transparent !important;
}

.mobile_menu_area .accordion-item h2,
.mobile_menu_area .accordion-item h2 a,
.mobile_menu_area .accordion-item button,
.mobile_menu_area .accordion-item li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  background-color: transparent !important;
}

.mobile_menu_area .accordion-item h2 button,
.mobile_menu_area .accordion-item h2 a button,
.mobile_menu_area .accordion-item button button,
.mobile_menu_area .accordion-item li a button {
  padding: 0;
}

.mobile_menu_area .accordion-item h2 button:not(.collapsed),
.mobile_menu_area .accordion-item h2 a button:not(.collapsed),
.mobile_menu_area .accordion-item button button:not(.collapsed),
.mobile_menu_area .accordion-item li a button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile_menu_area .dropdown_menu_area li {
  margin-bottom: 10px;
}

.navbar_active {
  left: 0;
  width: 50vw;
}

@media all and (max-width: 575px) {
  .navbar_active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 80vw;
  }
}

.navbar_active .mobile_menu_overlay {
  width: 100vw;
}

/* ------------ Sticky Navbar   ------------*/
.navbar-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: #04542b;
  padding: 20px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 5px #69696970;
          box-shadow: 0 2px 5px #69696970;
}

/* ============  End Header Section =========== */
/* Hero Section */
.hero_wrapper {
  position: relative;
  /* Hero Slider Text Animation */
}

.hero_wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 520px;
  width: 100%;
}

@media all and (max-width: 991px) {
  .hero_wrapper .swiper-slide {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 500px;
  }
}

.hero_wrapper .row,
.hero_wrapper .container,
.hero_wrapper .hero_content {
  height: 100%;
}

.hero_wrapper .hero_content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_wrapper .hero_content h2 {
  font-family: "Amatic SC", cursive;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero_wrapper .hero_content h2 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 55px;
    line-height: 60px;
  }
}

@media all and (max-width: 767px) {
  .hero_wrapper .hero_content h2 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 45px;
    line-height: 50px;
  }
}

.hero_wrapper .hero_content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .hero_wrapper .hero_content p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    line-height: 24px;
  }
}

.hero_wrapper .hero_pagination {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  left: auto;
  bottom: auto;
  text-align: end;
  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: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}

@media all and (max-width: 767px) {
  .hero_wrapper .hero_pagination {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 80%;
  }
}

.hero_wrapper .hero_pagination .swiper-pagination-bullet {
  width: 12px;
  max-width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.hero_wrapper .hero_pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.hero_wrapper .swiper-slide-active .hero_content h2 {
  animation: fadeDown 1.5s ease-in-out 1;
  -webkit-animation: fadeDown 1.5s ease-in-out 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.hero_wrapper .swiper-slide-active .hero_content .default_btn {
  animation: opacityAnimation 1.5s 0.3s ease-in-out 1;
  -webkit-animation: opacityAnimation 1.5s 0.3s ease-in-out 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.hero_wrapper .swiper-slide-active .hero_content p {
  animation: fadeUp 1.5s ease-in-out 1;
  -webkit-animation: fadeUp 1.5s ease-in-out 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

@-webkit-keyframes fadeDown {
  0% {
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes fadeDown {
  0% {
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
  }
}

/* Home About Section */
.home_about_wrapper .about_img_area {
  position: relative;
}

.home_about_wrapper .default_btn {
  margin-top: 2px;
}

.home_about_wrapper .about_big_img {
  width: 100%;
  max-width: 100%;
}

.home_about_wrapper .circle_img {
  position: absolute;
  left: -200px;
  top: 65px;
  z-index: -1;
}

.home_about_wrapper .circle_img.right_circle_img {
  left: auto;
  right: -200px;
}

.home_about_wrapper .brand_white_img {
  position: absolute;
  left: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home_about_wrapper .brand_white_img::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px dashed white;
  animation: borderAnimation 8s linear infinite;
  -webkit-animation: borderAnimation 8s linear infinite;
}

.home_about_wrapper .brand_white_img.right_brand_img {
  left: auto;
  bottom: 30px;
  top: auto;
  right: -100px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.home_about_wrapper .brand_white_img.right_brand_img::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px dashed #d7d7d7;
  animation: borderAnimation 8s linear infinite;
  -webkit-animation: borderAnimation 8s linear infinite;
}

@media all and (min-width: 1400px) {
  .home_about_wrapper .brand_white_img.right_brand_img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    bottom: 130px;
  }
}

@media all and (max-width: 575px) {
  .home_about_wrapper .brand_white_img.right_brand_img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
  }
}

.home_about_wrapper .brand_white_img.left_bottom_circle {
  top: 80%;
  left: -170px;
}

.home_about_wrapper .brand_white_img.left_bottom_circle::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px dashed #d7d7d7;
  animation: borderAnimation 8s linear infinite;
  -webkit-animation: borderAnimation 8s linear infinite;
}

@media all and (min-width: 1400px) {
  .home_about_wrapper .brand_white_img.left_bottom_circle {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    top: 60%;
  }
}

.home_about_wrapper .member_name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .home_about_wrapper .member_name {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
  }
}

.home_about_wrapper .member_name span {
  font-size: 16px;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .home_about_wrapper .member_name span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
}

.home_about_wrapper .about_small_img {
  position: absolute;
  bottom: -40px;
  left: 62%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  max-width: 100%;
  max-height: 275px;
  border-radius: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_about_wrapper .about_small_img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@media all and (max-width: 767px) {
  .home_about_wrapper .about_content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 70px;
  }
}

.home_about_wrapper .speace_row {
  margin-top: 100px;
}

@media all and (max-width: 1199px) {
  .home_about_wrapper .speace_row {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 50px;
  }
}

.home_about_wrapper .why_choose_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px 40px;
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_about_wrapper .why_choose_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}

@media all and (max-width: 575px) {
  .home_about_wrapper .why_choose_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
}

.home_about_wrapper .why_choose_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 13px;
}

.home_about_wrapper .why_choose_item img {
  width: 40px;
  max-width: 40px;
  height: 40px;
}

.home_about_wrapper .why_choose_item h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #404a3d;
}

.home_about_wrapper .why_choose_item p {
  font-weight: 500;
  margin-top: 7px;
}

.home_about_wrapper .work_area h4::before {
  counter-increment: custom-number-counter;
  content: counter(custom-number-counter) ". ";
}

.home_about_wrapper .work_area .why_choose_item {
  margin-top: 25px;
}

.home_about_wrapper .vission_mission_area h4::before {
  display: none;
}

.home_about_wrapper .about_group {
  margin-top: 40px;
}

.home_about_wrapper .about_group h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #404A3D;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_about_wrapper .about_group h5 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .home_about_wrapper .about_group h5 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
  }
}

/* Counter Section */
.counter_wrapper {
  padding-top: 30px;
  padding-bottom: 70px;
  background: #f7f0ea;
}

.counter_wrapper .counter_item {
  margin-top: 40px;
}

.counter_wrapper .counter_item .counter_number_area {
  position: relative;
  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;
  padding: 22px;
  width: 170px;
  max-width: 100%;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.counter_wrapper .counter_item .counter_number_area::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px dashed #d7d7d7;
  animation: borderAnimation 8s linear infinite;
  -webkit-animation: borderAnimation 8s linear infinite;
}

.counter_wrapper .counter_item .counter_number_area .counter_number {
  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;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 48px;
  line-height: 24px;
  color: #404a3d;
  background: #04542b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media all and (max-width: 767px) {
  .counter_wrapper .counter_item .counter_number_area .counter_number {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 40px;
  }
}

.counter_wrapper .counter_item h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}

@media all and (max-width: 767px) {
  .counter_wrapper .counter_item h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
  }
}

.counter_wrapper .counter_item p {
  color: #333333;
  text-align: center;
}

/* Product Section */
@media all and (min-width: 576px) {
  .product_wrapper .product_content {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding-right: 10px;
  }
}

.product_wrapper .product_content .default_btn {
  margin-top: 40px;
}

.product_wrapper .product_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product_wrapper .product_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product_wrapper .product_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media all and (max-width: 575px) {
  .product_wrapper .product_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}

/* Video Slider Section */
.video_slider_wrapper .video_thumb_item {
  position: relative;
  cursor: pointer;
}

.video_slider_wrapper .video_thumb_item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_slider_wrapper .vide_slider_area {
  position: relative;
  margin-top: 20px;
}

@media all and (min-width: 576px) {
  .video_slider_wrapper .swiper_default_next_icon {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    right: -20px;
  }
}

@media all and (min-width: 576px) {
  .video_slider_wrapper .swiper_default_prev_icon {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    left: -20px;
  }
}

/* Image Gallery Section */
.img_gallery_wrapper .img_gallery_gird {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin-top: 30px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .img_gallery_wrapper .img_gallery_gird {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 575px) {
  .img_gallery_wrapper .img_gallery_gird {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media all and (min-width: 576px) {
  .img_gallery_wrapper .product_item_area:last-child {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    grid-column: span 2;
    height: 100%;
    padding-left: 20px;
  }
  .img_gallery_wrapper .product_item_area:last-child .img_gallery_content {
    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;
    height: 100%;
  }
}

.img_gallery_wrapper .img_gallery_content .default_btn {
  margin-top: 30px;
  color: #ffffff;
}

/* Testimonial Section */
.testimonial_wrapper .testimonial_slider_area {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 30px 70px 30px;
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_slider_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 100px 20px 40px 20px;
  }
}

.testimonial_wrapper .testimonial_content {
  text-align: center;
}

.testimonial_wrapper .testimonial_content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #777777;
}

@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_content p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    line-height: 28px;
  }
}

.testimonial_wrapper .testimonial_content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_content h5 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
  }
}

.testimonial_wrapper .client_img {
  position: relative;
  width: 70px;
  height: 70px;
  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;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.testimonial_wrapper .client_img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.testimonial_wrapper .client_img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial_wrapper .gallery-thumbs {
  position: relative;
  width: 52%;
  padding-top: 30px;
}

@media all and (max-width: 767px) {
  .testimonial_wrapper .gallery-thumbs {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 80%;
  }
}

.testimonial_wrapper .border_width {
  border-top: 1px dashed #878986;
  position: relative;
  bottom: 31px;
  width: calc(52% + 120px);
  margin-left: auto;
  margin-right: auto;
}

.testimonial_wrapper .quote_icon {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial_wrapper .swiper_default_prev_icon {
  top: auto;
  left: 100px;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .testimonial_wrapper .swiper_default_prev_icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 28px;
  }
}

.testimonial_wrapper .swiper_default_next_icon {
  top: auto;
  right: 125px;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .testimonial_wrapper .swiper_default_next_icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 28px;
  }
}

.testimonial_wrapper .swiper-slide {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.testimonial_wrapper .swiper-slide-thumb-active .client_img {
  border: 5px solid #04542b;
}

.testimonial_wrapper .swiper-slide-thumb-active .client_img::before {
  background: #97e264;
}

.testimonial_wrapper .swiper_default_next_icon,
.testimonial_wrapper .swiper_default_prev_icon {
  bottom: 80px;
}

@media all and (max-width: 767px) {
  .testimonial_wrapper .swiper_default_next_icon,
  .testimonial_wrapper .swiper_default_prev_icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 45px;
    height: 45px;
    bottom: 50px;
  }
  .testimonial_wrapper .swiper_default_next_icon::after,
  .testimonial_wrapper .swiper_default_prev_icon::after {
    font-size: 22px !important;
  }
}

/* Blog Section */
.blog_wrapper {
  position: relative;
  padding: 60px 0;
}

.blog_wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  height: 100%;
}

@media all and (max-width: 991px) {
  .blog_wrapper::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 150px;
  }
}

.blog_wrapper .blog_left_content {
  position: relative;
  z-index: 5;
}

@media all and (max-width: 991px) {
  .blog_wrapper .blog_slider_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 30px;
  }
}

.about_video_wrapper {
  position: relative;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media all and (max-width: 767px) {
  .about_video_wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 70px 0;
  }
}

.about_video_wrapper .about_video_content h3 {
  font-weight: 600;
  font-size: 50px;
  line-height: 54px;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about_video_wrapper .about_video_content h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 40px;
    line-height: 44px;
  }
}

@media all and (max-width: 767px) {
  .about_video_wrapper .about_video_content h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 30px;
    line-height: 34px;
  }
}

@media all and (max-width: 991px) {
  .about_video_wrapper .video_btn_area .video_play_button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 30px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.board_memeber_wrapper .member_grid_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px 25px;
  margin-top: 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .board_memeber_wrapper .member_grid_row {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 25px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .board_memeber_wrapper .member_grid_row {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media all and (max-width: 575px) {
  .board_memeber_wrapper .member_grid_row {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

@media all and (max-width: 991px) {
  .board_memeber_wrapper .blank_div {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
  }
}

.board_memeber_wrapper .member_item .member_img_area {
  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;
  height: 270px;
  width: 100%;
}

.board_memeber_wrapper .member_item .member_img_area img {
  border-radius: 15px;
  max-height: 100%;
}

.board_memeber_wrapper .member_item .member_content {
  margin-top: 20px;
}

.board_memeber_wrapper .member_item .member_content h3 a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 5px;
}

@media all and (max-width: 767px) {
  .board_memeber_wrapper .member_item .member_content h3 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
  }
}

.board_memeber_wrapper .member_item .member_content h3 a:hover {
  opacity: 0.9;
}

.board_memeber_wrapper .member_item .member_content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #777777;
}

@media all and (max-width: 767px) {
  .board_memeber_wrapper .member_item .member_content h5 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
}

.product_wrapper {
  margin-top: 1px;
}

.product_wrapper .product_title_area h3,
.product_wrapper .product_title_area .current,
.product_wrapper .product_title_area .list li {
  font-weight: 400;
  font-size: 14px;
  color: #878986;
}

.product_wrapper .product_title_area .niceSelect {
  min-width: 100px;
  border: none;
}

.product_wrapper .product_item_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 45px 30px;
  margin-top: 20px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .product_wrapper .product_item_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}

@media all and (max-width: 575px) {
  .product_wrapper .product_item_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 20px;
  }
}

.product_details_wrapper {
  margin-top: 1px;
}

.product_details_wrapper .product_details_img_area {
  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;
  width: 100%;
  height: 550px;
  background: #f3f3f3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .product_details_img_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 350px;
  }
}

@media all and (max-width: 767px) {
  .product_details_wrapper .product_details_img_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 300px;
  }
}

.product_details_wrapper .product_details_img_area img {
  max-height: 100%;
}

@media all and (max-width: 767px) {
  .product_details_wrapper .product_details_content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 30px;
  }
}

.product_details_wrapper .product_details_cotent_item:not(:first-child) {
  margin-top: 25px;
}

.product_details_wrapper .product_details_cotent_item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #dc3545;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product_details_wrapper .product_details_cotent_item h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
  }
}

@media all and (max-width: 767px) {
  .product_details_wrapper .product_details_cotent_item h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.product_details_wrapper .product_details_cotent_item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.related_product_wrapper {
  margin-top: 1px;
}

.related_product_wrapper .related_product_slider_area {
  margin-top: 40px;
}

.gallery_page_wrapper {
  margin-top: 1px;
}

.gallery_page_wrapper .img_gallery_gird {
  gap: 20px;
}

.gallery_page_wrapper .product_item_area:last-child {
  grid-column: auto;
  padding-left: 0;
}

.gallery_page_wrapper .sales_gallery_btn {
  margin-top: 50px;
}

.blog_page_wrapper {
  margin-top: 50px;
}

.blog_page_wrapper .nav-pills {
  gap: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.blog_page_wrapper .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 10px 25px;
}

.blog_page_wrapper .nav-link.active {
  color: #ffffff;
  background: #04542b;
  border-radius: 10px 10px 0px 0px;
}

.blog_page_wrapper .blog_page_item_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
  margin-top: 40px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .blog_page_wrapper .blog_page_item_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}

@media all and (max-width: 575px) {
  .blog_page_wrapper .blog_page_item_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.blog_page_wrapper .blog_item_card_area {
  -webkit-box-shadow: 0 2px 5px #dadada8f;
          box-shadow: 0 2px 5px #dadada8f;
}

.blog_detailsl_wrapper {
  margin-top: 1px;
}

@media all and (max-width: 767px) {
  .blog_detailsl_wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 50px;
  }
}

.blog_detailsl_wrapper .blog_img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.blog_detailsl_wrapper .blog_titile_area {
  margin-top: 24px;
}

.blog_detailsl_wrapper .blog_titile_area h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #404a3d;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog_detailsl_wrapper .blog_titile_area h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 28px;
    line-height: 32px;
  }
}

@media all and (max-width: 767px) {
  .blog_detailsl_wrapper .blog_titile_area h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 24px;
    line-height: 28px;
  }
}

.blog_detailsl_wrapper .blog_info_list {
  margin-top: 7px;
  margin-bottom: 2px;
}

.blog_detailsl_wrapper .blog_info_list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #878986;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog_detailsl_wrapper .blog_info_list li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    line-height: 32px;
  }
}

@media all and (max-width: 767px) {
  .blog_detailsl_wrapper .blog_info_list li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
}

.blog_detailsl_wrapper .blog_content_item:not(:first-child) {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .blog_detailsl_wrapper .blog_content_item:not(:first-child) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
  }
}

.comment_wrapper {
  margin-top: 85px;
}

.comment_wrapper .user_comment_item_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 80px) minmax(0, 1fr);
      grid-template-columns: minmax(0, 80px) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .comment_wrapper .user_comment_item_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 60px) minmax(0, 1fr);
        grid-template-columns: minmax(0, 60px) minmax(0, 1fr);
  }
}

@media all and (max-width: 767px) {
  .comment_wrapper .user_comment_item_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 40px) minmax(0, 1fr);
        grid-template-columns: minmax(0, 40px) minmax(0, 1fr);
    gap: 20px 20px;
  }
}

.comment_wrapper .user_comment_item_grid:not(:first-child) {
  margin-top: 40px;
}

.comment_wrapper .user_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .comment_wrapper .user_img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 60px;
    height: 60px;
  }
}

@media all and (max-width: 767px) {
  .comment_wrapper .user_img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 40px;
    height: 40px;
  }
}

.comment_wrapper .user_img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.comment_wrapper .user_details_area h3 a {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #404a3d;
}

@media (min-width: 768px) and (max-width: 991px) {
  .comment_wrapper .user_details_area h3 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    line-height: 24px;
  }
}

@media all and (max-width: 767px) {
  .comment_wrapper .user_details_area h3 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    line-height: 22px;
  }
}

.comment_wrapper .user_details_area h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #878986;
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .comment_wrapper .user_details_area h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    margin-top: 2px;
  }
}

@media all and (max-width: 767px) {
  .comment_wrapper .user_details_area h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
}

.comment_wrapper .comment_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin: 10px 0;
}

.comment_wrapper .user_action_list {
  gap: 7px 20px;
}

.comment_wrapper .user_action_list button {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #404a3d;
}

.comment_wrapper .user_action_list button:hover {
  color: rgba(64, 74, 61, 0.88);
}

.comment_wrapper .user_action_list .likeActive {
  color: #ec00ff;
}

.comment_wrapper .user_action_list .likeActive:hover {
  color: rgba(236, 0, 255, 0.88);
}

.comment_wrapper .comment_form_area {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}


.job_apply_wrapper .job_list_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.job_apply_wrapper .job_list_grid h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #404a3d;
}

@media (min-width: 768px) and (max-width: 991px) {
  .job_apply_wrapper .job_list_grid h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    line-height: 22px;
  }
}

@media all and (max-width: 767px) {
  .job_apply_wrapper .job_list_grid h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    line-height: 20px;
  }
}

.job_apply_wrapper .job_list_header {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}

.job_apply_wrapper .job_list_header h4 {
  font-weight: 600;
}

.job_apply_wrapper .job_details_info_area {
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}

.job_apply_wrapper .job_details_info_area li {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #404a3d;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .job_apply_wrapper .job_details_info_area li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    line-height: 22px;
  }
}

@media all and (max-width: 767px) {
  .job_apply_wrapper .job_details_info_area li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    line-height: 20px;
  }
}

.job_apply_wrapper .job_details_info_area li span {
  font-weight: 400;
}

.job_apply_wrapper .job_details_para_area p {
  margin-top: 20px;
}

.job_apply_wrapper .default_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.career_form_wrapper {
  margin-top: 50px;
}

.contact_address_wrapper {
  margin-bottom: 50px;
}

.contact_address_wrapper .contact_address_item {
  margin-top: 50px;
}

.contact_address_wrapper .contact_address_item a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404a3d;
  margin-top: 10px;
}

.contact_address_wrapper .contact_address_item a:hover {
  opacity: 0.9;
}

.terms_wrapper {
  margin-top: 20px;
}

.terms_wrapper .terms_item {
  margin-top: 30px;
}

.terms_wrapper .terms_item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #363636;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .terms_wrapper .terms_item h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .terms_wrapper .terms_item h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.terms_wrapper .terms_item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}

.terms_wrapper .terms_item .para_second {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .terms_wrapper .terms_item .para_second {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
  }
}

.breadcrumb_wrapper {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media all and (max-width: 767px) {
  .breadcrumb_wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 100px;
  }
}

.breadcrumb_wrapper .container,
.breadcrumb_wrapper .row,
.breadcrumb_wrapper .breadcrumb_content {
  height: 100%;
}

.breadcrumb_wrapper .breadcrumb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb_wrapper .breadcrumb_content h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_wrapper .breadcrumb_content h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 28px;
    line-height: 34px;
  }
}

@media all and (max-width: 767px) {
  .breadcrumb_wrapper .breadcrumb_content h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    line-height: 26px;
  }
}

.breadcrumb_wrapper .breadcrumb-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background: #04542b;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_wrapper .breadcrumb-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .breadcrumb_wrapper .breadcrumb-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
}

.breadcrumb_wrapper .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  color: white;
  font-size: 14px;
  padding-top: 3px;
}

/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  counter-reset: custom-number-counter;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

img,
svg {
  max-width: 95%;
}

a {
  color: unset;
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input:focus,
select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid black !important;
}

textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

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

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button {
  border: none !important;
  background-color: transparent;
}

button:hover {
  border: none !important;
}

*::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}

*:-ms-input-placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}

*::-ms-input-placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}

*::placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}

::-moz-selection {
  color: black;
  background: rgba(254, 192, 33, 0.35);
}

::selection {
  color: black;
  background: rgba(254, 192, 33, 0.35);
}

::-moz-selection {
  color: black;
  background: rgba(254, 192, 33, 0.35);
}

/*  Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Common Class */
@media all and (max-width: 575px) {
  .container {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.default_section_gap {
  margin-top: 1px;
}

.g-sm {
  gap: 7px 12px;
}

.page_header_area {
  margin-bottom: 20px;
}

.page_title {
  font-family: "Amatic SC", cursive;
  font-weight: 900;
  font-size: 28px;
  line-height: 58px;
  color: #000000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 45px;
    line-height: 55px;
  }
}

@media all and (max-width: 767px) {
  .page_title {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 35px;
    line-height: 40px;
  }
}

.sub_header {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #404a3d;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub_header {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .sub_header {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
  }
}

.default_btn {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 13px 45px;
  background: #04542b;
  border-radius: 5px;
}

@media all and (max-width: 767px) {
  .default_btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    padding: 8px 30px;
  }
}

.default_btn:hover {
  background: #00c851;
}

/* ============ ScrollToUP Section =========== */
.scrolltop {
  position: fixed;
  right: 70px;
  bottom: 150px;
  z-index: 1000000;
  background-color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media all and (max-width: 991px) {
  .scrolltop {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 20px;
  }
}

.scrolltop i {
  font-size: 16px;
  color: #04542b;
}

.scrolltop:hover {
  background-color: rgba(17, 17, 17, 0.8);
}

.scroll_active {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}

.img_zoom_animate {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.img_zoom_animate:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bounes_animate {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.bounes_animate:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.mfp-wrap {
  z-index: 999999999999999 !important;
}

.mfp-close {
  cursor: pointer !important;
}

.product_item_area .product_link {
  position: relative;
  display: block;
  overflow: hidden;
}

.product_item_area img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_item_area h5 {
  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;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px 5px 0px 0px;
  min-width: 250px;
  max-width: 100%;
  height: 50px;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  background: #04542b;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
}

.product_item_area h5:hover {
  opacity: 0.9;
}

/* Animated Vido Btn */
.video_btn_area .video_play_button {
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.video_btn_area .video_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.video_btn_area .video_play_button:focus {
  border: none !important;
  outline: none !important;
}

.video_btn_area .video_play_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  background-color: #ffffff52;
  animation: video_button 3s linear infinite;
  -webkit-animation: video_button 3s linear infinite;
  -webkit-animation-delay: calc(0.5s * var(--i));
  animation-delay: calc(0.5s * var(--i));
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.video_btn_area .video_play_button svg {
  position: relative;
  z-index: 10;
  width: 25px;
  height: 25px;
}

@-webkit-keyframes video_button {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

@keyframes video_button {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

.video_modal video,
.video_modal iframe {
  width: 100%;
  max-height: 350px;
}

.swiper_default_next_icon,
.swiper_default_prev_icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #04542b;
}

@media all and (max-width: 767px) {
  .swiper_default_next_icon,
  .swiper_default_prev_icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 30px;
    height: 30px;
  }
  .swiper_default_next_icon::after,
  .swiper_default_prev_icon::after {
    font-size: 16px !important;
  }
}

.swiper_default_next_icon:hover,
.swiper_default_prev_icon:hover {
  background: #a9e97e;
}

.swiper_default_next_icon::after,
.swiper_default_prev_icon::after {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

.slider_row_icon_area {
  gap: 10px 15px;
  margin-top: 40px;
}

.slider_row_icon_area .swiper_default_next_icon,
.slider_row_icon_area .swiper_default_prev_icon {
  position: static;
  margin: 0;
}

.slider_row_icon_area .swiper_default_next_icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.blog_item_card_area {
  background: #ffffff;
  border-radius: 15px;
}

.blog_item_card_area .blog_img img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.blog_item_card_area .blog_content {
  padding: 30px 40px;
}

@media all and (max-width: 575px) {
  .blog_item_card_area .blog_content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px 20px;
  }
}

.blog_item_card_area .blog_content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #878986;
}

.blog_item_card_area .blog_content h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.blog_item_card_area .blog_content h3 a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #404a3d;
}

.blog_item_card_area .blog_content h3 a:hover {
  opacity: 0.8;
}

.blog_item_card_area .blog_content p {
  color: #404a3d;
}

.blog_item_card_area .read_more_btn {
  display: inline-block;
  font-size: 15px;
  color: #404a3d;
  margin-top: 10px;
}

.blog_item_card_area .read_more_btn path {
  stroke: #04542b;
}

.blog_item_card_area .read_more_btn:hover span {
  margin-left: 8px;
}

.blog_item_card_area .read_more_btn:hover path {
  stroke: #404a3d;
}

.blog_item_card_area .read_more_btn span {
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.skew_hover_effect {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.skew_hover_effect:hover::before {
  left: 140%;
  opacity: 1;
  visibility: visible;
}

.skew_hover_effect::before {
  content: " ";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 120%;
  background: #e5e5e547;
  transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.form_area .form_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}

.form_area .input_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  color: #000000;
}

.form_area .form_label {
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: -1;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.form_area .input_box {
  font-size: 16px;
  color: #000000;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid #d7d7d7 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.form_area .input_box:focus, .form_area .input_box:valid {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.form_area .input_box:focus ~ .form_label, .form_area .input_box:valid ~ .form_label {
  top: -8px;
  left: 0px;
  font-size: 14px;
}

.form_area .input_box:focus ~ .bottom_line, .form_area .input_box:valid ~ .bottom_line {
  width: 100%;
}

.form_area textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  height: auto !important;
}

.form_area .bottom_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #04542b;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.form_area .valid-feedback,
.form_area .invalid-feedback {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
}

.form_area .invalid-feedback {
  color: #ff02e6;
}

.form_area input[type="file"] {
  padding-left: 40px;
}

.social_list li a {
  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;
  width: 48px;
  height: 48px;
  background: #04542b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social_list li a i {
  font-size: 16px;
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .social_list li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 30px;
    height: 30px;
  }
  .social_list li a i {
    font-size: 12px;
  }
}

.social_list li a:hover {
  background: rgba(113, 253, 20, 0.726);
}

.ovlerlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #030303cc;
  display: none;
}

.niceSelect::after {
  border-bottom: 1px solid #878986;
  border-right: 1px solid #878986;
  width: 7px;
  height: 7px;
}

.product_item .product_img_area {
  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;
  padding: 10px;
  width: 100%;
  height: 350px;
  background: #f3f3f3;
  overflow: hidden;
}

.product_item .product_img_area img {
  max-height: 100%;
}

.product_item .prodcut_content {
  margin-top: 1px;
}

.product_item .product_tag {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #777777;
}

.product_item .product_tag:hover {
  opacity: 0.9;
}

.product_item .product_name {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #198754;
}

.product_item .product_name:hover {
  opacity: 0.9;
}

.pagination_area {
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .pagination_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 40px;
  }
}

.pagination_area .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.pagination_area .page-link {
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #404a3d;
  width: 46px;
  height: 46px;
  background: #f3f3f3;
  border-radius: 4px;
  padding: 0;
  border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pagination_area .page-link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 36px;
    height: 36px;
  }
}

@media all and (max-width: 767px) {
  .pagination_area .page-link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
}

.pagination_area .page-link span {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pagination_area .page-link span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .pagination_area .page-link span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
  }
}

.pagination_area .page-link:hover {
  opacity: 0.8;
}

.pagination_area .active_pagination .page-link {
  background: #04542b;
}

.magnifier,
.cursorshade {
  border: 2px solid #74c247 !important;
}

.cursorshade {
  border: 1px solid #74c247 !important;
}

@media all and (max-width: 767px) {
  .product_right_category_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 40px;
  }
}

.product_right_category_area .product_search_form {
  position: relative;
}

.product_right_category_area .product_search_form .input_row {
  margin-top: 0;
}

.product_right_category_area .product_search_form input {
  padding-right: 30px;
}

.product_right_category_area .product_search_form .search_btn {
  position: absolute;
  right: 0px;
  top: 10px;
}

.product_right_category_area .prodcut_category_item {
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .product_right_category_area .prodcut_category_item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 30px;
  }
}

.product_right_category_area .prodcut_category_item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #404a3d;
}

.product_right_category_area .prodcut_category_item ul {
  margin-top: 20px;
}

.product_right_category_area .prodcut_category_item ul li {
  margin-bottom: 10px;
}

.product_right_category_area .prodcut_category_item ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #878986;
}

.product_right_category_area .prodcut_category_item ul li a:hover {
  opacity: 0.9;
}

.product_right_category_area .prodcut_category_item ul .active_category a {
  font-weight: 600;
  color: #404a3d;
}

.product_right_category_area .related_blog_item_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 110px) minmax(0, 1fr);
      grid-template-columns: minmax(0, 110px) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product_right_category_area .related_blog_item_grid {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}

.product_right_category_area .related_blog_item_grid .related_blog_img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-height: 70px;
}

.product_right_category_area .related_blog_item_grid .related_blog_content h4 a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #404a3d;
  overflow: hidden;
  width: 100%;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product_right_category_area .related_blog_item_grid .related_blog_content h4 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .product_right_category_area .related_blog_item_grid .related_blog_content h4 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
  }
}

.product_right_category_area .related_blog_item_grid .related_blog_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #404a3d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer_address_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}

.footer_address_list li,
.footer_address_list li a,
.footer_address_list li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #404a3d;
}

.footer_address_list li a,
.footer_address_list li span {
  font-weight: 400;
}

.footer_address_list li a:hover {
  opacity: 0.9;
}
/*# sourceMappingURL=style.css.map */
