 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Verdana', Arial, sans-serif;
     line-height: 1.5;
     font-size: 16px;
     background: #00615c;
 }

 /* Top contact bar */
 .top-contact-bar {
     padding: 5px 0;
     font-size: 16px;
 }

 .top-contact-bar .container {
     display: flex;
     justify-content: flex-end;
     align-items: center;
 }
 .nav-scrolled .top-contact-bar a {
    color: #111;
 }
 .top-contact-bar a {
     color: #fff;
     text-decoration: none;
     margin-left: 20px;
     font-weight: 500;
 }
.nav-logo {
    position: absolute;
    top: -1px;
    transition: 0.15s all;
}
.nav-logo-affix {
    position: absolute;
    top: -1px;
    transition: 0.15s all;
    display: none;
}
.nav-scrolled .nav-logo {
    display: none;
}
.nav-scrolled .nav-logo-affix {
    display: block;
}
.navbar-light .navbar-toggler {
    border-color: #fff;
    color: #fff;
}
.nav-scrolled .navbar-toggler {
    border-color: #111;
    color: #111;
}
 /* Header */
 .header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 1000;
 }

 .navbar {
     padding: 5px 0;
 }

 .navbar-brand {
    font-size: 28px;
    font-weight: bold;
    color: #333 !important;
    text-transform: lowercase;
 }

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    margin: 0 7px;
    font-size: 16px;
    transition: 0.15s all;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
 .navbar-light .navbar-nav .nav-link:hover {
     color: #00AE77 !important;
 }
 .fa-top-bar {
    color: #00AE77;
    font-size: 18px;
    margin-right: 7px;
 }
 .btn-top-bar {
    background: #00AE77;
    color: #111 !important;
    font-weight: 600;
    padding: 7px 19px;
    border-radius: 15px;
 }
 .nav-scrolled.navbar-light {
    background: #fff;
}
.nav-scrolled.navbar-light .navbar-nav .nav-link {
    color: #111;
}

 /* Hero section */
 .hero-section {
     background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url('../../../images/metazet-slide2.jpg') center/cover;
     height: auto;
     display: flex;
     color: white;
     text-align: left;
     position: relative;
     margin-top: 0;
     padding-top: 200px;
     padding-bottom: 0;
     overflow: hidden;
 }

 .hero-content h1 {
    font-size: 47px;
    font-weight: 600;
     margin-bottom: 20px;
     line-height: 1.3;
 }

 .hero-content p {
     font-size: 26px;
     font-weight: 300;
 }
 .hero-contact {
    position: relative;
    z-index: 123;
    padding-top: 75px;
    padding-left: 25px;
    margin-top: 50px;
 }
 .hero-contact:before {
    position: absolute;
    content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(0, 97, 92,0.7), rgba(0, 97, 92,1));
    left: -40%;
    width: 250%;
    height: 117%;
    border-radius: 1500px 0px 0px 0px;
    top: 0;
    z-index: 0;
 }

 /* Services section */
 .services-section {
     background: #00615C;
     padding-top: 120px;
     padding-bottom: 120px;
 }

 .service-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
 }

 .service-card {
     background: transparent;
     border-radius: 8px;
     overflow: hidden;
     transition: transform 0.3s ease;
     position: relative;
     height: 250px;
 }

 .service-card:hover {
     transform: translateY(-5px);
 }

 .service-card-image {
     height: 100%;
     background-size: cover;
     background-position: center;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
 }

 .service-card-content {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 40px 20px 30px;
     color: white;
 }

 .service-card h3 {
     font-size: 16px;
     font-weight: 600;
     color: white;
     margin-bottom: 15px;
 }

 .service-btn {
     background: #00bcd4;
     color: white;
     border: none;
     padding: 8px 20px;
     border-radius: 20px;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .service-btn:hover {
     background: #0097a7;
     transform: translateY(-2px);
 }

 /* About section */
 .about-section {
     background: #00AE77;
     padding-top: 120px;
     padding-bottom: 120px;
     position: relative;
     color: #fff;
     overflow: hidden;
 }
 .about-section .about-text,
 .about-section .section-title {
    color: #fff;
 }
 .about-section .btn-primary:hover,
 .about-section .btn-primary:focus {
    background: #A6CE62;
    border: 0;
 }
  .about-half-img {
    min-width: 50%;
    min-height: 100%;
    position: absolute;
    max-width: 120%;
    left: 50%;
    top: 0;
    z-index: 1
 }
 .about-half-img-v2 {
    width: auto;
    height: auto;
    position: absolute;
    left: 55%;
    top: 125px;
    z-index: 1;
    min-width: 50%;
    max-height: 180%;
    max-width: 140%;
    min-height: unset;
 }
  .category-temp-1-img {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    min-width: 100%;
    min-height: 100%;
    max-height: 180%;
    max-width: 140%;
 }
 .table td, .table th {
    color: #fff;
 }
 .about-section-primary {
    background: #00615C;
    padding-bottom: 55px;
    padding-top: 165px;
 }
 .about-section-primary .section-title {
    color: #A6CE62;
 }
 .nav-pills .nav-link {
    border-radius: 27px 0px 15px 0px;
    padding: 14px 29px 14px 29px;
    font-size: 17px;
    background: #123E3B;
    color: #fff;
    transform: skewX(-8deg);
    font-weight: 600;
    margin-bottom: 11px;
    text-decoration: none !important;
    transition: 0.15s all;
 }
 .nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
    background: #A6CE62;
    color: #123E3B;
 }
 .nav-pills .nav-link.active {
    background: #A6CE62;
 }
 .nav-pills .nav-link:hover,
 .nav-pills .nav-link:focus {
    background: #A6CE62;
    color: #123E3B;
 }
 .twhite {
    color: #fff;
 }
 .aboutussmh {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
 }
 .primary-color {
    color: #123E3B;
 }

 .section-label {
     color: #123E3B;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 10px;
 }

 .section-title {
     font-size: 48px;
     font-weight: 600;
     color: #333;
     margin-bottom: 30px;
 }

 .about-text {
     font-size: 16px;
     color: #666;
     line-height: 1.8;
     margin-bottom: 30px;
 }

