@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.mobile-menu {
  background: #343434;
  width: 275px;
  height: 100%;
  position: fixed;
  z-index: 111111;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: translateX(275px);
  overflow: scroll;
  padding: 5px 0 50px;
}
.mobile-menu .mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  align-items: center;
  border-bottom: 1px solid #4aab78;
}
.mobile-menu .mobile-header p {
  text-transform: uppercase;
  color: #4aab78;
  font-weight: 600;
  margin: 0;
}
.mobile-menu .mobile-header i {
  color: #4aab78;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}
.mobile-menu .m_ul-menu {
  padding: 5px 10px;
}
.mobile-menu .m_ul-menu .menu-item {
  position: relative;
  border-bottom: 1px solid #4aab78;
}
.mobile-menu .m_ul-menu .menu-item a {
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  padding: 10px 0;
  letter-spacing: 1px;
  font-size: 14px;
}
.mobile-menu .m_ul-menu .menu-item .sub-menu {
  display: none;
  background: #4aab78;
  padding: 5px;
}
.mobile-menu .m_ul-menu .menu-item .sub-menu .sub-menu a {
  font-size: 12px;
}
.mobile-menu .m_ul-menu .menu-item .sub-menu > li {
  position: relative;
}
.mobile-menu .m_ul-menu .menu-item .sub-menu > li > a {
  color: #ffffff;
  font-size: 13px;
  padding: 5px;
}
.mobile-menu .m_ul-menu .menu-item .sub-menu > li:not(:last-child) a {
  border-bottom: 1px solid #4aab78;
}

:lang(fr) .main-nav .menu-item > a {
  font-size: 15px;
}
:lang(fr) .main-nav .menu-item.drop-caret > a::after {
  top: 4px;
}
:lang(fr) .main-nav .menu-item:not(:last-child) {
  margin-right: 15px;
}

:lang(de) .main-nav .menu-item > a {
  font-size: 15px;
}
:lang(de) .main-nav .menu-item:not(:last-child) {
  margin-right: 20px;
}

:lang(it) .main-nav .menu-item > a {
  font-size: 15px;
}
:lang(it) .main-nav .menu-item.drop-caret > a::after {
  top: 3px;
}
:lang(it) .main-nav .menu-item:not(:last-child) {
  margin-right: 15px;
}

:lang(es) .main-nav .menu-item > a {
  font-size: 15px;
}
:lang(es) .main-nav .menu-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1799.98px) {
  .main-nav .menu-item .sub-menu.mega-menu > li {
    width: 20%;
  }
}
@media (max-width: 1599.98px) {
  .main-nav .menu-item .sub-menu.mega-menu > li {
    width: 25%;
  }
}
@media (max-width: 1399.98px) {
  .main-nav .menu-item {
    /*
    &>a{
      font-size(17);
    }
    */
  }
  .main-nav .menu-item:not(:last-child) {
    margin-right: 35px;
  }
  :lang(fr) .main-nav .menu-item > a {
    font-size: 13px;
  }
  :lang(de) .main-nav .menu-item > a {
    font-size: 13px;
  }
  :lang(it) .main-nav .menu-item > a {
    font-size: 13px;
  }
  :lang(es) .main-nav .menu-item > a {
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .main-nav .menu-item > a {
    font-size: 12px;
  }
  .main-nav .menu-item.drop-caret > a::after {
    top: 1px;
  }
  .main-nav .menu-item .sub-menu.mega-menu > li {
    width: 33.33%;
  }
  :lang(fr) .main-nav .menu-item > a {
    font-size: 12px;
    padding-right: 12px;
  }
  :lang(fr) .main-nav .menu-item.drop-caret > a::after {
    top: 1px;
  }
  :lang(fr) .main-nav .menu-item:not(:last-child) {
    margin-right: 12px;
  }
  :lang(de) .main-nav .menu-item > a {
    font-size: 12px;
  }
  :lang(de) .main-nav .menu-item.drop-caret > a::after {
    top: 3px;
  }
  :lang(de) .main-nav .menu-item:not(:last-child) {
    margin-right: 15px;
  }
  :lang(it) .main-nav .menu-item > a {
    font-size: 12px;
    padding-right: 10px;
  }
  :lang(it) .main-nav .menu-item.drop-caret > a::after {
    font-size: 9px;
  }
  :lang(it) .main-nav .menu-item:not(:last-child) {
    margin-right: 10px;
  }
  :lang(es) .main-nav .menu-item > a {
    font-size: 12px;
  }
  :lang(es) .main-nav .menu-item.drop-caret > a::after {
    top: 3px;
  }
  :lang(es) .main-nav .menu-item:not(:last-child) {
    margin-right: 18px;
  }
}
body {
  font-family: "Poppins", serif;
  transition: all 0.3s ease;
  overflow: auto !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  font-weight: 400;
}

a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: all 0.48s;
}

