@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */

::-moz-selection {
  background: #dadcde;
  color: var(--primary-color);
  text-shadow: none;
}
::selection {
  background: #b1b2b3;
  color: var(--primary-color);
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Inter", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #000;
  background: #ffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  overflow-y: scroll;
}
:root {
  --primary-color: #285024;
  --secondary-color: #4F8527;
  --global-color:#112611 ;
}
a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Inter", sans-serif;
}
p,
p span {
  font-family: "Open Sans", sans-serif;
}
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
  font-family: "Inter", sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* * {
  -webkit-appearance: none;
} */
::-webkit-input-placeholder {
  color: var(--primary-color);
}
::-moz-placeholder {
  color: var(--primary-color);
}
:-ms-input-placeholder {
  color: var(--primary-color);
}
:-moz-placeholder {
  color: var(--primary-color);
}

section,
header,
footer {
  width: 100%;
  float: left;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}
button {
  border: none;
}

/* -----------banner-wrap----------- */

.banner-wrap {position: relative;width: 100%; height: 100vh;}
.banner-video {position: absolute; top: 0;left: 0;width: 100%; height: 100%; object-fit: cover; z-index: -1;}
.banner-wrap::after{content: "";top: 0; left: 0; background-color: #00000049; position: absolute; height: 100%; width: 100%;}

/* ---------hedaer-wrap---------------------- */

.header-wrap { position: absolute; width: 100%; padding:20px 0;  z-index: 1;}
.header-row {  display: flex; justify-content: space-between; align-items: center;}
.header-row .logo img { width: 100px;}
.header-row ul {display: flex;}
.header-row ul li { color: #ffffff; padding: 10px 30px;}
.header-row ul li a {color: #fff;  font-size: 14px; font-weight: 600; transition:all 0.5s ease-in-out; text-transform: uppercase;}
.header-row ul li a:hover{color: var(--primary-color); font-weight: 700;}
.primary-btn a { padding: 10px 20px; background:var(--primary-color);  color: #fff;  border: 2px solid var(--primary-color);  display: inline-block; font-weight: 500; font-size: 13px; letter-spacing: 3px; border-radius:11px; transition:all 0.6s ease-in-out;}
.primary-btn a:hover{  background-color: transparent; padding: 10px 22px;color:var(--secondary-color);border-color: var(--secondary-color);}
.header-wrap.sticky .primary-btn a:hover{ background-color: transparent; padding: 12px 22px; color:var(--secondary-color);  border-color: var(--secondary-color);}


.header-wrap .primary-btn a:hover{  padding: 12px 22px; color:#fff; border-color:#fff;  background-color: transparent;}
.banner-content { position: absolute; top: 50%; left: 50%; right: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 100%; z-index: 1;}
.banner-content h1 { font-size: 50px; font-weight: bold; color: #fff; z-index: 3; margin: 0 0 20px;}
.banner-content h1 span {color:#fff; text-transform: uppercase;}
.banner-row { display: flex;justify-content: center;align-items: center;}
.banner-row{display: flex;position: absolute;left: 50%; right:50%;bottom:0;transform: translate(-50%,-50%);align-items: center;justify-content: center;width: 100%;z-index: 1;display: flex;gap: 20px;}
.widget-1{ height: 150px;width: 20%;;border-radius: 10px;border: 1px solid #fff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);display: flex;justify-content: center;align-items: center;}
.widget-1 h2{font-size: 20px;text-align: center;;color: #fff; text-transform: uppercase;}
.column-content{text-align: center;z-index:2;padding:10px; width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.column-content h1{font-size: 46px; color: #fff;font-weight: 700; margin: 0 0 10px;}
.column-content .icon-img{width: 50px;margin: 0 0 10px;}
.column-content .icon-img img{object-fit: cover;width: 100%; height: 100%;}


.header-wrap.sticky {position: fixed;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;animation: 0.7s slide-down;z-index: 100;background-color: #fff;padding: 20px 0;}
.color-logo{display:none;}
.header-wrap.sticky .header-row ul li a{color: var(--primary-color);}
.header-wrap.sticky .header-row ul li a:hover{color: var(--secondary-color);}
.header-wrap.sticky  .white-logo{display: none;}
.header-wrap.sticky .color-logo{display: block;}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}
.overlay {
  display: none;
}
.burger-btn {
  display: none;
}


/*---------------about-us-wrap----------------- */

.about-us-wrap{padding: 60px 0;background-color: #fff;}
.about-us-row{display: flex;justify-content: space-between;align-items: center;}
.about-us-col1{width: 48%; }
.about-us-col1 h6{text-transform: uppercase;font-size:18px; color: var(--primary-color);font-weight: 600;margin: 0 0 20px;}
.about-us-col1 h2{font-size: 35px;font-weight: 700;color:var(--secondary-color);margin: 0 0 20px;text-transform: uppercase;}
.description p{font-size: 16px;line-height: 1.56;margin: 0 0 20px;color:#000;}
.about-us-col2{width: 48%;}
.about-image{width: 100%; height:400px;border-radius: 10px;overflow: hidden;}
.about-image img{width: 100%; height: 100%; object-fit: cover;z-index: 1;position: relative;}
/* .about-image::after{content: "";position: absolute;background-image: url(../images/cut-color.svg); background-size: contain; background-repeat: no-repeat;z-index: 0;opacity:1; bottom:-40px;right: 0;width: 150px; height: 150px;} */



/*-----------service-wrap----------------- */
.service-wrap{padding: 30px 0 60px; background-color: #fff;}
.service-row{display: flex;flex-wrap: wrap;}
.service-box { background-color: var(--secondary-color); padding: 25px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition:all 0.3s ease; width: 23.5%;margin: 0 2% 0 0;border: 1px solid var(--secondary-color);position: relative;overflow: hidden;border-radius: 5px;}
.service-box:hover {   transform: translateY(-5px);  background-color:var(--global-color);}
.service-box h3 {   color:#fff;   font-size: 26px; margin: 0 0 20px;font-weight: 600;}
.service-box:nth-child(4n) { margin-right: 0; }
.service-box p {color:#ffffff;  font-size: 16px; line-height:1.56;position: relative; z-index: 2;margin: 0 0 20px;}
.service-wrap h2{font-size: 38px;font-weight: 700;color: var(--primary-color);margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.service-box::after{  content: ""; position: absolute; bottom:-20px;  left: -20px; width: 100px;  height: 100px;  background-image: url(../images/cut-white.svg); background-size: contain; background-repeat: no-repeat; z-index: 0;opacity: 0.2;}
.box-content .primary-btn a{background-color: #fff; color: var(--primary-color);border-color:#fff ;padding: 8px 13px;font-size: 14px;}
.box-content .primary-btn a:hover{background-color: transparent; color: #fff; }


/* --------vision-wrap----------------- */ 


.vision-wrap{padding: 60px 0;background-color: var(--primary-color);position: relative;overflow:hidden;}
.vision-row{display: flex;justify-content: space-between;}
.vision-col-1{width: 48%;}
.vision-col-2{width: 48%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.vision-col-2 h2{font-size: 70px;color: #fff;font-weight: bold;text-transform: uppercase;text-align: center;}
.vision-col-2 h2 span{color: var(--secondary-color);}
.vision-col-2 h4{font-size: 28px;line-height: 1.56;color:#fff;font-weight:500;text-align: center;}
.vision-col-1 h6{font-size:18px; color: #fff;font-weight: 600;margin: 0 0 20px; text-transform: uppercase;}
.vision-col-1 h2{font-size: 35px;font-weight: 700;color: #fff;margin: 0 0 20px;text-transform: uppercase;}
.vision-col-1 p{font-size: 16px;line-height: 1.56;margin: 0 0 20px;color:#fff;font-weight:500;}
.vision-col-1 .primary-btn a{border-color: #fff; background-color: #fff; padding: 10px 20px; color: var(--primary-color); border: 2px solid var(--primary-color); display: inline-block; font-weight: 500; font-size: 13px; letter-spacing: 3px; border-radius:11px; transition:all 0.6s ease-in-out;}
.vision-col-1 .primary-btn a:hover{background-color: transparent; padding: 10px 22px;color: #fff; border-color: #fff;}
.vision-wrap::after{ content: ""; position: absolute;top:-55px;right: -55px; width: 300px; height: 300px; background-image: url(../images/cut-white.svg); background-size: contain; background-repeat: no-repeat; z-index: 0; opacity: 0.2;}


/*---------mission-wrap----------------- */
.mission-wrap{padding: 60px 0; background-color: #fff;}
.mission-row{display: flex;justify-content: space-between;align-items: center;}
.mission-col1{width: 48%;}
.mission-col1 h2{font-size: 35px;font-weight: 700;color:var(--global-color);margin: 0 0 20px;text-transform: uppercase;}
.mission-col1 .contents ul li{font-size: 20px; color: var(--primary-color); font-weight: bold;margin: 0 0 20px;line-height: 1.56;padding-left: 30px;  background: url(../images/cut-color.svg) no-repeat;   background-size: 20px;  background-position: 0 8px;}
.mission-col2{width: 48%; display: flex;justify-content: center;align-items: center;}
.hexagon { width: 500px;height: 500px;clip-path: polygon(50% 0%,93% 25%, 93% 75%,50% 100%, 7% 75%, 7% 25%); overflow: hidden;position: relative;}
.hexagon img {width: 100%;height: 100%; object-fit: cover;/* transition: all 0.3s ease; */opacity: 0.9;}
/* .hexagon::after {content: "";position: absolute;top: 0; left: 0; width: 100%; height: 100%;background-color:#11261168;} */

/* -----------------product-wrap------------------ */

.product-wrap{padding: 60px 0; background-color: var(--primary-color);position: relative;overflow:hidden;}
.product-wrap h2{font-size:35px;font-weight: 700;color: #fff;text-transform: uppercase;text-align: center;}
.product-row{display: flex;flex-wrap: wrap;position: relative; z-index: 1;justify-content: center;}
.product-col1{width:23.5%; background-color: #fff;margin: 20px 2%  0 0;transition: all 0.3s ease-in-out;border: 1px solid #fff;} 
.product-col1:nth-child(4n) { margin-right: 0; }
.product-col1:hover{box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transform: translateY(-5px);}
.product-col1 .product-image{width: 100%; height: 200px; overflow: hidden;}
.product-col1 .product-image img{width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease;}
.product-col1 .product-content h4{font-weight: bold; font-size: 18px; color: var(--primary-color);margin: 0 0 10px;}
.product-col1 .product-content{padding:20px 10px;}
.price p{font-size: 18px;color: var(--primary-color);font-weight: 600;margin: 0 0 10px;}
.product-col1   .read-btn a{color:var(--global-color); font-size:16px ;font-weight: bold;letter-spacing: 2px;}
.product-col1   .read-btn a::after{content: "+";font-size: 16px;color: var(--primary-color); font-weight: bold; margin-left: 5px; transition: all 0.3s ease;}
.product-col1   .read-btn a:hover{color: var(--secondary-color);font-weight: 600;}
.product-wrap::after{ content: ""; position: absolute; bottom:-55px; left: -55px;width: 300px; height: 300px; background-image: url(../images/cut-white.svg); background-size: contain; background-repeat: no-repeat;z-index: 0;opacity: 0.2;}
.product-row.product-slider{display: unset;}
.product-slider .slick-slide{margin: 0 10px;}
.seperate-row{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 10px;align-items: center;}
.seperate-row .primary-btn a{border-color:#fff; background-color:#fff;color: var(--primary-color);}
.seperate-row .primary-btn a:hover{background: transparent;color: #fff;}


/* ----------------patner-wrap-----------------  */


.partners-wrap{padding: 60px 0; background-color: #fff;}
.partners-wrap h2{font-size:35px;font-weight: 700;color: var(--secondary-color);margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.partners-wrap h6{font-size:18px; color: var(--secondary-color);font-weight: 600;margin: 0 0 20px; text-transform: uppercase;text-align: center;}
.partners-col1{display: flex !important;justify-content: center;align-items: center;padding: 20px;border: 1px solid var(--secondary-color);background-color: #ffffff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.partners-col1 .partners-logo{height:100px;width: 150px;}
.partners-col1 .partners-logo img{width: 100%;height: 100%;object-fit: cover;}
.partners-slide .slick-slide {margin: 0 10px;}

/* ----------------testimonial-wrap----------------- */

.background-image{position: fixed;top:0;left: 0;width: 100%;height:100vh;z-index: -2;}
.background-image .bg-image img{width: 100%;height: 100%;object-fit: cover;}
section.background-image > div.bg-image {height: 100%;}


.testimonial-wrap{padding: 100px 0;background-color: var(--primary-color);position: relative;overflow: hidden;background-color: transparent;}
.testimonial-wrap h6{font-size:18px; color:#fff;font-weight: 600;margin: 0 0 20px; text-transform: uppercase;text-align: center;}
.testimonial-wrap h2{font-size: 35px;font-weight: 700;color:#fff;margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.testimonial-wrap .description p{font-size: 18px; color: #fff; line-height: 2;text-align: center;}


/* -----------contact-wrap----------------- */ 
.contact-wrap{padding: 60px 0; background-color: #fff;}
.contact-row{display: flex; justify-content: space-between;background-color: #fff;border-radius:10px;align-items: center;}
.contact-col1{width: 48%;}
.contact-col1 h6{text-transform: uppercase;font-size:18px; color: var(--secondary-color);font-weight: 600;margin: 0 0 20px;}
.contact-col1 h2{font-size: 35px;font-weight: 700;color:var(--primary-color);margin: 0 0 20px;text-transform: uppercase;}
.contact-col1 .description p{font-size: 16px; color: #000; line-height: 2;}
.details-col1{margin: 20px 3% 0 0;width:100%;}
.details-col1 .icon{width: 20px;margin-right: 10px;}
.details-col1 .icon img{object-fit: cover;width: 100%;}
.details-col1 h5{font-size:18px; color:#000;font-weight: 600;}
.details-col1 p{color: #000;font-size: 16px ; line-height: 1.56;}
.details-col1 p a{color: #000;transition: all 0.3s;}
.details-col1 p a:hover{color: var(--secondary-color);}
.details-head{display: flex; margin: 0 0 10px;align-items: center;}
.contact-col2{width: 48%;}
.contact-col2 form { display: flex; flex-direction: column;}
.contact-col2 .input-row { display: flex;  gap: 20px; flex-wrap: wrap;}
.contact-col2 .input-group { flex: 1;  display: flex;}
.contact-col2 input{padding: 12px !important;color: #000 !important;border-radius: 6px !important;  background-color:#fff !important;  font-size: 16px !important; width: 100% !important; border: 1px solid var(--primary-color) !important;}
.contact-col2 textarea {padding: 12px !important; color:#000 !important;  border-radius: 6px !important; background-color:#fff !important; font-size: 16px !important; width: 100% !important;border: 1px solid var(--primary-color) !important;}
.contact-col2 textarea {resize: vertical;}
.contact-col2 input::placeholder{color:var(--primary-color) !important;}
.contact-col2 textarea::placeholder{color:var(--primary-color) !important;}

.everest-forms-submit-button.button.evf-submit {
padding: 10px 20px !important; background:var(--primary-color)  !important;  color: #fff  !important;  border: 2px solid var(--primary-color)  !important;  display: inline-block  !important; font-weight: 500  !important; font-size: 13px  !important; letter-spacing: 3px  !important; border-radius:11px  !important; transition:all 0.6s ease-in-out  !important;
}

.everest-forms-submit-button.button.evf-submit:hover {
  background-color: transparent !important; padding: 10px 22px !important;color:var(--secondary-color) !important;border-color: var(--secondary-color) !important;
}

.evf-submit-container {
    padding: 0 !important;
}

.evf-frontend-grid.evf-grid-1 {
    padding: 0 !important;
}
 .everest-forms .evf-container, .wp-block-everest-forms-form-selector .evf-container{margin:0 !important}


/* --------------footer-wrap----------------- */

.footer-wrap{padding: 60px 0 0;background-color:var(--global-color);}
.footer-row{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 10px 0;}
.footer-column{width: 23%;}
.footer-logo{width: 200px;margin: 0 0 20px;}
.footer-logo img{object-fit: cover;width: 100%; height: 100%;}
.footer-column h3{font-size: 22px;margin:0 0 20px;font-weight:600;color:#fff;}
.footer-column ul li {color: var(--primary-color);padding-left: 20px; margin:0 0 15px;line-height: 1.56;background: url(../images/arrow-right-solid.svg) no-repeat; background-size: 14px;background-position: 0 4px; transition:transform 0.5s;transform-origin:left ;}
.footer-column ul li:hover{transform: scaleX(1.1);}
.footer-column a{color:#fff;font-size: 16px;transition: color 0.3s;;}
.footer-column  a:hover{color:#84d745;}
.footer-column p{font-size: 16px;color: var(--secondary-color);line-height: 1.56;}
.footer-column .contact-info{display: flex;align-items:flex-start;margin: 0 0 20px;}
.footer-column .contact-info .icon{width:20px;margin-right: 10px;flex-shrink: 0;transition:transform 0.3s ease-in-out;}
.footer-column .contact-info:hover .icon{transform: scale(1.2);}
.footer-row-2{display: flex; justify-content: space-between;padding: 10px 0; border-top:1px solid #fff;color: #fff;font-size: 14px;}
.footer-row-2 a{color: var(--secondary-color);}
.footer-row-2 a:hover{color: #fff;}
.social-media-icons{display: flex;gap: 20px;align-items: center;}
.social-media-icons .icon{width: 22px; transition: transform 0.3s;}
.social-media-icons .icon img{object-fit: cover;}
.social-media-icons .icon:hover{transform: scale(1.2);}



/* ----Product-page---------- */

.default-banner{position: relative; width: 100%; height: 70vh;}
.banner-image { position: absolute; top: 0; left: 0; width: 100%;  height: 100%;  object-fit: cover;}
.banner-image img{object-fit: cover;width: 100%;height: 100%;}
.default-banner::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #4F8527, #000); opacity: 0.8;}
.default-banner .header-wrap .header-row ul li a:hover{ color:#84d745;}
.default-banner .header-wrap.sticky .header-row ul li a:hover{ color:#4F8527;}
.default-banner .header-wrap .primary-btn a{background-color:#fff;color: var(--primary-color);border-color: #fff;}
.default-banner .header-wrap .primary-btn a:hover{background-color: transparent; padding: 10px 22px;color: #fff; border-color: #fff;}
.default-banner .header-wrap.sticky .primary-btn a{background-color:var(--primary-color); color: var(--primary-color); border-color:var(--primary-color); color: #fff;}
.default-banner .header-wrap.sticky .primary-btn a:hover{background-color: transparent;border-color: var(--primary-color);color: var(--primary-color);}
.default-banner-content{position: absolute; left: 50%; top: 60%; transform: translate(-50%, -50%); text-align: center; z-index: 1; width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.default-banner-content h2{font-size: 34px; font-weight: bold; color: #fff;margin: 0 0 10px;text-transform: uppercase;}
.default-banner-content p{font-size: 18px; color:#fff; line-height: 1.56;text-align: center;}


.product-wrap-2{padding: 60px 0;background-color: #fff;}
.product-wrap-2 .product-col1{border-color: var(--primary-color);}


/* ----------exporting-partner-page----------- */

.exporting-partner-wrap{padding: 60px 0;background-color: #fff;}
.exporting-partner-row{display: flex;justify-content: space-between;align-items: center;}
.exporting-partner-col1{width: 48%;}
.exporting-partner-col2{width: 48%;}
.exporting-partner-col2 h6{text-transform: uppercase;font-size:18px; color: var(--primary-color);font-weight: 600;margin: 0 0 20px;}
.exporting-partner-col2 h2{font-size: 35px;font-weight: 700;color:var(--secondary-color);margin: 0 0 20px;text-transform: uppercase;line-height: 1.56;}
.exporting-partner-col1{display: flex;justify-content: center;align-items: center;}
.exporting-partner-col1 img{object-fit: cover;align-items: center;}

/* .exporting-banner-image::after{content: "";position: absolute;background-image: url(../images/cut-color.svg); background-size: contain; background-repeat: no-repeat;z-index: 0;opacity:1; bottom:-40px;left: 0;width: 150px; height: 150px;} */
.exporting-banner-image{width: 100%; height:400px;border-radius: 10px;overflow: hidden;}
.exporting-banner-image img{width: 100%; height: 100%; object-fit: cover;z-index: 1;}

/* -------------------whatweofffer-wrap----------------- */

.whatweofffer-wrap{padding: 60px 0;background-color: var(--primary-color);position: relative; overflow: hidden;}
.whatweofffer-wrap h2{font-size:35px;font-weight: 700;color: #fff;margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.offer-row{display: flex; flex-wrap: wrap;}
.offer-col1{width: 23.5%;  margin: 50px 2% 0 0; transition: all 0.3s ease-in-out;display: flex;justify-content: center;align-items: center; padding: 20px  20px; flex-direction: column;text-align:baseline; border: 1px solid #fff;background-color: var(--secondary-color);
position: relative; background-color: #fff;border-radius:10px;}
.offer-icon{margin: 0 0 20px; border-radius: 10px; background-color: #fff;height: 50px; width: 50px; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease;position: absolute;top: -30px; left: 20px; box-shadow: 0 4px 8px  rgba(0, 0, 0, 0.1);overflow: hidden;}
.offer-col1 h3{font-size: 20px; color: var(--primary-color); font-weight: 700;margin-top: 20px;}
.offer-icon img{width: 30px; height: 30px;transition:transform 0.3s ease-in-out;}
.offer-col1:nth-child(4n) { margin-right: 0; }
.offer-col1:hover{transform: scale(1.03); box-shadow: 4px 4px 4px 4px  rgba(255, 255, 255, 0.8);}
.offer-col1:hover .offer-icon img{transform: scale(1.2);}

/* ------------industry-wrap------------ */

.industry-wrap{padding: 100px 0;background-image: url(../images/about-us-image.jpg);background-position:top;background-size: cover;background-repeat: no-repeat;position: relative;}
.industry-wrap h2{font-size:35px;font-weight: 700;color: #fff;margin: 0 0 20px;text-transform: uppercase;text-align: center;  position: relative;z-index: 1;}
.indusry-row{display: flex; flex-wrap: wrap;position: relative;z-index: 1;}
.industry-wrap::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #4F8527, #000); opacity: 0.8;}
.category-card { background-color:#fff; padding: 30px 10px;  color: #000;  border: 1px solid #ccc;  transition: transform 0.3s ease;  width:20%; margin: 20px 0 0 0;  text-align: center;  transition: all 0.3s ease-in-out;  display: flex; justify-content:baseline;align-items: center; flex-direction: column;}
.category-card:hover { background-color:var(--primary-color);  border-color:var(--primary-color) ;}
.category-card:hover.category-card h3 {  color: #fff;}
.category-card:hover.category-card p {  color: #fff;} 
.category-card h3 {  font-size:20px;  margin-bottom: 10px;  color: #000;  font-weight: bold;}
.category-card p {  font-size:16px;  line-height: 1.56;  color: #000;}
.category-card:nth-child(5n) { margin-right: 0; }
.category-icon{ width: 70px;  margin: 0 0 20px;  display: flex; justify-content: center;  align-items: center;}
.category-icon img{ width: 100%;  height: 100%;  object-fit: cover;}
.category-icon .white-icon{display: none;}
.category-card:hover .white-icon{display: block;}
.category-card:hover .green-icon{display: none;}


/* -------------------howitwork-wrap----------------- */

.howitwork-wrap{padding: 60px 0;overflow: hidden; background-color: #fff;}
.howitwork-wrap h2{font-size:35px;font-weight: 700;color:var(--primary-color);margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.howitwork-row{display: flex;flex-wrap: wrap;overflow: hidden;justify-content: center;}
.howit-col1 .icon-circle{width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 0 20px; border: 2px solid var(--secondary-color);position: relative;background-color: #fff;}
.howit-col1 .icon-circle h1{font-size: 40px;font-weight: bold; color:var(--global-color);}
.howit-col1{display: flex;flex-direction: column;width:23.5%;margin:20px 2% 0 0;}
.howit-col1:last-child { margin-right: 0; }
.howit-col1 .icon-circle img{width: 50px;}
.howitwork-row .howit-col1 .icon-circle::after{content: ""; height: 2px; width:270px; background-color: var(--global-color);position: absolute; top: 50%; left: 100%; transform: translateY(-50%);}
.howit-col1 h3{font-size: 20px; color: var(--secondary-color); font-weight: 700;margin: 0 0 20px;}

.howitwork-row-2{display: flex;flex-direction: row-reverse;}
.howitwork-row-2 .howit-col1{align-items: end;margin:20px 0 0 2% ;text-align: end;}
.howitwork-row-2 .howit-col1 .icon-circle::after{content: ""; height: 2px; width:270px; background-color: var(--global-color);position: absolute; top: 50%; right: 100%; transform: translateY(-50%);}
.howitwork-row-2 .howit-col1:last-child .icon-circle::after {display: none;}



/* ---------CAM-wrap----------------------- */

.CAM-wrap{padding: 60px 0;background-color: #fff;}
.CAM-row{display: flex;flex-wrap: wrap;justify-content:space-between;align-items:center;}
.CAM-col1{display: flex;width: 48%;justify-content: center;align-items: center;}
.CAM-col1 .cam-img {width: 700px;}
.CAM-col1 .cam-img img{width: 100%; height: 100%; object-fit: cover; border-radius: 10px;}
.CAM-col2{width: 48%;}
.CAM-wrap h2{font-size:30px;font-weight: 700;color:var(--primary-color);margin: 0 0 30px;text-transform: uppercase;}
.CAM-row ul li{font-size: 18px; color: var(--primary-color);background-image: url(../images/services-svgrepo-com.svg); background-size: 20px; padding-left: 30px; margin: 0 0 20px; background-position: left;background-repeat: no-repeat;font-weight: 600; line-height: 1.56} 
.CAM-row ul li:last-child {margin-bottom: 0;}


.process-wrap{padding: 60px 0; background-color:var(--primary-color);}
.process-wrap h2{font-size:30px;font-weight: 700;color: #fff;margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.process-wrap .process-row {display: flex;flex-wrap: wrap;justify-content: center;}
.process-wrap .process-col1{width: 20%;border: 1px solid #fff;padding: 20px;background-color:transparent;height: 200px;display: flex;flex-direction: column;justify-content: space-between;transition: all 0.3s ease;position: relative;}
.process-wrap .process-col1 p{font-size: 18px; color:#fff; line-height: 1.56;font-weight: 700;}
.process-wrap .icon{width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; border-radius: 50px;background-color: var(--secondary-color);transition: all 0.3s ease;}
.process-wrap .icon img{width: 15px;}
.process-wrap .process-col1::before{  content: "";position: absolute;top: 0;left: 0;height: 5px; /* Thickness of the line */ width: 0%;background-color:#fff; /* Line color */  transition: width 0.3s ease;}
.process-wrap .process-col1:hover::before {width: 100%;}
.process-wrap .process-col1:hover .icon {  transform: scale(1.2);}

.programming-solution-wrap{padding: 60px 0; background-color: #fff;}
.programming-row{display: flex;flex-wrap: wrap;}
.programming-solution-wrap h2{font-size:30px;font-weight: 700;color: var(--primary-color);margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.programming-col1{padding: 20px;width: 32%;margin: 20px 2% 0 0 ; border: 1px solid #ccc;}
.programming-col1:nth-child(3n) { margin-right: 0; }
.programming-col1 h3{font-size: 20px; color: var(--secondary-color); font-weight: 700;margin: 0 0 20px;}
.programming-col1 p{text-align: left;line-height: 1.56; color: #000;font-size: 14px;} 

.advantage-wrap{padding: 60px 0;background-color: var(--primary-color);}
.advantage-row{display: flex;flex-wrap: wrap;align-items:baseline;}
.advantages-col1{width: 23.5%;margin: 0 2% 0 0;display:flex;flex-direction: column;justify-content: center;align-items: center;}
.advantages-col1:nth-child(4n) { margin-right: 0; }
.advantages-col1 h6{font-size: 20px; color: #fff; font-weight: 700;text-align: center;}
.advantages-col1 .adv-icon{width: 60px; margin-bottom: 10px;}


.CAD-wrap{padding: 60px 0;background-color: #fff;}
.CAD-row{display: flex;flex-wrap: wrap;justify-content:space-between;align-items: top;}
.CAD-col1{width: 48%;}
.CAD-col2{width: 48%;}
.CAD-wrap h2{font-size:30px;font-weight: 700;color:var(--primary-color);margin: 0 0 30px;text-transform: uppercase;text-align: center;}
.CAD-row ul li{font-size: 18px; color: var(--primary-color);background-image: url(../images/services-svgrepo-com.svg); background-size: 20px; padding-left: 30px; margin: 0 0 20px; background-position: left;background-repeat: no-repeat;font-weight: 600; line-height: 1.56} 
.CAD-row ul li:last-child {margin-bottom: 0;}


.service-provide-wrap{background-color: #fff;}
.service-column{position: relative;}
.service-column::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #00000024;}
.slide-img{width: 100%; height:400px; object-fit: cover;}
.slide-img img{width: 100%; height: 100%; object-fit: cover; }
.servi-content{position: absolute;text-align:left;width: 100%;z-index: 1;top: 50%;bottom: 50%;left: 0;transform: translateY(-50%);height: 100%;display:flex ;flex-direction: column;justify-content: center;}
.servi-content h2{font-size: 70px; color: #fff; font-weight: 700;}
.service-slider{background-color: #fff;}

.service-slider .slick-dots{ bottom:30px !important;}
.service-slider .slick-dots { list-style: none; display: flex !important;justify-content: center; align-items: center; padding: 0;}
.service-slider .slick-dots li { margin: 0 2px; display: flex;  justify-content: center; align-items: center; list-style: none;}
.service-slider .slick-dots button {  width: 8px !important; height: 8px !important; border: none; border-radius: 50%; border: 1px solid #fff; background: transparent; padding: 0 !important;}
.service-slider .slick-dots .slick-active button { background:#fff; width: 10px !important; height: 10px !important;}
.service-slider .slick-dots li button:before{display:none}
.service-slider .slick-dots li.slick-active button:before{display:none}
.service-slider .slick-dotted.slick-slider{margin: 0 !important;}



.industry-serve-wrap{padding: 60px 0;background-color:#fff;}
.industry-serve-wrap h2{font-size:30px;font-weight: 700;color:var(--primary-color);margin: 0 0 20px;text-transform: uppercase;text-align: center;}
.industry-serve-wrap  .industry-row{display: flex;flex-wrap: wrap;}
.industry-serve-wrap .industry-col{width:32%;border: 1px solid #ccc;margin: 0 2% 0 0;border-radius: 5px;overflow: hidden;position: relative}
.industry-serve-wrap .industry-col:nth-child(3n) { margin-right: 0; }

.industry-img{height: 200px; width: 100%;overflow: hidden;}
.industry-img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease-in-out;}
.industry-serve-wrap .industry-col .content {padding:20px;}
.industry-serve-wrap .industry-col .content ul li{ font-size: 16px; line-height: 1.56; color: var(--secondary-color); padding-left: 20px; position: relative;}
.industry-serve-wrap .industry-col .content ul li:before { content: "\2022"; position: absolute; left: 0; top: 0; }
.industry-serve-wrap .industry-col .content ul li:last-child {margin-bottom: 0;}



.top-content{position: relative;}
.top-content h3{position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;color: #fff;font-size: 20px;font-weight:500;width: 100%;text-align: center;padding: 0 20px;}
.top-content::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #0000006e;z-index: 1;}
.top-content:hover .industry-img img{transform: scale(1.1);}




/* --------------content-wrapp---------- */
.content-wrapp {padding: 60px 0; background: #ffffff;}
.content-wrapp .content-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.content-wrapp .content-col1 {width: 43%;position: sticky;top: 50px;}
.images{height: 450px;border: 1px solid #ccc;}
.images img{width: 100%;height: 100%;object-fit: cover;object-position: top;}
.image-col{height: 100px;border: 1px solid #ccc;}
.image-col img{width: 100%;height: 100%;object-fit:cover;}
.product-single-slider{margin: 0 0 20px;}
.product-single-slider .slick-slide{margin: 0 10px;}
.product-image-slider .slick-slide{margin: 0 10px;}

.content-wrapp .content-col2 { width: 53%; position: relative;}
.content-wrapp h2 { color: #37a108; font-size: 40px; font-weight: 700; text-transform: capitalize; margin: 0 0 15px;}
.content-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px; color:#000}
.content-wrapp ul { width: 100%; margin: 0 0 20px;}
.content-wrapp ul li {font-size: 16px; line-height: 1.56; padding-left: 12px; position: relative; color:#000;}
.content-wrapp ul li:before { content: "\2022";position: absolute; left: 0; top: 0;}
.content-wrapp .content-col2 .shape { width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .1;}
.content-wrapp .content-col2 .shape img {width: 100%;}
.content-wrapp .content-col2  h3{color:#000;font-size:25px;margin:0 0 20px;font-weight: 700;}
.content-wrapp .content-col2  h4 {color:#000;font-size:20px;margin:0 0 20px;font-weight: 600;}


.content-wrapp .inner-btn1 {display: inline-block; background: #35a107; padding: 12px 20px; color: #fff; border: 1px solid #35a107; font-size: 16px; font-weight: 600; border-radius: 4px; width: 100%; text-align: center; margin: 10px 0 0;}
.content-wrapp .inner-btn1:hover { background: none; color: #35a107;}
.content-wrapp p{line-height: 1.8;}
.content-wrapp ul li{margin-bottom: 12px;}



/* -------------------------Whatsapp------------------ */

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color:var(--secondary-color);
  overflow: hidden;
}
.whatsapp-image {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
.whatsapp-icon .whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whatsapp-icon:hover .whatsapp-image {
  transform: scale(1.1);
}


/* -------------Error-page-------------------- */

.error-page-section {
  padding: 60px 0;
  text-align: center;
}
.error-page-section h1 {
  font-size: 60px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
}
.error-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
}
.error-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.error-page-section .search-form {
  width: auto;
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.error-page-section .search-form input {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-color);
  border-image: initial;
  border-radius: 8px;
  padding: 0px 20px;
  background: no-repeat;
  margin: 0 10px 0 0;
  flex: 1 0 0;
}
.error-page-section .search-form .search-submit {
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  margin: 0 0 0 auto;
  position: relative;
  padding: 14px 28px 14px 28px;
  font-weight: 500;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  font-family: "Poppins", serif;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.error-page-section .search-form .search-submit .screen-reader-text {
  font-size: 16px;
  clip: inherit;
  clip-path: inherit;
  position: relative !important;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

/* ---------------Privacy-wrap-------------- */

.defualt-page-section {
  padding: 60px 0;
}
.defualt-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: 600;
}
.defualt-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  word-break: break-all;
}

/*----------------search-page-wrap-------------- */

.search-page-section {
  padding: 60px 0;
}
.search-page-section h1 {
  font-size: 32px;
  margin: 0 0 20px;
}
.search-page-section .search-page-card {
  width: 100%;
  margin: 0 0 50px;
}
.search-page-section h3 {
  font-size: 28px;
  margin: 0 0 20px;
}
.search-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.search-page-section .search-btn1 {
  display: inline-block;
  background: var(--secondary-color);
  padding: 12px 26px 12px;
  color: var(--secondary-color);
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  color: #fff;
}

.content-wrapp .content-col1 .slick-prev:before, .content-wrapp .content-col1 .slick-next:before{color: #000000 !important;}




/*--------------------------Responsive------------------------------*/

@media screen and (max-width: 1400px) {
  .container{max-width: 94%;}
}

@media screen and (max-width: 1200px) {
.banner-wrap .column-content h1{font-size: 40px;}
.banner-wrap .widget-1 h2{font-size: 18px;}
.about-us-col1 h2{font-size: 30px;}
.service-wrap h2 {font-size: 30px;}
.vision-col-1 h2 {font-size: 30px;}
.mission-col1 h2 {font-size: 30px;}
.product-wrap h2 {font-size: 30px;}
.partners-wrap h2 {font-size: 30px;}
.testimonial-wrap h2 {font-size: 30px;}
.contact-col1 h2 {font-size: 30px;}
 
.service-box h3{font-size: 22px;}


.exporting-partner-col2 h2{font-size: 30px;}
.whatweofffer-wrap h2 {font-size: 30px;}
.howitwork-wrap h2 {font-size: 30px;}
.industry-wrap h2 {font-size: 30px;}
  
  .howitwork-row-2 .howit-col1 .icon-circle::after{width: 255px;}
}
@media screen and (max-width: 1100px) {
  .header-row ul li{padding: 10px 15px;}
  .mission-col1 .contents ul li{font-size: 18px;}

  .howitwork-row-2 .howit-col1 .icon-circle::after{width: 220px;}
}


@media screen and (max-width: 1024px) {

.service-box {padding: 20px;}
.vision-col-2 h2{font-size: 60px;}
.vision-wrap::after{width: 200px;height: 200px;}
.product-wrap::after {width: 200px;height: 200px;}
.testimonial-wrap::after {width: 200px;height: 200px;}

.offer-col1 h3{font-size: 18px;}

.howitwork-row-2 .howit-col1 .icon-circle::after { width: 190px;}

.indusry-row{justify-content: center;}
.category-card{width: 30%;margin: 0;}

.CAM-row ul li{font-size: 16px;margin: 0 0 10px;}
}


@media screen and (max-width: 992px) {

.header-row ul{display: none;}
.header-row .primary-btn{display: none;}
.burger-btn {display: block;position: fixed; width: 45px; height: 30px; right: 5%;top: 30px; z-index: 999;overflow: hidden;cursor: pointer;}

.burger-btn span { display: block; width: 100%; height: 3px; background: var(--primary-color); background-size: 300% 100%;border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}

.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}

.header-menu {  display: none;}

.burger-btn span:nth-child(2n) {margin: 9px 0;transition: all 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);}

.burger-btn span:first-child {width: 70%;}

.burger-btn span:last-child { width: 70%;}

.overlay { display: block;position: fixed;  right: 0;  top: 0;width: 350px; height: 100%;  background-color: #fff; background-size: 300% 100%; z-index: 99; padding: 110px 5% 50px; transform: translateX(100%); opacity: 0;  visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}

.overlay ul li a { color:var(--primary-color); display: block; padding: 20px 0;}

.overlay ul li { font-size: 18px;border-bottom: 1px solid #000;font-weight: 500;}

.overlay.show { transform: translateX(0); opacity: 1; visibility: visible;}

.burger-btn .active span:first-child {  transform: translateY(13px) rotate(-45deg);}

.burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}

.burger-btn .active span:nth-child(2n) {transform: translateX(-100%);} 


.banner-wrap .column-content h1{font-size: 36px;}
.banner-wrap .widget-1 h2{font-size: 16px;}

.about-us-col1 h2{font-size: 28px;}
.service-wrap h2 {font-size: 28px;}
.vision-col-1 h2 {font-size: 28px;}
.mission-col1 h2 {font-size: 28px;}
.product-wrap h2 {font-size: 28px;}
.partners-wrap h2 {font-size: 28px;}
.testimonial-wrap h2 {font-size: 28px;}
.contact-col1 h2 {font-size: 28px;}
.CAD-wrap h2{font-size: 28px;}
.CAM-wrap h2 {font-size: 28px;}
.process-wrap h2 {font-size: 28px;}
.programming-solution-wrap h2 {font-size: 28px;}
.industry-serve-wrap h2 {font-size: 28px;}



.about-us-row {flex-direction: column;}
.about-us-col1 {width: 100%;margin:0 0 20px}
.about-us-col2 {width: 100%;}

.service-box { width: 32%; margin: 0 2% 20px 0;}
.service-box:nth-child(3n){margin-right:0}
.service-row{display: flex;flex-wrap: wrap;justify-content: center;}


.mission-col1 .contents ul li{font-size: 16px;background-size: 15px;}
.mission-row {flex-direction: column-reverse;}
.mission-col1 {width: 100%;}
.mission-col2 {width: 100%; margin:0 0 20px}

.footer-row{justify-content: unset;}
.footer-column{width: 32%;margin: 0 2% 20px 0;}
.footer-column:nth-child(3n){margin-right: 0;}
.footer-column:nth-child(4n){width: 48%;}

.exporting-partner-col2 h2{font-size: 28px;}
.whatweofffer-wrap h2 {font-size: 28px;}
.howitwork-wrap h2 {font-size: 28px;}
.industry-wrap h2 {font-size: 28px;}

.product-wrap-2 .product-col1{width: 32%;}
.product-wrap-2 .product-col1:nth-child(3n){margin-right:0}
.product-wrap-2 .product-col1:nth-child(4n){margin-right:2%}


.exporting-partner-row {flex-direction: column-reverse;}
.exporting-partner-col2 {width: 100%;margin: 0 0 20px;}
.exporting-banner-image {width: 100%;}
.exporting-partner-col1 {width: 100%;}

.offer-col1 { width: 32%;}
.offer-col1:nth-child(3n){margin-right:0}
.offer-col1:nth-child(4n){margin-right:2%}
.offer-col1 h3 {font-size: 16px;}

.howit-col1 h3 {font-size: 16px;}
.howit-col1 .icon-circle h1 {font-size: 30px;}
.howit-col1 .icon-circle { width: 45px;height: 45px;}
/* .howitwork-row .howit-col1 .icon-circle::after {width: 200px;} */
.howitwork-row-2 .howit-col1 .icon-circle::after {width: 180px;}


.error-page-section h1 { font-size: 35px;}
.error-page-section h2 {font-size: 25px;}

.testimonial-wrap .description p {font-size: 16px;}

/* .CAM-row{flex-direction: column-reverse;} */
.CAM-col1{width: 100%;}
/* .CAM-col2{width: 100%; margin: 0 0 20px;} */
.CAM-col2{width: 100%; margin-top: 20px;}
.CAM-col1 .cam-img {width: 500px;height: 400px;}

.process-wrap .process-col1{width: 25%;}


.advantages-col1 h6{font-size: 18px;}

.servi-content h2{font-size: 60px;}

/* ---content-wrapp----- */
.images{height: 350px;}
.content-wrapp h2{font-size: 33px;}
}




@media screen and (max-width: 767px) {
.widget-1{height: 100px;width: 25%;}
.banner-wrap .column-content h1{font-size: 30px;}
.banner-wrap .widget-1 h2{font-size: 14px;}


.about-us-col1 h2{font-size: 24px;}
.service-wrap h2 {font-size: 24px;}
.vision-col-1 h2 {font-size: 24px;}
.mission-col1 h2 {font-size: 24px;}
.product-wrap h2 {font-size: 24px;}
.partners-wrap h2 {font-size: 24px;}
.testimonial-wrap h2 {font-size: 24px;}
.contact-col1 h2 {font-size: 24px;}
.CAD-wrap h2{font-size: 24px;}
.CAM-wrap h2 {font-size: 24px;}
.process-wrap h2 {font-size: 24px;}
.programming-solution-wrap h2 {font-size: 24px;}
.industry-serve-wrap h2 {font-size: 24px;}

.about-us-wrap{padding: 30px 0;}
.vision-wrap {padding: 30px 0;}
.mission-wrap {padding: 30px 0;}
.product-wrap {padding: 30px 0;}
.partners-wrap {padding: 30px 0;}
.testimonial-wrap {padding: 30px 0;}
.footer-wrap {padding: 30px 0 0;}

.about-image::after { width: 120px;height: 120px;bottom: 0;}
.description p{font-size: 14px;}

.service-wrap{padding: 30px 0;}
.service-box { width:44%;}
.service-box:nth-child(2n){margin-right:0}
.service-box:nth-child(3n){margin-right:2%}
.primary-btn a {padding: 8px 10px;letter-spacing: 2px;font-size: 12px;}

.vision-col-1 p{font-size: 14px;}
.vision-col-2 h2{font-size: 40px;}

.vision-col-2 h4{font-size: 20px;}


.testimonial-card p{font-size: 14px;}

.contact-wrap {padding: 30px 0;}
.contact-col1 { width: 100%; margin:0 0 20px}
.contact-row {flex-direction: column;}
.contact-col2 {width: 100%;}
.details-col1 p{font-size: 14px;}



.footer-logo{width: 150px;}
.footer-column:nth-child(4n){width: 68%;}
.footer-row-2{flex-direction: column;justify-content: center;align-items: center;gap: 5px;}



.default-banner-content p{font-size: 16px;}

.exporting-partner-col2 h2{font-size: 24px;}
.whatweofffer-wrap h2 {font-size: 24px;}
.howitwork-wrap h2 {font-size: 24px;}
.industry-wrap h2 {font-size: 24px;}

.product-wrap-2{padding: 30px 0;}
.product-wrap-2 .product-col1{width: 42%;}
.product-wrap-2 .product-col1:nth-child(2n){margin-right:0}
.product-wrap-2 .product-col1:nth-child(3n){margin-right:2%}
.product-wrap-2 .product-col1:nth-child(6n){margin-right:0}

.exporting-partner-wrap{padding: 30px 0;}
.exporting-banner-image::after{width: 130px;height: 130px;bottom: 0;}

.whatweofffer-wrap{padding: 30px 0;}

.howitwork-wrap{padding: 30px 0;}
.howitwork-row-2 .howit-col1 .icon-circle::after{width: 138px; }
.howit-col1 h3{ font-size: 14px;}

.industry-wrap{padding: 60px 0;}
.category-card{width: 49%;}
.category-icon{width: 55px;}

.programming-col1{width: 49%;}
.programming-col1:nth-child(2n){margin-right:0}
.programming-col1:nth-child(3n){margin-right:2%}
.programming-col1:nth-child(6n){margin-right:0}


.CAM-wrap{padding: 30px 0;}
.process-wrap{padding: 30px 0;}
.process-wrap .process-col1{width: 33.3%;}
.process-wrap .process-col1 p{font-size: 16px;}


.advantages-col1 h6{font-size: 16px;}
.advantage-wrap{padding: 30px 0;}
.advantages-col1 .adv-icon{width: 50px}

.CAD-wrap{padding: 30px 0;}
.CAD-row ul li{font-size: 16px;}

.programming-solution-wrap{padding: 30px 0;}

.industry-serve-wrap{padding: 30px 0;}
.industry-serve-wrap .industry-col{width: 49%;margin: 20px 2% 0 0;}
.industry-serve-wrap .industry-col:nth-child(2n){margin-right:0}

.servi-content h2{font-size:50px;}

/* ---content-wrapp---- */
.content-wrapp{padding: 30px 0;}
.content-wrapp .content-col1{width: 100%;position: relative;top: 0;}
.content-wrapp .content-col2{width: 100%;margin-top: 40px;}


.error-page-section{padding: 30px 0;}
.defualt-page-section{padding: 30px 0;}
.search-page-section{padding: 30px 0;}

}



@media screen and (max-width: 600px) {
.banner-wrap{height: 70vh;}
.banner-wrap .column-content h1{font-size: 25px;}
.column-content .icon-img{width: 38px;}

.vision-row { flex-direction: column-reverse;justify-content: center;   align-items: center;}
.vision-col-2 {width: 100%;}
.vision-col-1 { width: 100%;margin: 0 0 20px;}

.vision-wrap::after{width: 150px;height: 150px;}
.product-wrap::after {width: 150px;height: 150px;}
.testimonial-wrap::after {width: 150px;height: 150px;}

.service-box { width:49%;}

.hexagon{width: 350px;height: 350px;}

.footer-column a{font-size: 14px;}
.footer-column{width: 49% !important;margin: 0 2% 20px 0;}
.footer-column:nth-child(2n){margin-right: 0;}


.default-banner-content p{font-size: 16px;}
.default-banner-content h2{font-size: 25px;}



.product-wrap-2 .product-col1{width: 49%;}
.howitwork-row-2 .howit-col1 .icon-circle::after {width: 109px;}
.howit-col1 .icon-circle h1{font-size: 20px;}
.howit-col1 .icon-circle{width: 35px;height: 35px;}

.offer-col1{width: 49%;padding: 10px 15px;}
.offer-col1:nth-child(2n){margin-right:0}
.offer-col1:nth-child(3n){margin-right:2%}
.offer-col1:nth-child(6n){margin-right:0}


.programming-col1{width: 100%;margin: 0 0 20px;}
.programming-col1:nth-child(n){margin-right:0}
.programming-col1:last-child{margin:0}

.process-wrap .process-col1{width: 50%;}

.industry-serve-wrap .industry-col{width: 100%;margin: 0 0 20px;}
.industry-serve-wrap .industry-col:nth-child(n){margin-right:0}
.industry-serve-wrap .industry-col:last-child{margin-bottom: 0;}
.servi-content h2{font-size: 45px;}


.content-wrapp h2{font-size: 30px;}
.content-wrapp p{font-size: 14px;}
.content-wrapp .content-col2  h3{font-size: 22px;}
.content-wrapp .content-col2  h4{font-size: 18px;}
}

@media screen and (max-width: 480px){

.overlay{width: 100%;}
.overlay ul li{font-size: 14px;}
.default-banner{height: 50vh;}

.banner-wrap .widget-1 h2{font-size: 12px;}
.banner-wrap .column-content h1{font-size: 22px;}

.about-us-col1 h2{font-size: 22px;}
.service-wrap h2 {font-size: 22px;}
.vision-col-1 h2 {font-size: 22px;}
.mission-col1 h2 {font-size: 22px;}
.product-wrap h2 {font-size: 22px;}
.partners-wrap h2 {font-size: 22px;}
.testimonial-wrap h2 {font-size: 22px;}
.contact-col1 h2 {font-size: 22px;}
.CAD-wrap h2{font-size: 22px;margin: 0 0 20px;text-align: center;}
.CAM-wrap h2 {font-size: 22px;text-align: center;margin: 0 0 20px;}
.process-wrap h2 {font-size: 22px;}
.programming-solution-wrap h2 {font-size: 22px;}
.industry-serve-wrap h2 {font-size: 22px;}


.about-us-col1 h6 {font-size: 16px;}


.service-box h3 {font-size: 20px;}
.service-box { width: 100%; margin: 0 0 20px;}
.service-box:nth-child(n){margin-right:0}
.service-box:last-child{margin:0}

.details-col1 h5{font-size: 16px;}

.vision-col-1 h6{font-size: 16px;}
.vision-col-1 .primary-btn a{padding: 8px 15px;}
.vision-col-2 h2 {font-size: 30px;}
.vision-col-2 h4 {font-size: 18px;}

.contact-col1 h6 { font-size: 16px;}
.contact-col2 input{font-size: 14px !important;}
.contact-col2 textarea{font-size: 14px !important;}

.footer-column{width:100% !important;margin: 0 0 20px;}
.footer-column:nth-child(n){margin-right: 0;}
.footer-column:last-child{margin:0}

.default-banner-content p{font-size: 14px;}

.exporting-partner-col2 h2{font-size: 22px;}
.exporting-partner-col2 h6{font-size: 16px;}


.whatweofffer-wrap h2 {font-size: 22px;}
.howitwork-wrap h2 {font-size: 22px;}
.industry-wrap h2 {font-size: 22px;}

.product-wrap-2 .product-col1{width:90%;margin: 0 0 20px;}
.product-wrap-2 .product-col1:nth-child(n){margin-right:0}
.product-wrap-2 .product-col1:last-child{margin:0}


.howitwork-row-2 .howit-col1 .icon-circle::after{width: 68px;}
.howit-col1 h3 {font-size: 12px;font-weight: 500;}


.offer-col1{width:100%;text-align: left;}
.offer-col1:nth-child(n){margin-right:0}
.offer-col1:last-child{margin-bottom:0}
.card-bottom {width: 100%;}

.category-icon {width: 35px;}
.category-card h3 {font-size: 16px;}
.category-card p {font-size: 14px;}
.category-card {  padding: 20px 10px;}

.testimonial-wrap .description p {font-size: 14px;}

.CAM-row ul li{font-size: 14px; margin: 0 0 10px;}
.offer-icon {top: -25px;  height:40px;  width:40px;}
.offer-icon img{width:20px; height:20px;}
.process-wrap .process-col1{padding: 10px;font-size: 14px;}
.advantages-col1 .adv-icon{width: 30px;}
.advantages-col1 h6{font-size: 12px;}
.CAD-col1{width: 100%;}
.CAD-col2{width: 100%;}
.CAD-row ul li{font-size: 14px;margin: 0 0 10px;}
.industry-serve-wrap .industry-col .content ul li{font-size: 14px;}
.slide-img{height: 300px;}
.servi-content h2{font-size: 30px;}
.CAM-col1 .cam-img { height: 200px; width: 400px;}
.programming-col1 h3{font-size: 18px;margin: 0 0 10px;}



.everest-forms-submit-button.button.evf-submit{font-size: 12px !important;padding: 8px 15px !important;}


.content-wrapp h2{font-size: 28px;}
.content-wrapp .content-col2  h3{font-size: 20px;}
.content-wrapp .content-col2  h4{font-size: 16px;}


.error-page-section .search-form .search-submit .screen-reader-text{font-size: 14px;}
.defualt-page-section h2{font-size: 22px;}
}

@media screen and (max-width: 320px) {

.default-banner-content h2{font-size: 22px;}

.about-us-col1 h2{font-size: 20px;}
.service-wrap h2 {font-size: 20px;}
.vision-col-1 h2 {font-size: 20px;}
.mission-col1 h2 {font-size: 20px;}
.product-wrap h2 {font-size: 20px;}
.partners-wrap h2 {font-size: 20px;}
.testimonial-wrap h2 {font-size: 20px;}
.contact-col1 h2 {font-size: 20px;}
.CAM-wrap h2 {font-size: 20px;}
.CAD-wrap h2{font-size: 20px;}
.process-wrap h2 {font-size: 20px;}
.programming-solution-wrap h2 {font-size: 20px;}
.industry-serve-wrap h2 {font-size: 20px;}

.mission-col1 .contents ul li{font-size: 14px;margin: 0 0 10px;}
.hexagon{width: 250px;height: 250px;}

.footer-logo{width: 120px;}

.exporting-partner-col2 h2{font-size: 20px;}
.whatweofffer-wrap h2 {font-size: 20px;}
.howitwork-wrap h2 {font-size: 20px;}
.industry-wrap h2 {font-size: 20px;}

.product-wrap-2 .product-col1{width:100%;}


.howitwork-row .howit-col1 .icon-circle::after{height: 1px;}
.howit-col1 .icon-circle {width: 30px; height: 30px; }
.howit-col1 h3 {font-size: 10px;}

.category-card{width: 100%;}


.advantages-col1 h6{font-size: 10px;}
.process-wrap .process-col1 { width: 100%;  height: 150px;}

}