.offerboxul {
    list-style: none;
    padding-left: 25px;
    position: relative
}

.offerboxul li {
    padding: 2px 0 5px 16px;
    margin-bottom: 5px;
    position: relative
}

.offerboxul li:before {
    position: absolute;
    content: "";
    background: center/contain no-repeat url(../../../images/licheckicon.png);
    display: inline-block;
    left: -25px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    top: 5px
}

 .about-btn {
     background: #00bcd4;
     color: white;
     border: none;
     padding: 12px 30px;
     border-radius: 25px;
     font-weight: 600;
     margin-top: 20px;
 }

 .about-image {
     width: 100%;
     height: 350px;
     background: url('https://images.unsplash.com/photo-1586864387967-d02ef85d93e8?w=600&h=400&fit=crop') center/cover;
     border-radius: 8px;
 }

 /* Trust section */
 .trust-section {
     background: #123e3b;
     color: #fff;
     padding-top: 120px;
     padding-bottom: 120px;
 }
 .trust-section .section-title {
    color: #fff;
 }


 .trust-cards {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px;
     margin-top: 50px;
 }

 .trust-card {
     background: #00615C;
     padding: 40px 30px;
     border-radius: 8px;
     text-align: left;
     color: #fff;
 }

 .trust-card h4 {
     font-size: 24px;
     font-weight: 400;
     margin-bottom: 20px;
     color: #A6CE62;
 }

 .trust-card p {
     font-size: 16px;
     line-height: 1.6;
     opacity: 0.9;
 }

 /* Video section */
 .video-section {
    background: #A6CE62;
     color: #123E3B;
     padding-top: 120px;
     padding-bottom: 120px;
 }
 .video-section .section-title {
    color: #123E3B;
 }
 .video-section .ofeh {
    color: #123E3B;
 }
 
 .shortinfo-section {
    background: #A6CE62;
     color: #123E3B;
     padding-top: 40px;
     padding-bottom: 30px;
 }
 .shortinfo-section .section-title {
    color: #123E3B;
    font-size: 32px;
 }

 .video-container {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 50px;
     margin-top: 50px;
 }

 .catalog-cards {
     display: flex;
     flex-direction: column;
     gap: 30px;
 }

 .catalog-card {
     background: #00615C;
     color: white;
     padding: 40px;
     border-radius: 8px;
     text-align: center;
 }

 .catalog-card h4 {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .catalog-btn {
     background: #00bcd4;
     color: white;
     border: none;
     padding: 12px 25px;
     border-radius: 25px;
     font-weight: 600;
 }

 .video-placeholder {
     background: #333;
     height: 300px;
     border-radius: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     position: relative;
 }

 .play-button {
     width: 80px;
     height: 80px;
     background: red;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 30px;
 }
.bgfooter {
    background: #00615C;
    color: #fff;
      padding-top: 25px;
    padding-bottom: 55px;
}
.sechcon {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
  
}
.footerlinks a {
    color: #fff;
    text-decoration: underline;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
.author-box a {
    color: #fff;
    text-decoration: underline;
}
 /* Contact section */
 .contact-section {
     background: #00AE77;
     color: white;
     padding: 70px 0;
     border-radius: 0% 35% 0% 0%;
 }
 .underfooter {
    background: #123E3B;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
 }

 .contact-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 40px;
     margin-top: 40px;
 }

 .contact-item h5 {
     color: #A6CE62;
     font-size: 21px;
     font-weight: 400;
     margin-bottom: 15px;
 }

 .contact-item p {
     font-size: 17px;
     line-height: 1.2;
     margin-bottom: 11px;
 }
  .contact-item-href {
    color: #fff;
    text-decoration: none;
  }
  .contact-item-href:hover,
  .contact-item-href:focus {
    color: #fff;
    text-decoration: underline;
  }
 .contact-item-icon {
    margin-right: 5px;
 }

 .contact-buttons {
     text-align: center;
     margin-top: 40px;
 }

 .contact-buttons button {
     background: #00bcd4;
     color: white;
     border: none;
     padding: 12px 25px;
     border-radius: 25px;
     font-weight: 600;
     margin: 5px 10px;
 }

 /* Footer */
 .footer {
     background: #123E3B;
     color: white;
     padding: 30px 0;
     text-align: center;
     font-size: 16px;
 }

 .footer a {
     color: #00bcd4;
     text-decoration: none;
 }
 .ofewrap {
    position: relative;
    display: block;
 }
 .ofewrap:hover,
 .ofewrap:focus {
    text-decoration: none;
    cursor: pointer;
 }
 .ofewrap:hover .ofeh,
 .ofewrap:focus .ofeh {
    color: #A6CE62;
 }
.ofewrap:hover .ofeimg,
.ofewrap:focus .ofeimg {
    transform: scale(1.1)
}
.video-section .ofewrap:hover .ofeh,
.video-section .ofewrap:focus .ofeh {
    color: #111;
}
.ofeimgwrap {
    overflow: hidden;
}
 .ofecol {
    margin-bottom: 15px;
 }
 .ofeh {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
 }
.btn-success {
    border-radius: 27px 0px 15px 0px;
    padding: 14px 29px 14px 29px;
    font-size: 17px;
    background: #A6CE62;
    color: #123E3B;
    transform: skewX(-8deg);
    font-weight: 600;
    border: none;
}
.btn-success:hover,
.btn-success:focus {
    background: #123E3B;
    border: none;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    border-radius: 27px 0px 15px 0px;
    padding: 14px 29px 14px 29px;
    font-size: 17px;
    background: #123E3B;
    color: #fff;
    transform: skewX(-8deg);
    font-weight: 600;
    border: none;
    opacity: 1;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #00AE77;
    border: none;
}
 .btn-ofe {
    border-radius: 27px 0px 15px 0px;
    padding: 14px 29px 14px 29px;
    font-size: 17px;
    background: #123E3B;
    color: #fff;
    transform: skewX(-8deg);
    font-weight: 600;
 }
 .btn-ofe:hover,
 .btn-ofe:focus {
    background: #00AE77;
 }
 .ofeimg { 
    border-radius: 15px;
    transition: 0.15s all;
 }
 .btnpad {
    padding-top: 15px;
    padding-bottom: 15px;
 }
.rowmgtvideosec {
    padding-top: 35px;
}
.form-wrap {
    background: #f6f6f6;
    padding: 15px
}

.form-wrap label {
    font-weight: 500
}

.wpcf7-acceptance label {
    font-weight: 400
}

.wpcf7-acceptance input[type=checkbox] {
    height: 17px;
    width: 17px;
    margin-right: 9px
}

.wpcf7-list-item-label {
    cursor: pointer
}

span.wpcf7-list-item {
    margin-left: 5px
}

.clrboth {
    clear: both;
    padding-top: 20px
}

.dropdown:hover>.dropdown-menu {
 display: block;
 margin-top: 0;
}
.dropdown-menu {
    margin-top: 0;
}
 .category-temp-1 {
    background: #00615cd1;
    padding-bottom: 62px;
    margin-top: 120px;
    padding-top: 70px;
    position: relative;
    color: #fff;
    overflow: hidden;
 }
 .category-temp-1 .about-text,
 .category-temp-1 .section-title {
    color: #fff;
 }
 .category-temp-1 .section-title {
    color: #A6CE62;
    position: relative;
    z-index: 1;
 }
 .section-smpad {
    padding-top: 65px;
    padding-bottom:65px;
}
.category-temp-1-contentfirstsec {
    padding-top: 20px;
    padding-bottom: 25px;
    overflow: visible;
    background: #00615c;
    margin-top: 0;
}
.category-temp-1-contentfirstsec .nav-tabs .nav-link {
    border-radius: 27px 0px 15px 0px;
    padding: 14px 29px 14px 29px;
    font-size: 17px;
    background: #123E3B;
    color: #fff;
    transform: skewX(-8deg);
    font-weight: 600;
    margin-right: 15px;
}
.category-temp-1-contentfirstsec .alert-info {
    background: #A6CE62;
    color: #123E3B;
    border-color: #A6CE62;
}
.nav-tabs .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.15s all;
}
.card-header {
    background: transparent;
    margin-bottom: 25px;
    padding-left: 0;
    border: none;
}
.category-temp-1-contentfirstsec .nav-tabs .nav-item .nav-link:hover {
     background: #a6ce62;
    color: #123E3B;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    background: #a6ce62!important;
    color: #123E3B !important;
}

