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

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

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

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

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

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

.logo {
  height: 75px;
  width: 75px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 10px;
}

/* header section */
.hero_area {
  min-height: 100vh;
  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;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
  background-color: #ffffff;
}

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

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

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

.navbar-brand span {
  font-size: 18px;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

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

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

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

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

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

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

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

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

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #151515;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-right: 5px;
}

/* end header section */

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 75px 0;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85));
  -webkit-clip-path: polygon(0 0, 62% 0, 37% 100%, 0 100%);
  clip-path: polygon(0 0, 62% 0, 37% 100%, 0 100%);
}

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

.slider_section #customCarousel {
  width: 100%;
  z-index: 3;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.slider_section .detail-box p {
  margin: 15px 0 30px 0;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #1fab89;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #1fab89;
}

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

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

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

ul.list {
  list-style-type: square;
}

/* end slider section */

/* about section */
.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.about_section .img-box img {
  width: 100%;
  opacity: 0.9;
  display: flex;
}

.about_section .img-box img:hover {
  opacity: 1.0;
}

.about_section .col-md-6 {
  padding: 0;
}

.img-box img,
.img-box1 img {
  width: 100%;
  display: block;
}

.img-box,
.img-box1 {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(181, 243, 186, 0.5);
  border-radius: 50px 0 0 50px;
  margin: 50px 0 50px 65px;
}

.about_section .img-box1 img {
  width: 100%;
  opacity: 0.9;
}

.about_section .img-box1 img:hover {
  opacity: 1.0;
}

.about_section .img-box2 img {
  width: 100%;
  display: flex;
  height: 650px;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(182, 244, 252, 0.5);
  border-radius: 0 50px 50px 0;
  margin: 50px 65px 50px 0;
}

.center-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
  height: 275px;
  border-radius: 50%;
}

.container {
  position: relative;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  height: 10%;
  width: 10%;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
  height: 10%;
  width: 10%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10%;
  width: 10%;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  height: 10%;
  width: 10%;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  height: 10%;
  width: 10%;
}

.card1 {
  box-shadow: 0 4px 8px 0 rgba(28, 236, 28, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f3f8f3;
  margin-top: 35px;
  margin-right: 20px;
  font-style: italic;
  height: 300px;
  opacity: 0.9;
}

.heading_container1 {
  color: rgb(15, 133, 230);
}

.card1:hover {
  opacity: 1.0;
}

.card2 {
  box-shadow: 0 4px 8px 0 rgba(11, 51, 228, 0.2);
  padding: 16px;
  text-align: center;
  /* background-color: #75e1e9; */
  margin-top: 35px;
  height: 300px;
  font-style: italic;
  opacity: 0.9;
}

.card2:hover {
  opacity: 1.0;
}

.card3 {
  box-shadow: 0 4px 8px 0 rgba(11, 51, 228, 0.2);
  padding: 16px;
  text-align: center;
  /* background-color: #77d3c7;*/
  margin-top: 35px;
  margin-right: 20px;
  height: 300px;
  font-style: italic;
  opacity: 0.9;
}

.card3:hover {
  opacity: 1.0;
}

.card4 {
  box-shadow: 0 4px 8px 0 rgba(28, 236, 28, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #e7f2f5;
  margin-top: 35px;
  font-style: italic;
  height: 300px;
  opacity: 0.9;
}

.card4:hover {
  opacity: 1.0;
}

ul.list1 {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

ul.list1 li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

ul.list1 li::before {
  font-family: "FontAwesome";
  /*font-size: 14px;*/
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f058";
}

/*ul.list1 li i.fa-check-circle{display:none;}*/
.top-left1 {
  position: absolute;
  top: 35px;
  left: 16px;
  height: 10%;
  width: 10%;
  padding-left: 65px;
  margin-top: 35px;
}

.top-right1 {
  position: absolute;
  top: 35px;
  right: 16px;
  height: 10%;
  width: 10%;
  padding-right: 75px;
}

.bottom-left1 {
  position: absolute;
  bottom: 8px;
  left: 16px;
  height: 10%;
  width: 10%;
  padding-left: 65px;
  margin-bottom: 55px;
}

.bottom-right1 {
  position: absolute;
  bottom: 8px;
  right: 16px;
  height: 10%;
  width: 10%;
  padding-right: 100px;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 35px;
}

.about_section .detail-box a {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 45px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #1fab89;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-left: 30px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #1fab89;
}

.about_section .detail-box h2 {
  margin-left: 30px;
  margin-right: 15px;
  margin-top: 30px;
}

h3 {
  margin-left: 10px;
  margin-top: 15px;
}

p {
  margin-left: 10px;
}

/* end about section */

/* product section */
.heading_container2 {
  color: rgb(12, 224, 143);
}

ul.list2 {
  list-style-type: circle;
}

.product_section {
  background-color: #1fab89;
}

.product_section .heading_container {
  color: #ffffff;
}

.product_section .box {
  margin-top: 45px;
  background-color: #fefefe;
  padding: 25px;
  border-radius: 5px;
}

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

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.product_section .box .detail-box {
  margin-top: 15px;
}

.product_section .box .detail-box h5 {
  text-transform: uppercase;
  font-size: 18px;
}

.product_section .box .detail-box .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 80px;
  margin-left: 80px;
}

.product_section .box .detail-box .price_box a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #1fab89;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.product_section .box .detail-box .price_box a:hover {
  background-color: transparent;
  color: #1fab89;
}

/* image angles sliding */
.mySlides {
  display: none;
}

/* end image angles sliding */

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: #14b88f;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  z-index: 10;
  display: block;
}

