/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.5
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
section.about-section.pt-120.pb-120.paralax__animation {
    margin: 70px 0 70px 0;
}

.info.mt-50 {
    margin: 30px 0 0 0;
}
a.btn-two {
    text-decoration: none;
}
.top-bar {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.top-left span {
    margin-right: 20px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
.top-left i {
    color: #003bb9;
    margin-right: 5px;
}

.top-right a {
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
.phone-text {
    margin: 0 30px 0 0px;
}
.top-right i {
  font-size: 16px;
}

/* ===== MAIN HEADER ===== */
.main-header {
  background: #ffffff;
  padding: 15px 0;
}

.site-logo img {
  max-height: 70px;
}

/* ===== MENU ===== */
.main-nav .nav-menu {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .nav-menu li a {
  color: #2a3b2f;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.main-nav .nav-menu li a:hover {
  color: #6fa843;
}

/* Dropdown */
.main-nav .nav-menu li ul {
  position: absolute;
  background: #fff;
  padding: 10px 0;
  display: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.main-nav .nav-menu li:hover ul {
  display: block;
}

/* ===== CTA AREA ===== */
.header-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.phone-icon {
    background: #2e5099;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-text span {
  font-size: 12px;
  color: #555;
}

.phone-text strong {
    display: block;
    color: #2e5099;
}

.btn-contact {
  background: #1f4037;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.btn-contact:hover {
  background: #6fa843;
}
.top-bar .col-lg-4.col-md-5.text-end.top-right {
    background: #21519e;
    padding: 16px;
}
.manufacturing-section {
  background: #ffffff;
}

/* Badge */
.section-badge {
  background: #cddc39;
  color: #1f3d2b;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Title */
.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #1f3d2b;
  margin-bottom: 15px;
}

/* Text */
.section-text {
  color: #5f6f68;
  font-size: 16px;
  line-height: 1.7;
}

/* Stats */
.stats-box {
  margin-top: 25px;
}

.stat-highlight {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.stat-highlight h3 {
  font-size: 40px;
  color: #1f3d2b;
  margin: 0;
}

.stat-highlight span {
  font-size: 14px;
  color: #5f6f68;
}

/* Carousel Cards */
.facility-card {
  padding: 10px;
  text-align: center;
}

.facility-card img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 10px;
}
img.img-fluider {
    width: 34%;
}
.facility-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f3d2b;
}
a.btn-one-light.border-0.rounded-0.wow.fadeInUp.animated.animated {
    text-decoration: none;
}
/* Slick dots */
.slick-dots li button:before {
  color: #cddc39;
}
section.manufacturing-section {
    background: #eeeeee;
}
section.manufacturing-section {
    padding: 80px 0;
}
.service-area {
  background: linear-gradient(90deg, #f6f7f6 50%, #173f35 50%);
  padding: 80px 0;
  overflow: hidden;
}

/* LEFT */
.service-left {
  padding-left: 80px;
}

.service-badge {
  background: #cde443;
  color: #12382f;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.service-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #12382f;
  line-height: 1.2;
}

/* RIGHT BUTTON */
.all-services-btn {
  background: #cde443;
  color: #12382f;
  padding: 14px 36px;
  border-radius: 6px;
  font-weight: 600;
  margin: 30px 60px 0 0;
}

/* SLIDER */
.service-slider {
  padding-top: 40px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-item.reverse {
  flex-direction: row-reverse;
}

/* CARD */
.service-card {
  width: 320px;
  height: 360px;
  padding: 30px;
  position: relative;
}

.service-card.dark {
  background: #0f2f2d;
  color: #fff;
}

.service-card .icon {
  color: #cde443;
  font-size: 32px;
  margin-bottom: 30px;
}

.service-card .number {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 22px;
  color: #cde443;
  font-weight: 700;
}

.service-card h4 {
  font-size: 20px;
  font-weight: 600;
}

.service-card p {
  font-size: 14px;
  color: #cfdad6;
}

/* IMAGE */
.service-image img {
  width: 320px;
  height: 360px;
  object-fit: cover;
}

/* MIDDLE ARROW */
.mid-arrow {
  width: 42px;
  height: 80px;
  background: #173f35;
  border-radius: 40px;
  color: #cde443;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.service-area {
  overflow: hidden;
  background: #f7f7f7;
}

/* LEFT SIDE */
.service-left {
  background: #f5f5f5;
  padding-left: 80px;
}

.service-tag {
  display: inline-block;
  background: #cfe45a;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2f28;
}

/* RIGHT SIDE */
.service-right {
  background: #1c3b32;
  padding: 80px 60px;
}

.btn-services {
  position: absolute;
  top: 50px;
  right: 60px;
  background: #cfe45a;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 6px;
  color: #1f2f28;
  text-decoration: none;
}

/* CARD */
.service-card {
  display: flex;
  background: transparent;
}

.service-box {
  background: #0f2d2c;
  padding: 40px;
  width: 50%;
  position: relative;
}

.service-box h4 {
  color: #fff;
  margin-top: 20px;
}

.service-box p {
  color: #b5c5c1;
  font-size: 14px;
}

.service-icon {
  color: #cfe45a;
  font-size: 32px;
}

.service-number {
  position: absolute;
  bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #cfe45a;
}

.service-img {
  width: 50%;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OWL */
.service-carousel .owl-nav {
  display: none;
}
.service-area {
    padding: 100px 0;
    position: relative;
}

/* Split background */
.bg-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: var(--light-bg);
    z-index: 0;
}

.bg-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: #123b33;
    z-index: 0;
}

/* Headings */
.service-tag {
    display: inline-block;
    background: var(--lime);
    padding: 6px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
}

.service-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

/* Button */
.btn-service {
    background: var(--lime);
    padding: 14px 34px;
    border-radius: 8px;
    font-weight: 600;
    color: #000;
}

/* Swiper */
.serviceSwiper {
    padding-top: 40px;
}
a.btn-play.playbtnanim {
    display: none;
}
.swiper-slide {
    width: auto;
}

/* Card */
.service-card {
    width: 650px;
    height: 557px;
    background: var(--dark-green);
    display: flex;
    position: relative;
    overflow: hidden;
}

/* Content */
.card-content {
    width: 55%;
    padding: 40px 30px;
    color: #fff;
    background: #244037;
}

.card-content h4 {
    font-size: 22px;
    margin-top: 20px;
}

.card-content p {
    font-size: 16px;
    opacity: 0.8;
    line-height: 28px;
}

.icon-box {
    font-size: 30px;
    color: var(--lime);
}

.count {
    display: block;
    color: var(--lime);
    font-weight: 700;
    margin-top: 40px;
}

/* Image */
.card-image {
    width: 45%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.case-section.have-combine.pt-120.pb-120 a {
    text-decoration: none;
}
/* Arrow Button */
.arrow-btn {
    position: absolute;
    right: 45%;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 80px;
    background: #a7ba13;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 18px;
}
.processing-section .sec-text a {
    text-decoration: none !important;
}

section.processing-section.pt-120.pb-120 {
    padding: 80px 0;
}
section.case-section-three a {
    text-decoration: none;
}
section.case-section.have-combine.pt-120.pb-120 h2 {
    margin: 0 0 30px 0;
}
footer.main-footer.footer-style-three.pt-100 a {
    text-decoration: none;
}
section.case-section.have-combine.pt-120.pb-120 {
    margin: 80px 0;
}
section.consult-section.pt-120.pb-120 {
    padding: 120px 0px;
    background-attachment: fixed;
}
a.cta-btn {
    color: #000;
}
section.blog-section-two.pt-120.pb-120 {
    margin: 80px 0;
}
section.blog-section-two.pt-120.pb-120 a {
    text-decoration: none;
}
section#countries {
    background: #f7f7f7;
    padding: 60px 0px 60px 0;
}
ul.user-links {
    padding: 0 0 0 0;
}
a.btn-one-rounded.mt-30 {
    margin: 30px 0 0 0;
}
.content-box h4 {
    font-size: 21px;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 767px) {
	div#mega-menu-wrap-primary {
    width: 50px !important;
    float: right !important;
}
.col-lg-8.col-md-7.top-left {
    display: none !important;
}
section.about-section.pt-120.pb-120.paralax__animation {
    margin: 0px 0 0px 0 !important;
}
.hero-slide {
    height: 37vh !important;
}
.hero-slide {
    height: 48vh !important;
    min-height: 263px !important;
}
section.manufacturing-section {
    padding: 40px 0 !important;
}
.about-section .image-column .inner-column .info {
    left: 58% !important;
    width: 140px;
}
.container {
    max-width: 100% !important;
}
.content-box {
    margin: 30px 0 0 0 !important;
}
.service-title {
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    width: 60% !important;
}
.service-area {
    padding: 40px 0 !important;
    position: relative;
}
.serviceSwiper {
    padding-top: 0px !important;
}
.testimonial-section {
    padding: 0px 12px !important;
}
section.blog-section-two.pt-120.pb-120 {
    margin: 0px 0 !important;
}
.top-right a {
    margin-left: 4px !important;
}
}