.hidden {
  display: none;
}

.body_overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
}

.body_transform {
  transform: translateX(-275px);
}

.body_fixed {
  position: fixed !important;
}

.show-mobile-menu a {
  color: #4aab78;
  display: none;
}

.whatsapp-fixed-icon {
    position: fixed;
    bottom: 85px;
    left: 20px;
    z-index: 111;
}
.whatsapp-fixed-icon i {
    color: #ffffff;
    background: #25D366;
    font-size: 30px;
    font-size: 1.875rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.scroll_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
  background-color: #4aab78;
  font-size: 30px;
  font-size: 1.875rem;
  width: 50px;
  height: 50px;
  border: 1px solid #868686;
  border-radius: 50%;
}
.scroll_top i {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.min-menu {
  color: #000000;
  -webkit-transition: all 0.48s;
}
.min-menu:hover {
  color: #4aab78;
}

.search-box-desktop {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  max-width: 630px;
  width: 100%;
}

.search-box-desktop .search-input {
  background: #323232;
  outline: none;
  border: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 100px 0 20px;
  color: #ffffff;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 0;
}

.search-box-desktop .search-input::-moz-placeholder {
  color: #ffffff;
}

.search-box-desktop .search-input::placeholder {
  color: #ffffff;
}

.search-box-desktop .search-input:-webkit-autofill, .search-box-desktop .search-input:-webkit-autofill:hover, .search-box-desktop .search-input:-webkit-autofill:focus, .search-box-desktop .search-input:-webkit-autofill:active {
  -webkit-transition: background-color 5000000s ease-in-out 0s;
  transition: background-color 5000000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.search-box-desktop button {
  border: none;
  outline: none;
  position: absolute;
  right: 47px;
  top: 0;
  background: transparent;
  padding: 0;
  width: 45px;
  height: 100%;
}

.search-box-desktop button i {
  color: #ffffff;
}

.search-box-desktop .search-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header .task-bar {
  background: #f2f3f8;
  padding: 10px 8px;
}
header .task-bar .row {
  align-items: center;
}
header .task-bar .top-left p {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 400;
}
header .task-bar .top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .task-bar .top-right ul {
  display: flex;
}
header .task-bar .top-right ul li a {
  color: #2f2f2f;
  margin: 0 5px;
  display: inline-block;
}
header .task-bar .top-right ul li a:hover {
  color: #4aab78;
}
header .header_main {
  margin: 18px 0 0 0;
}
header .header_main .contact {
  display: flex;
  justify-content: end;
}
header .header_main .contact .m-b {
  margin-left: 30px;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
header .header_main .contact .phone {
  display: flex;
  align-items: center;
}
header .header_main .contact .phone .icon {
  margin-right: 15px;
}
header .header_main .contact .phone .icon i {
  color: #4aab78;
}
header .header_main .contact .phone .text h4, header .header_main .logo-main .contact .phone .text .h4 {
  font-size: 16px;
  font-weight: 500;
  color: #161616;
  margin: 0;
}
header .header_main .contact .phone .text p {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin: 0;
}
header .navigat {
  margin-top: 35px;
  background-color: #fff;
  box-shadow: 0 -9px 10px #f3f3f3;
}
header .navigat ul {
  display: flex;
  gap: 42px;
  padding: 18px 0 15px 0;
}

header .navigat ul li .min-menu {
    position: absolute;
    background-color: #ececec;
    padding: 12px 10px;
    display: block;
    width: 250px;
    z-index: 2;
    border-radius: 8px;
    margin-top: 8px;
    opacity: 0;
    z-index: 999;
    transform-origin: top;
    transform: rotateX(-90deg);
    -webkit-transition: all 0.48s;
    visibility: hidden;
}


header .navigat ul li {
   position:relative;
}
header .navigat ul li .min-menu li {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}
header .navigat ul li .min-menu li a {
    font-size: 14px;
color:#000;
}

header .navigat ul li:hover .min-menu {
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

header .navigat ul li a {
  color: #0c1f56;
  font-size: 14px;
  font-weight: 500;
}
header .navigat ul li a:hover {
  color: #4aab78;
}
header .navigat .srch {
  text-align: end;
display:flex;
align-items:center;
justify-content:end;
gap:12px;
}
header .navigat .srch button {
  background: none;
  border: 0;
  outline: 0;
  color: #4aab78;
  border-right: 1px solid #e7e7e7;
  padding: 18px 20px 10px 0;
}
header .navigat .srch button:hover {
  color: #000000;
}
header .navigat .srch a {
  color: #4aab78;
  padding: 0 10px;
}
header .navigat .srch a:hover {
  color: #000000;
}
header .navigat .srch .get-btn {
  color: #fff;
  font-size: 14px;
  background-color: #4aab78;
  margin-left: 12px;
  padding: 10px 30px;
  border-radius: 5px;
}
header .navigat .menu{
display:none;
}
header .navigat .srch .get-btn:hover {
  background-color: #000000;
  color: #fff;
}

.about {
  margin: 80px 0 0 0;
}
.about .about-img {
  overflow: hidden;
}
.about .about-img:hover img {
  -webkit-transform: scale(1.05);
}
.about .about-img img {
  -webkit-transition: all 0.8s linear;
}
.about .about-para {
  display: flex;
  gap: 20px;
  align-items: center;
}
.about .about-para p {
  font-size: 18px;
  font-weight: 300;
}
.about .min-para-2 {
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}
.about h3 {
  color: #4aab78;
  font-size: 125px;
  font-weight: 500;
  text-transform: uppercase;
}
.about h5 {
  font-size: 46px;
  font-weight: 500;
  color: #2f3034;
}
.about h4 {
  font-size: 65px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.about a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #4aab78;
  padding: 14px 40px;
  border-radius: 5px;
}
.about a:hover {
  background-color: #000000;
}

.web_head {
  font-size: 32px;
  font-weight: 500;
  color: #1a2940;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.cat_main {
  margin: 72px 0 0 0;
}
.cat_main .theme-container-fluid {
  padding: 0 90px;
}
.cat_main .cat-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.cat_main .cat-img img {
  -webkit-transition: all 0.48s linear;
}
.cat_main .cat-img:hover img {
  -webkit-transform: scale(1.02);
}
.cat_main .cat-img a {
  display: block;
}
.cat_main .cat-img .cat-text {
  background-color: #4aab78;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  bottom: 0px;
}
.cat_main .cat-img .cat-text h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.48s;
}
.cat_main .cat-img:hover::after {
  opacity: 1;
}
.cat_main .cat-img:hover h5 {
  opacity: 1;
}

.fea-prod {
  margin: 52px 0 0 0;
}
.fea-img {
  overflow: hidden;
  text-align: center;
  padding: 8px 10px;
  -webkit-transition: all 0.48s;
}
.fea-img .img-sec {
  border: 1px solid #dddddd;
  padding: 15px 0;
  -webkit-transition: all 0.48s;
}
.fea-img .fea-text {
  text-align: center;
  margin-top: 15px;
}
.fea-img .fea-text h6 {
  color: #1a2940;
  font-size: 16px;
  font-weight: 500;
}
.fea-img .fea-text p {
  font-size: 14px;
  color: #4aab78;
}
.fea-img img {
  -webkit-transition: all 0.8s linear;
}
.fea-img:hover .img-sec {
  border-color: #4aab78;
}
.fea-img:hover img {
  -webkit-transform: scale(1.04);
}
.fea-img .fea-btn {
  width: 100%;
  color: #fff;
  padding: 12px 0;
  border-radius: 6px;
  font-size: 18px;
  background-color: #2f2f2f;
  margin-top: 10px;
}
.fea-img .fea-btn:hover {
  color: #fff;
  background-color: #4aab78;
}

.catalog-main {
  margin: 80px 0 0 0;
}
.catalog-main .cata-img {
  position: relative;
}
.catalog-main .cata-img .cata-btn a {
  background-color: #4aab78;
  color: #fff;
  font-size: 15px;
  padding: 15px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  position: absolute;
  bottom: 77px;
  right: 38%;
}
.catalog-main .cata-img .cata-btn a:hover {
  background-color: #000000;
}

.latest {
  margin: 60px 0 0 0;
}

.cert-main {
  margin: 45px 0 0 0;
}
.cert-main .img img {
  width: auto;
}

.testimonial-area {
  background: url("../images/test-back.jpg") no-repeat center/cover;
  padding: 70px 0 90px 0;
  margin: 85px 0 0 0;
}
.testimonial-area .cont-left h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 52px;
  color: #fff;
}

.footer-main {
  background: url("../images/ft-back.jpg") no-repeat center/cover;
  padding: 50px 0 20px 0;
  margin: 45px 0 0 0;
  font-family: "Roboto", serif;
}
.footer-main .ft-list.top {
  margin-top: 50px;
}
.footer-main .ft-list h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.footer-main .ft-list p {
  color: #d1d1d1;
  font-size: 14px;
  margin: 28px 0 35px 0;
}
.footer-main .ft-list a {
  color: #fff;
  padding-right: 15px;
}
.footer-main .ft-list a:hover {
  color: #4aab78;
}
.footer-main .ft-list ul li a {
  color: #d1d1d1;
  font-size: 14px;
  padding-bottom: 10px;
}
.footer-main .ft-list .locate {
  display: flex;
  margin-bottom: 15px;
}
.footer-main .ft-list .locate .icon {
  color: #4aab78;
}
.footer-main .ft-list .locate .text {
  margin-left: 10px;
}
.footer-main .ft-list .locate .text h4 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.footer-main .ft-list .locate .text p {
  font-size: 13px;
  font-weight: 400;
  color: #c4c5c9;
  padding-bottom: 5px;
  padding-top: 0;
  margin: 0;
}
.footer-main .ft-list .locate .text a {
  color: #a8a8a8;
  font-size: 15px;
}
.footer-main .ft-list .locate .text a:hover {
  color: #4aab78;
}
.footer-main .end-main {
  margin-top: 45px;
  border-top: 1px solid #3f3f3f;
  padding-top: 25px;
}
.footer-main .end-main p {
  color: #fff;
  font-size: 14px;
}
.footer-main .end-main p a {
  color: #4aab78;
  text-decoration: underline;
}

@media (max-width: 1399px) {
  header .task-bar .top-right {
    justify-content: center;
  }
  header .header_main .contact {
    justify-content: center;
    flex-wrap: wrap;
  }
  header .navigat ul {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199.98px){
    header .navigat .srch .get-btn{
        padding: 10px 18px;
    }
    header .navigat ul{
        gap:30px;
    }
    .about .min-para-2{
        font-size:13px;
        margin-bottom:28px;
    }
    .cat_main .cat-img .cat-text h5{
        font-size:15px;
    }
    .catalog-main .cata-img .cata-btn a {
    font-size: 14px;
    padding: 10px 20px;

    bottom: 35px;
    right: 35%;
}

header .navigat .srch .get-btn{
    margin-left:5px;
}
header .navigat .srch a{
    padding:0 5px;
}
header .navigat .srch button{
        padding: 17px 12px 10px 0;
}
}

@media(max-width: 991.98px){
header .navigat .menu{display:block;}
    header .navigat ul{display:none;}
    header .header_main .logo img {
    width: 65%;
}
.show-mobile-menu{
    display:inline-block;
}
header .header_main .contact .phone .text h4{
    font-size:14px;
}
header .header_main {
    margin: 5px 0 0;
}
header .header_main .contact .phone .text p{font-size:12px;}
header .navigat .srch .get-btn{padding:7px 12px;}
header .navigat .srch button{    padding: 8px 15px 8px 0;
}
header .task-bar .top-left p{display:none;}
header .task-bar .top-right{justify-content:center;}
.about{margin:20px 0 0 0;}
    .catalog-main .cata-img .cata-btn a {
        font-size: 14px;
        padding: 7px 14px;
        bottom: 35px;
        right: 34%;
    }
    .footer-main .end-main p{text-align:center;}
    .footer-main {
    padding: 30px 0 15px;}
    .career{margin-top:20px;}
    .latest{margin:20px 0 0 0;}
    .latest img{margin-bottom:15px;}
    .web_head{font-size:28px;}
    .about .about-img{margin-top:12px;}
}



header .header_main .contact .phone .text a{ color: #868686; transition:all 0.3s;}
header .header_main .contact .phone .text a:hover{ color: #0e5b97;}


@media(max-width: 767.98px){
.contact .text{display:none;}
.about h3{font-size:95px;}
.testimonial-area .cont-left h4{font-size: 20px;
text-align: start;}
}

@media(max-width: 574.98px){
.about h3 { font-size: 80px;}
.about h5{font-size:30px;}
.fea-img .fea-text h6{font-size:12px;}
.catalog-main .cata-img .cata-btn a{font-size:12px;bottom: 5px; right: 26%;}
.footer-main .ft-list p{font-size:12px;}
.cat_main .cat-img .cat-text h5 { font-size: 12px;}
.testimonial-area{ background: #0182cd;}
header .navigat{margin-top:12px;}
}

@media(max-width: 375px){
header .navigat .srch .get-btn{font-size:12px;        padding: 7px 5px;}
.about h3 { font-size: 62px;}
.about h5 {font-size: 25px;}
.about .about-para p{font-size:15px;}
.about .min-para-2{font-size:12px;}
.about a{padding: 9px 20px;}
.fea-img .fea-btn{font-size:12px; padding:8px 0;}
.catalog-main{margin:25px 0 0 0;}
.testimonial-area .cont-left h4{font-size:20px; text-align:center; margin:0 0 12px 0;}
.footer-main .end-main p{font-size:12px;}
.cat_main{margin:18px 0 0 0;}
.fea-prod{margin:18px 0 0 0;}
.testimonial-area{ padding:20px 0 20px; margin:10px 0 0;}
.career .btn{padding: 10px 12px;}
}/*# sourceMappingURL=main.css.map */