.category-temp-1-contentfirstsec ul.card-header-tabs:not(.list-group) {
    padding-left:10px;
}
.card {
    background: transparent;
    color: #fff;
    border: none;
}
.card-body {
    padding-left: 0;
}
.product-card .col-md-4.mb-3.mb-md-0 .rounded {
    width: 100%;
    margin-bottom: 10px;
}
.text-primary {
    color: #00615C !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #123e3b;
    border-color: transparent;
}
.category-temp-1-contentfirstsec .card-body .card-title.text-primary {
    color: #fff !important;
}
.category-temp-1-contentfirstsec a:not(.btn) {
    color:#A6CE62;
    text-decoration: underline;
}
.category-temp-1-contentfirstsec .card a:not(.btn) {
    color: #fff;
    text-decoration: none;
    border: none;
}
.category-temp-1-contentfirstsec .list-group .list-group-item {
    background: #123E3B;
}
.category-temp-1-contentfirstsec .list-group .list-group-item .fas {
    color: #A6CE62 !important;
}
.category-temp-1-contentfirstsec .sticky-top.nav-pills {
    top:140px !important;
}
.category-temp-1-contentfirstsec ul:not(.list-group),
.category-temp-1-contentfirstsec ol:not(.list-group) {
    padding-left: 20px;
}
.list-group .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.list-group .list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cpage {
    padding-top: 25px;
    padding-bottom: 75px;
}
.fhead {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #00AE77;
}
.dropdown-item {
    padding: 6px 1.5rem;
    font-size: 15px;
}
 @media (max-width: 768px) {

     .service-grid,
     .trust-cards,
     .video-container,
     .contact-grid {
         grid-template-columns: 1fr;
         gap: 20px;
     }

     .hero-content h1 {
         font-size: 28px;
     }

     .hero-content p {
         font-size: 18px;
     }

     .section-title {
         font-size: 24px;
     }
 }

 @media (min-width:1400px) {
    .container {
    min-width: 1366px;
    max-width: 1366px;
  }
 }