/* end Close button */

/* product overlay */
.overlay3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  /* Align content panel to right */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;

}

/* Show overlay */
.overlay3.active {
  visibility: visible;
  opacity: 1;
}

/* Sliding panel */
.overlay3-content {
  background: white;
  width: 360px;
  height: 540px;
  /* full viewport height */
  padding: 20px 30px;
  box-sizing: border-box;
  box-shadow: -3px 0 15px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  /* Start off screen (to right) */
  transition: transform 0.3s ease;
  overflow-y: auto;
  /* Enable vertical scroll */
  position: relative;
  margin: 55px 10px;
  font-size: 13px;
  overflow-x: hidden;
}

/* Slide panel in when overlay active */
.overlay3.active .overlay3-content {
  transform: translateX(0);
}

/* end product overlay */

/* end produt section*/

/* client section */
.client_section {
  background: #1fab89;
  color: #ffffff;
}

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

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

.client_section .client_container .img-box {
  width: 145px;
}

.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .client_container .client_detail {
  border: 1px dashed #62d2a2;
  padding: 25px 20px;
  margin-bottom: 25px;
}

.client_section .client_container .client_detail p {
  margin: 0;
}

.client_section .client_container .name {
  margin-top: 25px;
}

.client_section .client_container .name h5 {
  text-transform: uppercase;
}

.client_section .client_container .name h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fafafa;
}

.client_section .client_container .name h6 img {
  margin-top: 5px;
}

.client_section .carousel-indicators {
  position: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .carousel-indicators li {
  margin: 3px;
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: #62d2a2;
  border-radius: 15px;
  background-clip: unset;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.client_section .carousel-indicators li.active {
  width: 45px;
}

/* end client section */

/* contact section */
.contact_section {
  position: relative;
}

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

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .map_container {
  height: 350px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

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

/* contact section */

/* info section */
.info_section {
  background-color: #062421;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  padding: 25px 0;
  text-align: center;
  /* flex-wrap: wrap;*/
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  text-decoration: none;
  flex: 1;
  display: flex;
  margin: 10px;
  min-width: 200px;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
  margin-bottom: 5px;
}

.info_section .contact_nav a:hover {
  color: #62d2a2;
}

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

.info_section .info_form_social_box .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  margin-top: 45px;
  padding: 20px 0;
  gap: 20px;
}

.info_section .info_form_social_box .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid #1fab89;
  color: #1fab89;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
  transition: 0.3s;
}

.info_section .info_form_social_box .social_box a:hover {
  color: #62d2a2;
  border-color: #62d2a2;
}

.social_box .fa {
  border: 1px solid;
  margin-left: 8px;
  padding: 15px;
  border-radius: 5px;
  color: #1fab89;
  justify-content: center;
  align-items: center;
}

.social_box .fa:hover {
  color: #e7e8e9;
}

.social_box {
  margin-left: 200px;
}

/* end info section */

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
  background-color: #062421;
  border-top: 1px solid #ffffff;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/* end footer section */

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


/*about section-2 #partners & colaborators*/
.slider1-wrapper {
  position: relative;
  width: 300px;
  height: 400px;
  margin: 2rem auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  background-color: #c1e7dc; 
}

.slider1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 1.2s ease;
}

.slide1 {
  flex: 0 0 100%;
}

.slide1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .5);
  color: #fff;
  border: none;
  padding: .35rem .7rem;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 6px;
  z-index: 2;
}

.arrow.up {
  top: 10px;
}

.arrow.down {
  bottom: 10px;
}

.arrow:hover {
  background: rgba(0, 0, 0, .7);
}

/* end about section-2 #partners & colaborators */


/* gallery section */
.gallery_section {
  background-color: #f4f5f4;
}

.gallery_section .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery_section .column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery_section .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.gallery_section .border-image {
  border: 1px solid #636369;
  border-radius: 6px;
  padding: 2px;
}
.gallery_section .column img:hover{
  -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
    box-shadow: 10px 10px 5px rgb(52, 53, 53) inset;
}
 
/* end gallery section */