@import url(../font/Clash_Display_font/stylesheet.css);
@import url(../font/Neue_Montreal_font/stylesheet.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --red: hsl(360, 67%, 48%);
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Neue Montreal";
  font-weight: 400;
  letter-spacing: 0.8px;
}

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

a {
  list-style-type: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 90%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.top_heading {
  font-size: 65px;
  font-weight: 500;
  line-height: 68px;
  font-family: "Clash Display";
  margin-bottom: 10px;
}
.top_heading span {
  position: relative;
}
.top_heading img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  bottom: -8px;
}
@media (max-width: 991px) {
  .top_heading {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .top_heading {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .top_heading {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .top_heading {
    font-size: 64px;
    line-height: 74px;
  }
}

.commenpara {
  font-size: 14px;
  width: 90%;
  color: black;
  opacity: 0.8;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .commenpara {
    font-size: 12px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .commenpara {
    font-size: 12px;
    width: 100%;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .commenpara {
    font-size: 17px;
  }
}

.commenheading {
  font-size: 35px;
  font-family: "Clash Display";
  color: black;
}
@media (max-width: 991px) {
  .commenheading {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .commenheading {
    font-size: 45px;
  }
}

.title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 16px;
  }
}
.title .icon {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .title .icon {
    width: 11px;
    height: 11px;
  }
}
.title h4.text {
  font-size: 14px !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .title h4.text {
    font-size: 11px !important;
  }
}

.Top_Navbar {
  box-shadow: 0 -16px 37px rgba(57, 63, 72, 0.3);
  padding: 16px 0;
}
.Top_Navbar li {
  list-style-type: none;
}
.Top_Navbar a.nav-link {
  color: #121212;
  border-left: 1px solid lightgray;
  padding: 0 12px;
  font-size: 14px;
}
.Top_Navbar .menu-icon img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
.Top_Navbar .menu-icon a {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.Top_Navbar .logo img {
  width: 140px;
  height: auto;
}
@media (max-width: 575px) {
  .Top_Navbar .logo img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .Top_Navbar .main_right_nav {
    display: none;
  }
}
.Top_Navbar .main_right_nav.main_right_nav_active .right-details {
  display: block;
}
.Top_Navbar .main_right_nav.main_right_nav_active .right-details .search_input {
  position: relative;
  margin-right: 10px;
  width: 100%;
}
.Top_Navbar .main_right_nav.main_right_nav_active .right-details .search_input input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid lightgray;
  font-size: 15px;
  width: 100%;
  padding: 3px 0;
  text-align: center;
  margin-top: 10px;
}
.Top_Navbar .main_right_nav.main_right_nav_active .right-details .search_input input:focus {
  outline: 0;
}
.Top_Navbar .main_right_nav.main_right_nav_active .right-details .search_input .fa-magnifying-glass {
  position: absolute;
  right: 0;
  bottom: 9px;
  display: none;
}
.Top_Navbar .main_right_nav.main_right_nav_active .right-details .search_input .product_dropdown {
  width: 100%;
  right: 0;
}
.Top_Navbar .main_right_nav .right-details {
  display: flex;
  justify-content: end;
  align-items: center;
}
.Top_Navbar .main_right_nav .right-details .search_input {
  position: relative;
  margin-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.Top_Navbar .main_right_nav .right-details .search_input input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid lightgray;
  font-size: 15px;
  padding: 3px 0;
}
.Top_Navbar .main_right_nav .right-details .search_input input:focus {
  outline: 0;
}
.Top_Navbar .main_right_nav .right-details .search_input .fa-magnifying-glass {
  position: absolute;
  right: 0;
  bottom: 9px;
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown {
  width: 270px;
  height: 300px;
  position: absolute;
  right: -12px;
  background-color: #eef7ef;
  border-radius: 9px;
  padding: 12px;
  margin-top: 8px;
  box-shadow: 0 0 15px -4px #e1e1e1;
  border: 1px solid rgba(64, 161, 81, 0.2196078431);
  display: none;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown::-webkit-scrollbar {
  width: 2px;
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown::-webkit-scrollbar-thumb {
  background: #2ca54b;
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown #notFoundMessage {
  display: none;
  color: crimson;
  font-size: 12px;
  text-align: center;
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown a {
  font-size: 15px;
  font-weight: 500;
  color: black;
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-right: 15px;
}
.Top_Navbar .main_right_nav .right-details .search_input .product_dropdown a i {
  position: absolute;
  top: 5px;
  right: 0;
  color: #40a151;
}

.Main_Banner {
  margin: 80px 0;
  margin-top: 180px;
}
@media (max-width: 767px) {
  .Main_Banner {
    margin: 40px 0;
    margin-top: 100px;
  }
}
.Main_Banner .banner_btns {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Main_Banner .banner_btns {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.Main_Banner .banner_btns .btn1 {
  background: black;
  color: white;
  padding: 8px 14px;
  font-size: 14px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .Main_Banner .banner_btns .btn1 {
    padding: 7px 10px;
    font-size: 12px;
    margin-right: 10px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Main_Banner .banner_btns .btn1 {
    font-size: 16px;
  }
}
.Main_Banner .banner_btns .btn1 img {
  width: 11px;
  height: auto;
  margin-left: 7px;
}
.Main_Banner .banner_btns .btn2 {
  border: 1px solid lightgray;
  font-size: 14px;
  padding: 8px 14px;
}
@media (max-width: 767px) {
  .Main_Banner .banner_btns .btn2 {
    font-size: 12px;
    padding: 7px 10px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Main_Banner .banner_btns .btn2 {
    font-size: 16px;
  }
}
.Main_Banner .left-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.Main_Banner .left-details .subtext {
  font-size: 17px;
  margin-top: 15px;
  color: black;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Main_Banner .left-details .subtext {
    font-size: 14px;
    line-height: 23px;
    margin-top: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Main_Banner .left-details .subtext {
    font-size: 20px;
    margin-top: 30px;
  }
}
.Main_Banner .left-details .rotate-text {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 15px;
}
.Main_Banner .left-details .rotate-text p {
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: -moz-max-content;
  color: #2ca54b;
  margin-right: 12px;
  font-size: 13px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .Main_Banner .left-details .rotate-text p {
    font-size: 10px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Main_Banner .left-details .rotate-text p {
    font-size: 16px;
  }
}
.Main_Banner .left-details .rotate-text .line {
  width: 1px;
  background-color: #2ca54b;
  height: 100%;
  margin-top: 9px;
}
.Main_Banner .bottom-details img {
  width: 30px;
  height: auto;
  margin-bottom: 10px;
}
.Main_Banner .bottom-details h4 {
  font-size: 30px;
  margin-bottom: 2px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Main_Banner .bottom-details h4 {
    font-size: 36px;
  }
}
.Main_Banner .bottom-details .data1 {
  border-right: 1px solid lightgray;
  padding: 0 15px;
}
@media (max-width: 575px) {
  .Main_Banner .bottom-details .data1 {
    padding: 0 6px;
  }
}
@media (max-width: 575px) {
  .Main_Banner .bottom-details .data1 {
    padding: 0 19px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Main_Banner .bottom-details p {
    font-size: 19px;
  }
}
.Main_Banner .right-details .banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -o-object-fit: contain;
  aspect-ratio: 1;
  position: relative;
}
@media (max-width: 991px) {
  .Main_Banner .right-details .banner-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.Main_Banner .right-details .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  color: red;
  right: 0;
}
.Main_Banner .right-details .swiper-pagination {
  width: auto;
  font-size: 1vw;
  right: inherit;
  transform: rotate(90deg);
}
.Main_Banner .right-details .swiper-slide-active .slide1 .content {
  transform: scaleX(1);
}
.Main_Banner .right-details .slide1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.Main_Banner .right-details .slide1 .images_slide {
  position: relative;
}
.Main_Banner .right-details .slide1 .images_slide .main_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: white;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.Main_Banner .right-details .slide1 .images_slide .main_arrow:hover img {
  transform: rotate(315deg);
}
.Main_Banner .right-details .slide1 .images_slide .main_arrow img {
  width: 43%;
  transform: rotate(270deg);
  transition: all 0.5s;
}
.Main_Banner .right-details .slide1 .content {
  position: absolute;
  top: 10%;
  padding: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: end;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  transition-timing-function: ease-out;
}
.Main_Banner .right-details .slide1 .content p {
  width: 90%;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Main_Banner .right-details .slide1 .content p::before {
  content: "";
  border-top: 3px solid #2ca54b;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
}
.Main_Banner .right-details .slide1 .main_slide_title {
  font-size: 15px;
  color: black;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Main_Banner .right-details .slide1 .main_slide_title {
    font-size: 19px;
  }
}

.About_us {
  background: #ecf7ef;
  padding: 80px 0;
  position: relative;
}
@media (min-width: 768px) {
  .About_us .col-md-5 {
    flex: 0 0 auto;
    width: 47%;
  }
}
@media (max-width: 767px) {
  .About_us {
    padding: 40px 0;
  }
}
.About_us .main_about_second {
  position: relative;
  padding-top: 75px;
}
.About_us .main_about_second .side-img2 {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0.11;
}
.About_us .side-img1 {
  position: absolute;
  right: 0;
  top: 4%;
  width: auto;
  height: 240px;
}
@media (max-width: 767px) {
  .About_us .side-img1 {
    position: absolute;
    right: 0;
    top: 2%;
    width: auto;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .About_us .side-img1 {
    position: absolute;
    right: 0;
    top: 9%;
    width: auto;
    height: 200px;
  }
}
.About_us .factory-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  aspect-ratio: 16/13;
}
.About_us .automobile-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/13;
}
.About_us .subtext {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 26px;
  width: 70%;
}
@media (max-width: 991px) {
  .About_us .subtext {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 17px;
    width: 100%;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .About_us .subtext {
    font-size: 26px;
  }
}
.About_us .number {
  font-family: "Clash Display";
  color: #30A64F;
  font-size: 50px;
  font-weight: 500;
  line-height: 0;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .About_us .number {
    font-size: 37px;
    line-height: normal;
  }
}
.About_us .left-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.About_us .formatedetails {
  padding: 0 20px;
  position: relative;
  margin-bottom: 15px;
}
.About_us .formatedetails .dots {
  width: 6px;
  height: 6px;
  background-color: #121212;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.About_us .btn {
  background: black;
  width: auto;
  font-size: 14px;
  color: white;
  padding: 9px 22px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .About_us .btn {
    font-size: 12px;
    padding: 7px 18px;
    margin-top: 10px;
  }
}
.About_us .btn img {
  width: 11px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 6px;
}

.service {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .service {
    padding: 30px 0;
  }
}
.service .swiper {
  width: 100%;
  height: 100%;
}
.service .swiper-scrollbar {
  left: 0;
  right: 0;
  width: 100%;
}
.service .swiper-scrollbar {
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-drag-bg-color: gray;
  --swiper-scrollbar-size: 2px;
}
.service .swiper-wrapper {
  position: relative;
  padding: 0px 0px 50px 0;
  opacity: 1;
}
.service .swiper-scrollbar-drag {
  width: 300px !important;
}
.service .main_iamges {
  position: absolute;
  width: 100;
  /* height: 100%; */
  /* object-fit: cover; */
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.service .main_iamges img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .main_iamges .overlaybg {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4037990196) 10%, rgba(255, 255, 255, 0.6671043417) 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  top: 0;
}
.service .swiper-slide:hover .main_iamges {
  opacity: 1;
}
.service .swiper-slide:hover .data1 {
  background: transparent;
}
.service .swiper-slide:hover .commenpara {
  opacity: 1;
}
.service .data1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  height: 290px;
  padding: 10px;
  background: #f8f8f8;
  background-image: none;
  transition: all 0.5s;
  position: relative;
  transition: all 0.5s;
}
.service .data1 a {
  color: black;
  font-size: 14px;
  text-decoration: underline;
}
.service .data1 a img {
  width: 11px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 6px;
}
.service .data1 .commenpara {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service .data1 .slidertext {
  background: white;
  border-radius: 50px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.service .data1 .slidertext span {
  font-size: 16px;
  font-weight: 500;
}

.logobanner {
  background: #ededed;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .logobanner {
    padding: 30px 0;
  }
}
.logobanner .swiper-wrapper {
  transition-timing-function: linear;
}
.logobanner img {
  width: 100%;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}

.our_Product {
  padding: 80px 0;
  position: relative;
}
.our_Product .swiper-scrollbar {
  left: 12px;
  right: 0;
  width: 100%;
}
.our_Product .swiper-scrollbar {
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-drag-bg-color: gray;
  --swiper-scrollbar-size: 2px;
}
.our_Product .swiper-wrapper {
  position: relative;
  padding: 0px 0px 50px 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .our_Product {
    padding: 30px 0;
  }
}
.our_Product h4 {
  padding-right: 26px;
}
.our_Product p {
  padding-right: 26px;
}
.our_Product .left-container {
  max-width: 95%;
  width: 100%;
  margin: 0 0 0 auto;
  padding-left: 20px;
}
.our_Product .new_slider_paginaton {
  display: flex;
  align-items: center;
}
.our_Product .new_slider_paginaton .total_slide {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: gray;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.our_Product .new_slider_paginaton .current_slide {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.our_Product .new_slider_paginaton .slide_part {
  font-size: 14px;
  color: gray;
  margin: 0 10px;
}
.our_Product .col-md-3 a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
  color: black;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
}
.our_Product .col-md-3 a img {
  writing-mode: vertical-rl;
  transform: rotate(91deg);
  position: absolute;
  left: 0;
  margin-top: 12px;
  color: black;
  font-size: 16px;
  width: 12px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.our_Product .respon_data a {
  writing-mode: inherit;
  transform: rotate(360deg);
  line-height: 1;
  color: black;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: underline;
  margin-top: 20px;
}
.our_Product .respon_data img {
  transform: rotate(91deg);
  position: absolute;
  right: -20px;
  left: auto;
  top: 0;
  color: black;
  font-size: 16px;
  margin-top: 0;
}
.our_Product .productslider {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 50px;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .our_Product .productslider {
    margin-top: 0;
  }
}
.our_Product .productslider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  aspect-ratio: 1;
}
.our_Product .productslider .subtext {
  font-size: 17px;
  border-bottom: 1px solid lightgray;
  padding: 16px 0;
  margin-bottom: 16px;
}
.our_Product .productslider .subtext span {
  margin-right: 5px;
}
.our_Product .productslider .swiper-slide {
  width: 28% !important;
}
@media (max-width: 575px) {
  .our_Product .productslider .swiper-slide {
    width: 82% !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .our_Product .productslider .swiper-slide {
    width: 42% !important;
  }
}
.our_Product .productslider .swiper-slide .productslider_box {
  margin-left: 12px;
  margin-right: 12px;
}
.our_Product .productslider .swiper-slide .productslider_box .image-hover-image {
  display: block;
  position: relative;
}
.our_Product .productslider .swiper-slide .productslider_box .image-hover-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s linear;
  margin: 30px;
  padding: 30px;
}
.our_Product .productslider .swiper-slide .productslider_box .image-hover-image .overlay:hover {
  opacity: 1;
}
.our_Product .productslider .swiper-slide .productslider_box .image-hover-image .overlay .btn {
  background: black;
  color: rgba(255, 255, 255, 0.7294117647);
  padding: 8px 22px;
  font-size: 14px;
  margin-right: 12px;
  transform: inherit;
}
@media (max-width: 767px) {
  .our_Product .productslider .swiper-slide .productslider_box .image-hover-image .overlay .btn {
    padding: 7px 10px;
    font-size: 12px;
    margin-right: 10px;
  }
}
.our_Product .productslider .swiper-slide .productslider_box .image-hover-image .overlay .btn img {
  width: 11px;
  height: auto;
  margin-left: 7px;
}
.our_Product .productslider .swiper-pagination {
  display: none;
}

.Feature {
  padding: 80px 0;
  background: #ecf7ef;
}
@media (max-width: 767px) {
  .Feature {
    padding: 30px 0;
  }
}
.Feature .commenheading {
  width: 50%;
  margin: auto;
}
@media (max-width: 991px) {
  .Feature .commenheading {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .Feature .commenheading {
    width: 100%;
    margin: auto;
  }
}
.Feature .subtext {
  font-size: 18px;
}
@media (max-width: 991px) {
  .Feature .subtext {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Feature .subtext {
    font-size: 14px;
  }
}
.Feature .box1 {
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .Feature .box1 {
    padding: 12px;
  }
}
.Feature .box1 img {
  width: 200px;
  height: auto;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .Feature .box1 img {
    width: 100px;
  }
}
.Feature .box2 {
  position: relative;
  background-color: white;
  height: 100%;
}
.Feature .box2 .box-img {
  width: 100%;
  height: 100%;
}
.Feature .box2 .main_grid_box {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  height: 100%;
  align-items: end;
}
.Feature .box2 .main_grid_box .data {
  padding: 20px;
}
@media (max-width: 767px) {
  .Feature .box2 .main_grid_box .data {
    padding: 12px;
  }
}
.Feature .box2 .main_grid_box .data img.star-img {
  width: auto;
  height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .Feature .box2 .main_grid_box .data img.star-img {
    width: auto;
    height: 20px;
    margin-bottom: 15px;
  }
}
.Feature .box2 .main_grid_box .main_img_side {
  height: 100%;
  position: relative;
}
.Feature .box2 .main_grid_box .main_img_side .person_img_shape {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.Feature .box2 .main_grid_box .main_img_side .person_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Feature .box3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.Feature .box3 .box-img {
  width: 100%;
  height: 100%;
}
.Feature .box3 .data {
  position: absolute;
  text-align: center;
  width: 70%;
}
.Feature .box3 h3 {
  font-family: "Clash Display";
  font-size: 32px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Feature .box3 h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Feature .box3 h3 {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Feature .box3 h3 {
    font-size: 38px;
  }
}
.Feature .box4 {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
}
.Feature .box4 .subtext {
  position: absolute;
  color: white;
  padding: 0;
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .Feature .box4 .subtext {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Feature .box4 .subtext {
    font-size: 14px;
    margin: 12px;
  }
}
.Feature .box4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Feature .box5 {
  background-color: white;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .Feature .box5 {
    padding: 12px;
  }
}
.Feature .box5 img {
  width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .Feature .box5 img {
    width: 70px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px;
  }
}
.Feature .box6 {
  position: relative;
  height: 100%;
  background-color: white;
}
.Feature .box6 .data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  padding: 30px 30px 0 30px;
}
@media (max-width: 767px) {
  .Feature .box6 .data {
    padding: 12px 12px 0 12px;
  }
}
.Feature .box6 img {
  width: 100%;
  height: auto;
}

.Testimonial {
  background: #121212;
  color: #ffffff;
  overflow: hidden;
}
.Testimonial .commenheading {
  color: white;
}
.Testimonial .commenpara {
  color: white;
}
.Testimonial h4.subtext_small {
  font-size: 16px;
  font-weight: 500;
}
.Testimonial .leftside {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .Testimonial .leftside {
    padding: 30px 0;
  }
}
.Testimonial .leftside .first_slide {
  background: rgba(38, 38, 38, 0.2);
  border: 1px solid #4c4c4c;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 2px;
}
.Testimonial .leftside .first_slide .icon-img {
  width: 50px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 70px;
}
.Testimonial .leftside .first_slide .left-icon {
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.Testimonial .leftside .first_slide .human-img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Testimonial .leftside .Testimonialleftslider {
  padding-bottom: 50px;
}
.Testimonial .leftside .swiper-button-next {
  position: absolute;
  right: 50%;
  bottom: 0;
  top: auto;
  width: 20px;
  height: 20px;
  background-color: #272727;
  border-radius: 100%;
  padding: 18px;
  margin-top: 0;
  transform: translateX(140%);
}
.Testimonial .leftside .swiper-button-next::after {
  font-size: 16px;
  color: white;
}
.Testimonial .leftside .swiper-button-prev {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  width: 2vw;
  height: 2vw;
  background-color: #272727;
  border-radius: 100%;
  padding: 18px;
  margin-top: 0;
  transform: translateX(-140%);
}
.Testimonial .leftside .swiper-button-prev::after {
  font-size: 16px;
  color: white;
}
.Testimonial .gallery {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 18px;
  padding-left: 70px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .Testimonial .gallery {
    padding-left: 50px;
  }
}
@media (max-width: 1100px) {
  .Testimonial .gallery {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .Testimonial .gallery {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .Testimonial .gallery {
    padding-left: 0;
    height: 300px;
    overflow: hidden;
  }
}
.Testimonial .gallery .main_vertical_slider_reversed {
  transform: scaleY(-1);
}
.Testimonial .gallery .main_vertical_slider_reversed img {
  transform: scaleY(-1);
}
.Testimonial .gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.Testimonial .gallery .swiper {
  width: 100%;
  height: 100%;
}
.Testimonial .gallery .swiper-slide {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.Testimonial .gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  background-color: #1D1D1D;
  padding: 12px;
}

.form {
  padding: 80px 0;
  padding-top: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .form {
    padding: 30px 0;
    padding-top: 50px;
  }
}
.form .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .form .left-icon {
    width: 40px;
    height: auto;
  }
}
.form .right-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .form .right-icon {
    width: 60px;
    height: auto;
  }
}
.form .left-details {
  background: #ecf7ef;
  padding: 30px;
}
.form .left-details .map-img {
  width: 100%;
  height: 100%;
}
.form .right-details .btn {
  background: black;
  width: auto;
  font-size: 14px;
  color: white;
  padding: 9px 22px;
  margin-top: 20px;
}
.form .right-details .btn img {
  width: 11px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 6px;
}
.form .right-details .subtext {
  font-size: 19px;
}
.form .right-details label {
  padding: 8px 0px;
  font-size: 14px;
  font-weight: 500;
}
.form .right-details .form-control {
  font-size: 14px;
}
.form .right-details .form-control:focus {
  box-shadow: none;
}

.Top_footer {
  padding-top: 80px;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .Top_footer {
    padding-top: 30px;
  }
}
.Top_footer .logo {
  width: 140px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Top_footer .logo {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .Top_footer .footer_data1 {
    margin-bottom: 12px;
  }
}
.Top_footer .footer_data1 a {
  display: flex;
  color: black;
  font-size: 15px;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .Top_footer .footer_data1 a {
    font-size: 12px;
    margin: 5px 0;
  }
}
.Top_footer .footer_data1 .subtext {
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid gray;
  padding-bottom: 9px;
  margin-bottom: 16px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .Top_footer .footer_data1 .subtext {
    font-size: 15px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
}
.Top_footer .footer_data1 i {
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.Top_footer .card_1 {
  background-color: white;
  padding: 12px 12px 12px 12px;
  margin-top: 30px;
  height: 100%;
  display: grid;
  grid-template-columns: 80% 20%;
}
@media (max-width: 767px) {
  .Top_footer .card_1 {
    grid-template-columns: 70% 30%;
  }
}
.Top_footer .card_1 .iconfooter {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
  object-fit: contain;
  margin-bottom: 15px;
}
.Top_footer .card_1 .mapfooter {
  height: 100%;
  margin-bottom: 0;
  /* margin-left: 28px; */
  padding-left: 20px;
  width: 100%;
}
.Top_footer .card_1 p {
  margin-bottom: 0;
  width: 100%;
  font-size: 13px;
}
.Top_footer .card_1 p a {
  color: black;
}
@media (max-width: 767px) {
  .Top_footer .card_1 p {
    font-size: 12px;
  }
}
.Top_footer hr {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .Top_footer hr {
    margin-top: 50px;
  }
}
.Top_footer .bottom_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .Top_footer .bottom_footer {
    flex-direction: column;
  }
}
.Top_footer .bottom_footer p {
  font-size: 12px;
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Top_footer .bottom_footer p {
    margin-bottom: 10px;
    text-align: center;
  }
}
.Top_footer .bottom_footer a {
  font-size: 12px;
  color: black;
  opacity: 0.8;
  margin: 0 10px;
}
.Top_footer h4.subtext_small {
  font-size: 16px;
}

.banner_slider_paginaton .total_slide {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: gray;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.banner_slider_paginaton .current_slide {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.banner_slider_paginaton .slide_part {
  font-size: 14px;
  color: gray;
  margin: 0 10px;
}

.banner_right_slider {
  overflow: hidden;
}

.bannerslider .swiper-pagination {
  display: none;
}

.main_new_banner_slider {
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .main_new_banner_slider {
    margin-top: 50px;
  }
}
.main_new_banner_slider .new_slider_paginaton {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  margin-bottom: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .main_new_banner_slider .new_slider_paginaton {
    font-size: 10px;
    padding-left: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .main_new_banner_slider .new_slider_paginaton {
    font-size: 15px;
  }
}
.main_new_banner_slider .new_slider_paginaton .slide_part {
  width: 2px;
  background-color: rgba(204, 204, 204, 0.8);
  height: 73px;
  margin: 10px 0;
}

.serviceslider {
  cursor: url("../images/dargimg.png"), auto;
}
.serviceslider .swiper-wrapper {
  cursor: inherit !important;
}

section {
  overflow: hidden;
}

.top_social {
  background-color: #2ca54b;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .top_social {
    display: none;
  }
}
.top_social .right-side {
  display: flex;
  align-items: center;
}
.top_social .right-side a {
  font-size: 12px;
  color: white;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #ccc;
  padding-right: 7px;
  margin-right: 7px;
}
.top_social .right-side a i {
  font-size: 17px;
  margin-right: 7px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .top_social .right-side a {
    font-size: 14px;
  }
}
.top_social .social a {
  color: white;
  opacity: 1;
}
.top_social .social a i {
  font-size: 14px;
  margin: 5px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .top_social .social a i {
    font-size: 17px;
  }
}

.main_topbar {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 99;
  transition: transform 0.408s ease-out;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-down .main_topbar {
  transform: translate3d(-50%, -100%, 0);
  box-shadow: 0 0 24px 11px rgba(128, 128, 128, 0.1215686275);
}

.main_mobilemenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #121212;
  z-index: 999;
  top: 80px;
  top: 0;
  right: 0;
  padding: 30px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media (max-width: 1360px) {
  .main_mobilemenu {
    overflow-y: scroll;
  }
}
.main_mobilemenu.show {
  transform: scaleX(1);
}
.main_mobilemenu .manu_top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.8);
  opacity: 0;
}
.main_mobilemenu .manu_top_bar.animate__animated {
  animation-duration: 0.8s;
  animation-delay: 0.5s;
}
.main_mobilemenu .manu_top_bar img {
  width: 100px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .main_mobilemenu .manu_top_bar img {
    width: 135px;
  }
}
.main_mobilemenu .manu_top_bar i {
  font-size: 19px;
  color: white;
}
.main_mobilemenu .main_sublink_box {
  background-color: #1c1c1c;
  margin-top: 30px;
  border-radius: 17px;
  padding: 20px;
}
.main_mobilemenu .main_sublink_box.main_box2 {
  background: transparent;
}
@media (max-width: 767px) {
  .main_mobilemenu .main_sublink_box.main_box2 {
    margin-top: 0px;
  }
}
.main_mobilemenu .main_sublink_box .main_menu_title_link {
  font-family: "Clash Display";
  font-size: 33px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 2.2px;
  position: relative;
}
@media (max-width: 991px) {
  .main_mobilemenu .main_sublink_box .main_menu_title_link {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main_mobilemenu .main_sublink_box .main_menu_title_link {
    font-size: 25px;
  }
}
.main_mobilemenu .main_sublink_box .main_menu_title_link::after {
  border-bottom: 2px solid #2ca54b;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  display: block;
}
.main_mobilemenu .mobilemenu_link {
  display: flex;
  flex-direction: column;
}
.main_mobilemenu .mobilemenu_link.social_media a {
  color: white;
  opacity: 9999;
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin-right: 14px;
  border: 1px solid lightgray;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main_mobilemenu .mobilemenu_link.social_media a {
    width: 30px;
    height: 30px;
    font-size: 13px;
    margin-right: 12px;
  }
}
.main_mobilemenu .mobilemenu_link a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6509803922);
  margin-bottom: 8px;
  opacity: 1;
}
.main_mobilemenu .mobilemenu_link a:hover {
  color: white;
}
@media (max-width: 991px) {
  .main_mobilemenu .mobilemenu_link a {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .main_mobilemenu .mobilemenu_link a {
    font-size: 17px;
  }
}
.main_mobilemenu .bottom_para {
  text-align: center;
  color: white;
  border-top: 1px solid rgba(120, 120, 120, 0.8);
  padding: 12px;
  padding-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .main_mobilemenu .bottom_para {
    margin: 0;
  }
}
.main_mobilemenu .bottom_para p {
  font-size: 11px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6509803922);
  font-weight: 400;
}

.About_us_banner {
  padding: 80px 0;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .About_us_banner {
    padding: 30px 0;
    padding-top: 100px;
  }
}
.About_us_banner .side-img {
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.About_us_banner a {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .About_us_banner a {
    flex-direction: row;
    align-items: center;
  }
}
.About_us_banner a img {
  width: 40px;
  height: auto;
  border: 1px solid #121212;
  padding: 11px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .About_us_banner a img {
    width: 30px;
    height: 30px;
    padding: 8px;
    margin-left: 10px;
  }
}
.About_us_banner a span {
  color: black;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .About_us_banner a span {
    font-size: 12px;
  }
}
.About_us_banner .center-img {
  width: 100%;
  height: 100%;
}

.About_us_data {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .About_us_data {
    padding: 30px 0;
  }
}
.About_us_data .left-side img {
  width: 100%;
  height: 100%;
}
.About_us_data .star-icon {
  width: 30px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.About_us_data span {
  font-size: 14px;
  font-weight: 500;
}
.About_us_data .right-side hr {
  border: 1px dashed black;
  background: none;
  margin: 2rem 0;
}
.About_us_data .bottom_total {
  display: flex;
  margin-top: 12px;
}
.About_us_data .bottom_total .subtext {
  font-size: 35px;
}
@media (max-width: 767px) {
  .About_us_data .bottom_total .subtext {
    font-size: 30px;
    margin-bottom: 2px;
  }
}
.About_us_data .bottom_total .b_right {
  border-right: 1px solid lightgray;
  padding: 0 10px;
}
.About_us_data .bottom_total .b_right:nth-child(1) {
  padding-left: 0 !important;
}

.MISSION_VISION {
  padding: 80px 0;
  background: #ecf7ef;
}
@media (max-width: 767px) {
  .MISSION_VISION {
    padding: 30px 0;
  }
}
.MISSION_VISION img {
  width: 100%;
  height: 100%;
}
.MISSION_VISION .text_details {
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MISSION_VISION .details {
  padding: 20px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .MISSION_VISION .details {
    padding: 26px;
  }
}
.MISSION_VISION .details .subtext {
  font-size: 17px;
  font-weight: 600;
}

.MEET_THE_TEAM {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .MEET_THE_TEAM {
    padding: 30px 0;
  }
}
.MEET_THE_TEAM .first_card {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.MEET_THE_TEAM .details_Team {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .MEET_THE_TEAM .details_Team {
    margin-top: 20px;
  }
}
.MEET_THE_TEAM .details_Team .left-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: center;
}
.MEET_THE_TEAM .details_Team .right-side {
  background: #f5f5f5;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .MEET_THE_TEAM .details_Team .right-side {
    padding: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .MEET_THE_TEAM .details_Team .right-side {
    padding: 15px;
  }
}
.MEET_THE_TEAM .details_Team .right-side a {
  color: #31c290;
  border: 1px solid #31c290;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}
@media (max-width: 991px) {
  .MEET_THE_TEAM .details_Team .right-side a {
    width: 28px;
    height: 28px;
  }
}
.MEET_THE_TEAM .details_Team .right-side .subtext {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
  position: relative;
}
.MEET_THE_TEAM .details_Team .right-side .subtext::after {
  position: absolute;
  top: -6px;
  left: 0;
  content: "";
  border-top: 4px solid #31c290;
  width: 34px;
  height: 100%;
}
@media (max-width: 991px) {
  .MEET_THE_TEAM .details_Team .right-side .subtext {
    font-size: 14px;
  }
}
.MEET_THE_TEAM .details_Team .right-side .bg_icon {
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .MEET_THE_TEAM .details_Team .right-side .bg_icon {
    width: 100%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .MEET_THE_TEAM .details_Team .right-side .bg_icon {
    width: 100%;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.How_we_work {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .How_we_work {
    padding: 30px 0;
  }
}
.How_we_work .container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 95%;
  width: 100%;
  margin: 0 0 0 auto;
}
.How_we_work .subtext {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .How_we_work .subtext {
    font-size: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .How_we_work .subtext {
    margin-top: 8px;
  }
}
.How_we_work .formatedetails {
  padding: 0 20px;
  position: relative;
  margin-bottom: 15px;
}
.How_we_work .formatedetails .dots {
  width: 6px;
  height: 6px;
  background-color: #121212;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.How_we_work .data1 {
  border-top: 1px solid #cecece;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.How_we_work .count {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: white;
  border: 1px solid rgba(204, 204, 204, 0.8);
  position: absolute;
  top: -15px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .How_we_work .count {
    width: 40px;
    height: 40px;
    top: -23px;
  }
}

.Why_us {
  padding: 80px 0;
  background: #ecf7ef;
  position: relative;
}
.Why_us .bg_img {
  position: absolute;
  top: 20%;
  right: 42%;
  width: 230px;
  height: auto;
}
@media (max-width: 767px) {
  .Why_us {
    padding: 30px 0;
  }
}
.Why_us .right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 767px) {
  .Why_us .main_data {
    display: flex;
    gap: 20px;
  }
}
.Why_us .card_data {
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  height: auto;
  position: relative;
}
.Why_us .card_data img {
  width: auto;
  height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .Why_us .card_data img {
    width: auto;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.Why_us .card_data h4.subtext_small {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .Why_us .card_data h4.subtext_small {
    font-size: 13px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .Why_us .card_data h4.subtext_small {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 33px;
  }
}
.Why_us .data2 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .Why_us .data2 {
    margin-top: 20px;
  }
}
.Why_us .data3 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .Why_us .data3 {
    margin-top: 20px;
  }
}

.Product {
  padding: 40px 0;
  background: #ecf7ef;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .Product {
    padding: 20px 0;
    padding-top: 100px;
  }
}
.Product .headingtitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 54px;
  font-family: "Clash Display";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Product .headingtitle {
    font-size: 35px;
    line-height: 42px;
  }
}
.Product .right-side .side-img {
  width: 100%;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .Product .right-side .side-img {
    height: 90px;
  }
}

.Product_data {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .Product_data {
    padding-bottom: 30px;
  }
}
.Product_data li.breadcrumb-item {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.Product_data li.breadcrumb-item a {
  color: gray;
}
@media (max-width: 767px) {
  .Product_data li.breadcrumb-item {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .Product_data li.breadcrumb-item {
    font-size: 12px;
  }
}
.Product_data .sensing_Products .maindata1 {
  background-color: rgba(84, 83, 84, 0.0392156863);
  border: 1px solid lightgray;
  height: 100%;
}
.Product_data .sensing_Products .maindata1 .left-side {
  padding: 20px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .Product_data .sensing_Products .maindata1 .left-side {
    padding: 12px 12px 12px 12px;
  }
}
@media (min-width: 768px) {
  .Product_data .sensing_Products .maindata1 .left-side {
    align-items: baseline;
  }
}
.Product_data .sensing_Products .maindata1 .left-side .subtext {
  font-size: 17px;
  line-height: 22px;
}
.Product_data .sensing_Products .maindata1 .left-side .main-img {
  width: auto;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .Product_data .sensing_Products .maindata1 .left-side .main-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .Product_data .sensing_Products .maindata1 .left-side .main-img {
    width: auto;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.Product_data .sensing_Products .maindata1 .right-side {
  border-left: 1px solid lightgray;
  height: 100%;
  padding: 20px 10px 14px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(84, 83, 84, 0.0392156863);
}
@media (max-width: 575px) {
  .Product_data .sensing_Products .maindata1 .right-side {
    padding: 12px 12px 12px 12px;
    display: flex;
    flex-direction: row;
    border-left: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Product_data .sensing_Products .maindata1 .right-side {
    padding: 20px 10px 14px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Product_data .sensing_Products .maindata1 .right-side {
    padding: 20px 10px 14px 10px;
    border-left: none;
    display: flex;
    flex-direction: row;
  }
}
.Product_data .sensing_Products .maindata1 .right-side h4.subtext_small {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Product_data .sensing_Products .maindata1 .right-side h4.subtext_small {
    font-size: 14px;
  }
}
.Product_data .sensing_Products .maindata1 .right-side h4.subtext_small span {
  margin-top: 5px;
  font-weight: 600;
  word-break: break-all;
  color: #212529;
}
.Product_data .sensing_Products .maindata1 .right-side h4.subtext_small span a {
  color: #212529;
}
.Product_data .sensing_Products .maindata1 .right-side .view_Detaills {
  display: flex;
  flex-direction: column;
}
.Product_data .sensing_Products .maindata1 .right-side .view_Detaills a {
  background: white;
  color: black;
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin: 5px 0px;
  padding: 8px 8px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .Product_data .sensing_Products .maindata1 .right-side .view_Detaills a {
    font-size: 10px;
    padding: 8px 6px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Product_data .sensing_Products .maindata1 .right-side .view_Detaills a {
    font-size: 14px;
  }
}
.Product_data .sensing_Products .maindata1 .right-side .view_Detaills a img {
  width: 12px;
  height: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .Product_data .sensing_Products .maindata1 .right-side .view_Detaills a img {
    width: 10px;
  }
}

.maincategories_page {
  background-color: #121212;
  padding: 80px 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .maincategories_page {
    padding: 30px 0;
  }
}
.maincategories_page a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #4c4c4c;
  padding: 14px 24px;
  color: white;
}
@media (max-width: 767px) {
  .maincategories_page a {
    padding: 10px 14px;
    margin: 8px 0;
  }
}
.maincategories_page a span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Clash Display";
}
@media (max-width: 767px) {
  .maincategories_page a span {
    font-size: 16px;
  }
}
.maincategories_page a img {
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .maincategories_page a img {
    width: 14px;
  }
}
.maincategories_page .bg_change {
  background-color: rgba(255, 255, 255, 0.2);
}

.ProductDetail {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .ProductDetail {
    padding-bottom: 30px;
    padding-top: 100px;
  }
}
.ProductDetail .subtext {
  font-size: 20px;
  font-weight: 500;
}
.ProductDetail li.breadcrumb-item {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.ProductDetail li.breadcrumb-item a {
  color: gray;
}
@media (max-width: 767px) {
  .ProductDetail li.breadcrumb-item {
    font-size: 12px;
  }
}
.ProductDetail .left-details {
  width: 100%;
  height: 100%;
}
.ProductDetail .left-details .First_tab {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background-color: rgba(128, 128, 128, 0.168627451);
}
@media (max-width: 575px) {
  .ProductDetail .left-details .First_tab {
    width: 100%;
    height: 290px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .left-details .First_tab {
    width: 100%;
    height: 560px;
  }
}
.ProductDetail .left-details .img_producto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out;
}
.ProductDetail .left-details .img_producto img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ProductDetail .left-details .img2 {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid lightgray;
  padding: 6px;
  background: rgba(84, 83, 84, 0.0392156863);
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .left-details .img2 {
    width: 70px;
    height: 70px;
  }
}
.ProductDetail .left-details .nav-link {
  padding: 0;
}
.ProductDetail .left-details li.nav-item {
  margin-right: 1vw;
  margin-top: 1vw;
}
.ProductDetail .left-details .nav-pills .nav-link.active,
.ProductDetail .left-details .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent !important;
  border-radius: 0;
  padding: 0;
}
.ProductDetail .right-details p {
  border-bottom: 1px solid lightgray;
  padding: 20px 0;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .right-details p {
    font-size: 17px;
    padding: 19px 0 35px 0;
  }
}
.ProductDetail .right-details .category-img {
  width: 40px;
  height: 40px;
  background: rgba(44, 165, 75, 0.0901960784);
  padding: 9px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .right-details .category-img {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}
.ProductDetail .right-details span {
  font-size: 15px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .right-details span {
    font-size: 16px;
  }
}
.ProductDetail .right-details h4.subtext_small {
  font-size: 14px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .right-details h4.subtext_small {
    font-size: 17px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .right-details .subtext {
    font-size: 25px;
  }
}
.ProductDetail .right-details button {
  background: black;
  color: white;
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 20px;
}
.ProductDetail .right-details button img {
  width: 11px;
  height: auto;
  margin-left: 7px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .ProductDetail .right-details button {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  .ProductDetail .col-xl-5 {
    flex: 0 0 auto;
    width: 46.666667%;
  }
}

.Description {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .Description {
    margin: 0 0 30px 0;
  }
}
.Description p {
  font-size: 12px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Description p {
    font-size: 17px;
  }
}
.Description .left-side {
  background-color: rgba(44, 165, 75, 0.0901960784);
  padding: 24px;
}
@media (max-width: 767px) {
  .Description .left-side {
    padding: 16px;
  }
}
.Description .data1 {
  background-color: #f8f8f8;
  padding: 24px;
}
@media (max-width: 767px) {
  .Description .data1 {
    padding: 16px;
  }
}
.Description .data1 .para1 {
  padding: 6px 0;
}
.Description .subtext {
  font-family: "Clash Display";
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Description .subtext {
    font-size: 25px;
  }
}
@media (min-width: 991px) {
  .Description .col-xl-5 {
    flex: 0 0 auto;
    width: 46.666667%;
  }
}

.Suggestion {
  background-color: #121212;
  color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .Suggestion {
    padding: 30px 0;
  }
}
.Suggestion .First_card {
  background: rgba(38, 38, 38, 0.2);
  border: 1px solid #4c4c4c;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .Suggestion .First_card {
    padding: 16px;
  }
}
.Suggestion .First_card .control-system-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1;
  margin: 15px 0;
}
.Suggestion .First_card h4.subtext_small {
  font-size: 17px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Suggestion .First_card h4.subtext_small {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .Suggestion .First_card h4.subtext_small {
    font-size: 20px;
    line-height: 26px;
  }
}
.Suggestion .First_card .arrow_icon a {
  position: absolute;
  left: 50%;
  bottom: -54px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: white;
  padding: 0.75rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Suggestion .First_card:hover .arrow_icon a {
  opacity: 1;
  bottom: -21px;
}

.product_Categories {
  padding: 40px 0;
  background: #ecf7ef;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .product_Categories {
    padding: 20px 0;
    padding-top: 100px;
  }
}
.product_Categories .headingtitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 54px;
  font-family: "Clash Display";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product_Categories .headingtitle {
    font-size: 35px;
    line-height: 42px;
  }
}
.product_Categories .right-side .side-img {
  width: 100%;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .product_Categories .right-side .side-img {
    height: 90px;
  }
}

.main_Product_category {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .main_Product_category {
    padding-bottom: 30px;
  }
}
.main_Product_category li.breadcrumb-item {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.main_Product_category li.breadcrumb-item a {
  color: gray;
}
@media (max-width: 767px) {
  .main_Product_category li.breadcrumb-item {
    font-size: 12px;
  }
}
.main_Product_category img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_Product_category h4.subtext_small {
  font-size: 16px;
  margin-bottom: 3px;
  color: #212529;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .main_Product_category h4.subtext_small {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #212529;
  }
}
.main_Product_category span {
  font-size: 14px;
  color: #212529;
}

.Categories {
  padding: 40px 0;
  background: #ecf7ef;
  position: relative;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .Categories {
    padding: 20px 0;
    padding-top: 100px;
  }
}
.Categories .headingtitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 54px;
  font-family: "Clash Display";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Categories .headingtitle {
    font-size: 35px;
    line-height: 42px;
  }
}
.Categories .right-side .side-img {
  width: 100%;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .Categories .right-side .side-img {
    height: 90px;
  }
}

.Categories_data {
  padding: 30px 0;
}
.Categories_data li.breadcrumb-item {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.Categories_data li.breadcrumb-item a {
  color: gray;
}
@media (max-width: 767px) {
  .Categories_data li.breadcrumb-item {
    font-size: 12px;
  }
}
.Categories_data .card_main {
  background-color: rgba(84, 83, 84, 0.0392156863);
  padding: 16px;
  border: 1px solid rgba(76, 76, 76, 0.2);
  margin: 14px 0;
}
@media (max-width: 767px) {
  .Categories_data .card_main {
    margin: 8px 0;
  }
}
.Categories_data .card_main .categories_img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.Categories_data .card_main .mainbtn {
  background: white;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 20px;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Categories_data .card_main .mainbtn {
    padding: 5px 15px;
  }
}
.Categories_data .card_main .subtext {
  font-size: 17px;
  margin-bottom: 0;
  color: #212529;
}
@media (max-width: 991px) {
  .Categories_data .card_main .subtext {
    font-size: 15px;
  }
}
.Categories_data .card_main span {
  font-size: 14px;
  color: #212529;
}
@media (max-width: 991px) {
  .Categories_data .card_main span {
    font-size: 13px;
  }
}
.Categories_data .card_main img {
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.maincategories_page {
  background-color: #121212;
  padding: 80px 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .maincategories_page {
    padding: 30px 0;
  }
}
.maincategories_page a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #4c4c4c;
  padding: 14px 24px;
  color: white;
}
@media (max-width: 767px) {
  .maincategories_page a {
    padding: 10px 14px;
    margin: 8px 0;
  }
}
.maincategories_page a span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Clash Display";
}
@media (max-width: 767px) {
  .maincategories_page a span {
    font-size: 16px;
  }
}
.maincategories_page a img {
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .maincategories_page a img {
    width: 14px;
  }
}
.maincategories_page .bg_change {
  background-color: rgba(255, 255, 255, 0.2);
}

.Our_service {
  padding: 40px 0;
  padding-top: 150px;
  background: #ecf7ef;
  position: relative;
}
@media (max-width: 767px) {
  .Our_service {
    padding: 20px 0;
    padding-top: 100px;
  }
}
.Our_service .headingtitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 54px;
  font-family: "Clash Display";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Our_service .headingtitle {
    font-size: 35px;
    line-height: 42px;
  }
}
.Our_service .right-side .car-img {
  width: 100%;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.double-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.Service_Indroduction {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .Service_Indroduction {
    padding: 30px 0;
  }
}
.Service_Indroduction .mainleftside {
  position: sticky;
  top: 30px;
}
.Service_Indroduction .mainleftside .subtext {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Clash Display";
}
@media (max-width: 991px) {
  .Service_Indroduction .mainleftside .subtext {
    font-size: 17px;
  }
}
.Service_Indroduction .mainrightside {
  padding-left: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922);
  height: 100%;
}
@media (max-width: 767px) {
  .Service_Indroduction .mainrightside {
    padding-left: 12px;
    padding-top: 10px;
    border-left: none;
  }
}
.Service_Indroduction .mainrightside .Introduction_img1 {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .Service_Indroduction .mainrightside .Introduction_img1 {
    width: 100%;
    height: 100%;
  }
}
.Service_Indroduction .mainrightside .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.Service_Indroduction .mainrightside span {
  font-weight: 500;
}
.Service_Indroduction .mainrightside .formatedetails {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.Service_Indroduction .mainrightside .formatedetails .dots {
  width: 6px;
  height: 6px;
  background-color: #121212;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.Service_Indroduction .mainrightside .subtext {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .Service_Indroduction .mainrightside .subtext {
    font-size: 15px;
    line-height: 22px;
  }
}

.service_List {
  padding: 40px 0;
  padding-top: 150px;
  background: #ecf7ef;
  position: relative;
}
@media (max-width: 767px) {
  .service_List {
    padding: 20px 0;
    padding-top: 100px;
  }
}
.service_List .headingtitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 54px;
  font-family: "Clash Display";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .service_List .headingtitle {
    font-size: 35px;
    line-height: 42px;
  }
}
.service_List .right-side .side-img {
  width: 100%;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .service_List .right-side .side-img {
    height: 90px;
  }
}

.service_img1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_list {
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .main_list .col-md-5 {
    flex: 0 0 auto;
    width: 46%;
  }
}
.main_list a {
  color: black;
  font-size: 14px;
  display: flex;
  align-items: baseline;
  font-weight: 600;
}
@media (max-width: 767px) {
  .main_list a {
    font-size: 12px;
  }
}
.main_list a span {
  text-decoration: underline;
}
.main_list a img {
  width: 10px;
  height: auto;
  margin-left: 5px;
}
.main_list .icon_small {
  width: 115px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .main_list .icon_small {
    width: 50px;
    margin-top: 15px;
  }
}
.main_list .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main_list .details h4.subtext_small {
  font-size: 22px;
}
.main_list .list1 {
  padding: 80px 0;
  background-color: white;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.main_list .list1:nth-child(even) .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .main_list .list1:nth-child(even) .row {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .main_list .list1 {
    padding: 30px 0;
  }
}
.main_list .list1.list_bg {
  background-color: #f7f7f7;
}

.main_side_link_contenr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 115px);
  position: relative;
}
@media (max-width: 767px) {
  .main_side_link_contenr {
    height: auto;
  }
}

.main_horizontal {
  background: #ecf7ef;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .main_horizontal {
    padding: 30px 0;
  }
}
.main_horizontal .swiper-wrapper {
  transition-timing-function: linear !important;
}
.main_horizontal .swiper {
  width: 100%;
  height: 100%;
}
.main_horizontal img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: all 0.5s;
  aspect-ratio: 16/9;
}
.main_horizontal img:hover {
  filter: grayscale(0);
}

.bread_main {
  background: #ecf7ef;
  height: 250px;
  margin-top: 102px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .bread_main {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .bread_main {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .bread_main {
    height: 180px;
  }
}
.bread_main .main {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bread_main .main h1 {
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .bread_main .main h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bread_main .main h1 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .bread_main .main h1 {
    font-size: 20px;
  }
}
.bread_main .main .breadcrumb-item a {
  color: #000;
}
.bread_main .main .breadcrumb-item.active {
  color: #d22d2a;
}

.input-box {
  position: relative;
  height: 45px;
  max-width: 500px;
  width: 100%;
  background: #fff;
  margin: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input-box i {
  left: 15px;
  font-size: 20px;
  color: #2ca54b;
}

.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 50px;
  background-color: transparent;
}

.input-box .button {
  right: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 6px;
  background-color: black;
  cursor: pointer;
}

.input-box .button.clicked {
  transform: translateY(-50%) scale(0.98);
}

@media screen and (max-width: 500px) {
  .input-box {
    height: 35px;
    margin: 0 8px;
    width: 288px;
    margin-bottom: 20px;
  }
  .input-box i {
    left: 12px;
    font-size: 16px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 3px;
  }
}
.ourkey {
  padding: 80px 0;
}
@media (max-width: 575px) {
  .ourkey {
    padding: 50px 0;
  }
}
.ourkey .slick-dots {
  bottom: -15px !important;
}
.ourkey .title-new {
  font-size: 30px;
  color: #121212;
  font-weight: 700;
}
.ourkey .title-new span {
  color: #436df3;
}
.ourkey .content-new {
  color: #121212;
  opacity: 0.7;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 38px;
}
.ourkey .section-title span {
  position: relative;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 30px;
  color: #ce2829;
  font-weight: 500;
  padding-left: 10px;
}
.ourkey .section-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 30px;
  left: 0px;
  background: var(--red);
  opacity: 0.1;
}
.ourkey .ourkey-main {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 10px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ourkey .ourkey-main .key-img img {
  width: 53px;
  height: 53px;
}
@media (max-width: 575px) {
  .ourkey .ourkey-main .key-img img {
    width: 60px;
    height: 56px;
  }
}
.ourkey .ourkey-main h2 {
  font-size: 19px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .ourkey .ourkey-main h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.ourkey .ourkey-main p {
  width: 80%;
  font-size: 14px;
  color: #171717;
  margin-bottom: 0;
  opacity: 0.7;
  line-height: 22px;
}
@media (max-width: 991px) {
  .ourkey .ourkey-main p {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .ourkey .ourkey-main p {
    font-size: 13px;
  }
}

.ourkey.job .job_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .ourkey.job .job_box {
    flex-wrap: wrap;
  }
}
.ourkey.job .job_box .bottom-u-details {
  width: 48%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1230px) {
  .ourkey.job .job_box .bottom-u-details {
    width: 48% !important;
  }
}
.ourkey.job .job_box .bottom-u-details .u-date {
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  line-height: 16px;
  height: 32px;
}
.ourkey.job .job_box .u-date.new {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f7fc;
  border: 1px solid #cedff4;
  border-radius: 5px;
  opacity: 1;
}
.ourkey.job .job_box .u-date.new span {
  margin-top: 5px;
  font-weight: 500;
  height: 32px;
  display: flex;
  align-items: center;
}
.ourkey.job h2 {
  font-weight: 700;
}
.ourkey.job .u-date {
  display: flex;
  width: 100%;
  overflow: hidden;
  word-break: break-word;
  align-items: center;
}
.ourkey.job .u-date img {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ourkey.job .u-date span svg {
  margin-right: 3px;
}

#job-apply {
  z-index: 999999999;
}
#job-apply .commontitle p {
  color: rgb(173, 123, 97);
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 17px;
  font-weight: 600;
}
#job-apply .contantdetailabout p {
  font-size: 28px;
  width: 80%;
  color: #000;
  line-height: 45px;
  font-weight: bold;
}
#job-apply .mainbtnreadmorenew {
  display: inline-flex;
}
#job-apply .fa-solid.fa-xmark::before {
  display: none;
}
#job-apply .form-check {
  display: flex;
}
#job-apply .form-check .form-check-input {
  float: left;
  margin-left: -18px;
}
#job-apply .form-check .form-check-label {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  width: 80%;
}
#job-apply .checkboxedit {
  border-color: #3f9a50;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  border-radius: 50px !important;
}
#job-apply .checkboxedit:checked {
  background-color: #3f9a50;
  border-color: #3f9a50;
}

.ourkey-main .u-date.title {
  color: #000;
  font-weight: 500;
  opacity: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  padding-bottom: 0 !important;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
}
.ourkey-main .bottom-u-details {
  padding: 8px 5px;
  text-align: center;
  font-size: 12px;
  background-color: rgba(237, 247, 239, 0.4392156863);
  border: 1px solid rgba(64, 166, 81, 0.1882352941);
  border-radius: 5px;
  font-weight: 500;
  margin-top: 10px;
}
.ourkey-main .bottom-u-details .u-date {
  font-size: 13px;
}

.ourkey.job ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.ourkey.job ul li {
  background: #f3f3f3;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 5px 0;
  margin-right: 5px;
}
.ourkey.job .jobcontentboxes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .ourkey.job .jobcontentboxes {
    margin-top: 15px;
    height: auto;
  }
}
.ourkey.job .jobcontentboxes .jobcontentboxesimg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
}
.ourkey.job .jobcontentboxes .jobcontentboxesimg img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  filter: grayscale(19);
  -o-object-fit: contain;
     object-fit: contain;
}
.ourkey.job .jobcontentboxes .totalopeningtext {
  width: 100%;
  font-size: 12px !important;
  color: #171717 !important;
  margin-bottom: 0 !important;
  line-height: 18px !important;
}
.ourkey.job .jobcontentboxes .textjobdboxtitle p {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  opacity: 1;
}
.ourkey.job .jobcontentboxes .totalopeningtext {
  color: #787878;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 500;
}

.main-right {
  background: #f7f7f7;
  height: auto;
  border-radius: 20px;
  padding: 20px;
}
.main-right .share-text {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 15px;
}
.main-right .jobcontentboxes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .main-right .jobcontentboxes {
    margin-top: 15px;
    height: auto;
  }
}
.main-right .jobcontentboxes .jobcontentboxesimg img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  filter: grayscale(19);
  -o-object-fit: contain;
     object-fit: contain;
}
.main-right .jobcontentboxes .textjobdboxtitle p {
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
  font-weight: 500;
}
.main-right .jobcontentboxes .totalopeningtext {
  color: #787878;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 500;
}

.share-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.share-icon .share-img {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-icon .share-img i {
  color: #0f7af9;
}
.share-icon .jobcontentboxesimg {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-btn {
  margin-top: 12px;
}

.job_main {
  padding: 20px 0;
  background: #121212;
}
.job_main .job_info {
  padding: 40px 0;
}
.job_main .job_info .card {
  border: none;
  border-radius: 15px;
  display: flex;
  height: 100%;
  align-items: baseline;
  background: rgba(38, 38, 38, 0.2);
  border: 1px solid #4c4c4c;
}
.job_main .job_info .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.job_main .job_info .card .card-body .card-details {
  font-size: 14px;
  color: #a3a3a3;
}
.job_main .job_info .card .card-body .card-img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.job_main .job_info .card .card-body .card-img .img {
  width: 100%;
  height: 40px;
  margin-right: 15px;
  max-width: 40px;
}
@media (max-width: 767px) {
  .job_main .job_info .card .card-body .card-img .img {
    width: 100%;
    height: 55px;
    margin-right: 15px;
    max-width: 55px;
  }
}
.job_main .job_info .card .card-body .card-img .heading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.job_main .job_info .card .card-body h2 {
  font-size: 15px;
  margin-bottom: 0;
  color: white;
}
@media (max-width: 575px) {
  .job_main .job_info .card .card-body h2 {
    font-size: 13px;
  }
}
.job_main .job_info .card .card-body svg {
  height: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .job_main .job_info .card .card-body svg {
    width: 100%;
    height: 125px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.job_main .job_info ul {
  padding: 0;
  margin: 0;
}
.job_main .job_info ul li {
  font-size: 15px;
  color: #6c6c6c;
  display: flex;
  align-items: baseline;
}
.job_main .job-details h2 {
  font-size: 22px;
  font-weight: 600;
}

.about_us_top {
  background-color: #fcf2f2;
  padding: 80px 0;
  padding-top: 160px;
}
@media (max-width: 767px) {
  .about_us_top {
    padding: 100px 0;
    padding-bottom: 40px;
  }
}
.about_us_top .title-new {
  font-size: 30px;
  color: #121212;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about_us_top .title-new {
    font-size: 22px;
  }
}
.about_us_top .right_img {
  width: 100%;
}
.about_us_top .content-new {
  color: #121212;
  opacity: 0.7;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  margin-bottom: 7px;
}
.about_us_top .section-title span {
  position: relative;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 30px;
  color: #40a651;
  font-weight: 500;
  padding-left: 10px;
}
.about_us_top .section-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 30px;
  left: 0px;
  background: #40a651;
  opacity: 0.1;
}

.job-section .btn-primary,
.job-btn .btn-primary {
  background-color: #2ca54b;
  border: 1px solid #2ca54b;
}
.job-section .btn-primary:hover,
.job-btn .btn-primary:hover {
  background-color: #2ca54b;
  border: 1px solid #2ca54b;
}
.job-section .btn-primary:active,
.job-btn .btn-primary:active {
  background-color: #2ca54b;
  border: 1px solid #2ca54b;
}
.job-section .btn-primary:focus,
.job-btn .btn-primary:focus {
  background-color: #2ca54b;
  outline: none;
  box-shadow: none;
  border: 1px solid #2ca54b;
}
.job-section .btn-outline-primary,
.job-btn .btn-outline-primary {
  background-color: white;
  color: #2ca54b;
  border: 1px solid #2ca54b;
}
.job-section .btn-outline-primary:hover,
.job-btn .btn-outline-primary:hover {
  background-color: white;
  color: #2ca54b;
  border: 1px solid #2ca54b;
}
.job-section .btn-outline-primary:active,
.job-btn .btn-outline-primary:active {
  background-color: white;
  color: #2ca54b;
  border: 1px solid #2ca54b;
}
.job-section .btn-outline-primary:focus,
.job-btn .btn-outline-primary:focus {
  background-color: white;
  color: #2ca54b;
  border: 1px solid #2ca54b;
  outline: none;
  box-shadow: none;
}

.mobileserchicon {
  font-size: 20px;
}

.mobileserchcloseicon {
  font-size: 20px;
  display: none;
}

.linktree_main .main_bg_linktree {
  background-image: url("../../images/achivmentbg.webp");
  width: 100%;
  height: 100vh;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .linktree_main .main_bg_linktree {
    height: auto;
  }
}
.linktree_main .main_bg_linktree .content {
  width: 30%;
}
@media (max-width: 1366px) {
  .linktree_main .main_bg_linktree .content {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .linktree_main .main_bg_linktree .content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .linktree_main .main_bg_linktree .content {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .linktree_main .main_bg_linktree .content {
    width: 90%;
  }
}
.linktree_main .main_bg_linktree .content .profile_details {
  text-align: center;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.linktree_main .main_bg_linktree .content .profile_details img {
  width: 60px;
  margin: 0 auto;
  border-radius: 5px;
}
.linktree_main .main_bg_linktree .content .profile_details .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 8px;
}
.linktree_main .main_bg_linktree .content .profile_details .description {
  color: gray;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.linktree_main .main_bg_linktree .content .profile_details .tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.linktree_main .main_bg_linktree .content .profile_details .tags div {
  font-size: 11px;
  background-color: #f3f3f3;
  margin: 0 5px;
  padding: 3px 7px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #7c7c7c;
}
.linktree_main .main_bg_linktree .content .profile_details .social_links a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  border-radius: 71px;
  padding: 8px;
  margin-top: 10px;
  font-size: 14px;
  position: relative;
}
.linktree_main .main_bg_linktree .content .profile_details .social_links a i {
  font-size: 14px;
  position: absolute;
  right: 17px;
}
.linktree_main .main_bg_linktree .content .profile_details .social_links a img {
  width: 25px;
  margin: 0;
  margin-right: 10px;
}

.main_blog {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main_blog {
    padding: 40px 0;
  }
}
.main_blog .blog-details {
  background-color: #fdfdfd;
  height: 100%;
  box-shadow: 0 0 7px 0 #dbdbdb;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.main_blog .blog-details .blog-img {
  position: relative;
}
.main_blog .blog-details .blog-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: cover;
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
}
.main_blog .blog-details .blog-info {
  padding: 15px;
}
.main_blog .blog-details .blog-info .update {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #939393;
  font-weight: 500;
  margin-bottom: 10px;
}
.main_blog .blog-details .blog-info .update i {
  font-size: 17px;
  margin-right: 5px;
}
.main_blog .blog-details .blog-info h2 {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
}
.main_blog .blog-details .blog-info a {
  color: #2ca54b;
  font-size: 15px;
  font-weight: 500;
}
.main_blog .blog-details .blog-info a i {
  font-size: 12px;
  margin-left: 5px;
}

.blog_details {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .blog_details {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
.blog_details li.breadcrumb-item {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.blog_details li.breadcrumb-item a {
  color: gray;
}
@media (max-width: 767px) {
  .blog_details li.breadcrumb-item {
    font-size: 12px;
  }
}
.blog_details h1 {
  text-transform: capitalize;
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 46px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog_details img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.blog_details .auther_name {
  display: flex;
  align-items: center;
}
.blog_details .auther_name i {
  color: gray;
  font-size: 17px;
  margin-right: 5px;
}
.blog_details .auther_name p {
  font-size: 14px;
  color: gray;
  margin: 0;
}
.blog_details .blog_date {
  display: flex;
  align-items: center;
}
.blog_details .blog_date i {
  color: gray;
  font-size: 17px;
  margin-right: 5px;
}
.blog_details .blog_date p {
  font-size: 14px;
  color: gray;
  margin: 0;
}
.blog_details .dividernew {
  width: 5px;
  height: 5px;
  background-color: rgba(215, 8, 39, 0.4);
  border-radius: 50px;
  margin: 0 8px;
}
.blog_details p.main_description_blog {
  font-size: 14px;
  margin-bottom: 0;
  color: black;
  margin-top: 15px;
  line-height: 24px;
}
.blog_details .recents_blog_list {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 15px;
}
.blog_details .recents_blog_list .title_main_post {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
.blog_details .recents_blog_list .rp_card {
  display: flex;
  background-color: white;
  padding: 12px;
  border-radius: 5px;
}
.blog_details .recents_blog_list .rp_card img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 10px;
}
.blog_details .recents_blog_list .rp_card p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: black;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_details .recents_blog_list .rp_card a {
  color: #a09e9e;
  font-size: 13px;
}
.blog_details .recents_blog_list .rp_card a i {
  position: relative;
  top: 1px;
}

.never_miss_update {
  background-color: #ecf7ef;
  padding: 15px;
  border-radius: 15px;
}
.never_miss_update p.never_miss_title {
  font-size: 17px;
  color: #2ca54b;
  font-weight: 600;
  margin: 0;
}
.never_miss_update p.never_miss_title_d {
  color: gray;
  margin-top: 8px;
  margin-bottom: 0;
}
.never_miss_update input {
  border: 1px solid rgba(44, 165, 75, 0.1803921569);
  background-color: #ffffff;
  font-size: 13px;
  margin-top: 11px;
}
.never_miss_update input:focus, .never_miss_update input:active {
  border: 1px solid rgba(44, 165, 75, 0.1803921569);
  outline: 0;
  box-shadow: none;
}
.never_miss_update button {
  background-color: #2ca54b;
  border: 1px solid #2ca54b;
}
.never_miss_update button:hover {
  background-color: black;
  border: 1px solid black;
}

.stay_in_touch {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 15px;
}
.stay_in_touch p.stay_in_touch_title {
  color: black;
  font-weight: 600;
  font-size: 17px;
}
.stay_in_touch ul {
  display: flex;
  flex-wrap: wrap;
}
.stay_in_touch ul li {
  margin: 5px;
  font-size: 14px;
  background-color: #ebebeb;
  border-radius: 40px;
}
.stay_in_touch ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: black;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.pagging ul li a:hover {
  background: #2ca54b;
  color: white !important;
  border-color: #2ca54b;
}

.pagging ul li.active a {
  color: #fff;
  border-color: #2ca54b;
  background: #ffffff;
  color: #2ca54b;
}

@media (min-width: 576px) {
  .bolg_modal .modal-dialog {
    max-width: 350px;
  }
}
.bolg_modal .la-info-circle {
  font-size: 53px;
  margin-bottom: 20px;
}
.bolg_modal .main-body {
  text-align: center;
}
.bolg_modal .la-check-circle {
  font-size: 53px;
  margin-bottom: 20px;
  color: #20c997;
}
.bolg_modal .btn-close {
  font-size: 12px;
}
.bolg_modal .btn-close:focus, .bolg_modal .btn-close:active {
  border: none;
  box-shadow: none;
  outline: 0;
}
.bolg_modal .subtext {
  font-size: 19px;
  font-weight: 600;
}
.bolg_modal p {
  font-size: 14px;
}

.active_product {
  border-bottom: 3px solid #2ca54b !important;
}

img.nodatatextnew {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  img.nodatatextnew {
    width: 80%;
  }
}

.nodatamaindiv {
  margin-top: 150px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .nodatamaindiv {
    margin-top: 100px;
  }
}

#indiamap, #usamap {
  cursor: pointer;
}

.mainmapimg {
  position: relative;
  overflow: hidden;
}

.commonadd {
  font-size: 12px;
  width: 80%;
  background-color: white;
  padding: 13px;
  border-radius: 11px;
  position: absolute;
  transition: all 0.5s;
  bottom: 0;
}
.commonadd.indiaadd {
  left: 100%;
  transform: translateX(0);
}
.commonadd.usaadd {
  left: -100%;
  transform: translateX(0);
}
.commonadd i {
  font-size: 18px;
  color: #cccccc;
}
.commonadd a {
  color: #34a85e;
  font-weight: 500;
  font-size: 12px;
}
.commonadd p {
  color: gray;
  margin-bottom: 5px;
}
.commonadd .subtext {
  font-weight: 500;
  font-size: 16px;
}

.showindiaadd, .showusaadd {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.mainteamslider {
  padding-bottom: 60px;
}
.mainteamslider .swiper-pagination {
  display: flex;
  bottom: 0;
  top: inherit;
  justify-content: center;
}
.mainteamslider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #31c290;
}/*# sourceMappingURL=style.css.map */