@media (max-width:1399px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 7px;
    }
    .navbar-expand-lg>.container,
    .top-contact-bar .container {
        max-width: 98%;
    }
    .trust-card h4,
    .ofeh {
        font-size: 21px;
    }
}
 @media (min-width:1200px) {
    .form-wrap {
        padding: 30px 24px;
    }
    .fhead {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .rowmgtvideosec {
        padding-top: 125px;
    }
    .about-section-content-pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .category-temp-1-content-pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }
 }
 @media (min-width:992px) {
    .nav-pills {
        margin-right: 20px;
    }
    .rowmgtofe {
        margin-top: 40px;
    }
 }

 @media (max-width:1199px) {
    .about-half-img {
        position: static;
        max-width: 100%;
        margin-top: 15px;
    }
    .services-section {
        padding-bottom: 40px;
    }
    .about-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .video-section,
    .trust-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
     .hero-section {
        padding-top: 110px;
     }
     .services-section {
        padding-top: 10px;
     }
    .form-wrap {
        margin-bottom: 25px
    }
    .navbar-light:not(.nav-scrolled) .navbar-nav .dropdown-item {
        color: #fff;
    }
    .navbar-light:not(.nav-scrolled) .navbar-nav {
        background: #00615c;
    }
    .navbar {
        padding: 5px 12px;
    }
    .top-contact-bar {
        display: none;
    }
    .nav-logo,
    .nav-logo-affix {
        position: static;
    }
    .category-temp-1:not(.category-temp-1-contentfirstsec) {
        margin-top: 67px;
        padding-top: 35px;
        padding-bottom: 24px;
    }
    .navbar-light:not(.nav-scrolled) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
 }



