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

/* CSS Document © 2025 ENVINTO */
@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&display=swap');

::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; 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:"Poppins", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#ffffff; background: #000000; -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; scroll-behavior: smooth;}
:root { --primary: #ffffff; --secondary:#000000; --global: #6D95FC;}
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: "Poppins", sans-serif;}
p, p span { font-family:"Poppins", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
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(--secondary-color);
}
::-moz-placeholder { 
  color:var(--secondary-color);
}
:-ms-input-placeholder {
  color:var(--secondary-color);
}
:-moz-placeholder {
  color:var(--secondary-color);
}

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

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

strong{font-weight: bold;}

.container{width: 94%; max-width: 1320px; margin: 0 auto;}


/* --------header-wrapp--------- */
.header-wrapp {padding: 15px 0; background: var(--primary); position: relative; z-index: 999; }
.header-wrapp .header-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp  .logo { width: 290px;}
.header-wrapp .header-menu {  width: auto;}
.header-wrapp .header-menu ul {  width: 100%; display: flex; flex-wrap: wrap;}
.header-wrapp .header-menu ul li { font-size: 16px; font-weight: 500; margin: 0 15px;}
.header-wrapp .header-menu ul li a { display: block; color: var(--secondary);}
.header-wrapp .header-menu ul li a:hover { color: var(--global);}
.header-wrapp .header-search { width: 25px;}
.header-wrapp .header-search img { width: 100%;}

.header-wrapp .header-menu ul li.dropdown { position: relative; padding-right: 16px; background: url(../images/chevron-down-solid-full.svg) no-repeat center / 14px; background-position-x: 100%;}
.header-wrapp .header-menu ul li.dropdown .sub-menu { display: block; position: absolute; width: 215px; background: var(--primary); z-index: 1; top: 100%; padding: 10px 0; opacity: 0; visibility: hidden;}
.header-wrapp .header-menu ul li.dropdown .sub-menu li { margin: 0 0 0;}
.header-wrapp .header-menu ul li.dropdown .sub-menu li a { padding: 5px 15px;}
.header-wrapp .header-menu ul li.dropdown:hover .sub-menu{opacity: 1; visibility: visible;}

.header-wrapp.sticky { position: fixed; z-index: 9; animation: .7s slide-down;}
@keyframes slide-down {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}

.overlay{display: none;}
.burger-btn{display: none;}



/* --------banner-wrapp--------- */
.banner-wrapp { padding: 100px 0 0;position: relative; background: var(--secondary); z-index: 1;}
.banner-wrapp .banner-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;}
.banner-wrapp .banner-col1 { width: 48%; padding: 0 0 50px;}
.banner-wrapp  h3 { font-size: 18px; text-transform: uppercase; color: var(--global); font-weight: 500; letter-spacing: 2px; margin: 0 0 20px;}
.banner-wrapp h1 { font-size: 60px;font-weight: 700; text-transform: uppercase; padding: 0 0 20px; position: relative;  margin: 0 0 35px; letter-spacing: 1.5px; line-height: 1.3;}
.banner-wrapp h1 span { color: var(--global);}
.banner-wrapp h1:after { content: ""; position: absolute; width: 100px; height: 2px; background: var(--global); left: 0; bottom: 0;}
.banner-wrapp p { font-size: 16px; line-height: 1.56; font-weight: 300; margin: 0 0 26px;}
.banner-wrapp .banner-btns { width: 100%; display: flex; flex-wrap: wrap; margin: 35px 0 0;}
.banner-wrapp .banner-btn { background: #D76C35; display: block; padding: 14px 22px; font-size: 14px; text-transform: uppercase; color: var(--primary); letter-spacing: 1.5px;  border: 1px solid #D76C35;  border-radius: 10px; margin: 0 20px 0 0;}
.banner-wrapp .banner-btn:hover { color: #D76C35; background: none;}
.banner-wrapp .banner-btn1 { background: none; display: block; padding: 14px 22px; font-size: 14px; text-transform: uppercase; color: #D76C35; letter-spacing: 1.5px; border: 1px solid #D76C35; border-radius: 10px;}
.banner-wrapp .banner-btn1:hover { background: #D76C35; color: var(--primary);}
.banner-wrapp .banner-col2 { width: 44%; position: relative; z-index: 1; padding-right: 5%;}
.banner-wrapp .banner-col2 img { width: 100%;}
.banner-wrapp .banner-col2 .shape1 {position: absolute; width: 130px; left: 14px; z-index: -1; top: 55px;}
.banner-wrapp .banner-col2 .shape2 { position: absolute; right: 0; width: 175px; top: 147px; z-index: -1;}
.banner-wrapp:after { content: ""; position: absolute; background: url(../images/banner-overlay.png) no-repeat center center / 100% 100%; width: 100%; height: 100%; top: 0; left: 0; z-index: -1;}



/* ------------experience-wrapp------------ */
.experience-wrapp { padding: 30px 0; background: #796EFF; position: relative;}
.experience-wrapp .shape1 { position: absolute; width: 5%; top: 0; left: 0;}
.experience-wrapp .shape2 {  position: absolute;  right: 0;  top: 0; width: 15%;}
.experience-wrapp .shape2 img { width: 100%;}
.experience-wrapp .shape1 img {  width: 100%;}
.experience-wrapp .experience-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.experience-wrapp .experience-col1 { width: 23.5%; margin: 0 2% 0 0; text-align: center;}
.experience-wrapp .experience-col1:nth-child(4n) { margin-right: 0;}
.experience-wrapp .experience-col1 .experience-icon { width: 95px; height: 90px; margin: 0 auto 20px;}
.experience-wrapp .experience-col1 .experience-icon img { width: 100%; height: 100%; object-fit: contain;}
.experience-wrapp h1 {font-size: 60px; font-weight: 700; color: var(--primary); line-height: 1; margin: 0 0 10px;}
.experience-wrapp p {font-size: 16px; color: var(--primary);}



/* -----------abouts-wrapp------------ */
.abouts-wrapp { padding: 100px 0 0; position: relative;}
.abouts-wrapp .abouts-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.abouts-wrapp  .abouts-col1 { width: 44%;}
.abouts-wrapp .abouts-col2 { width: 48%;}
.abouts-wrapp h3 { font-size: 18px; text-transform: uppercase; color: var(--global); font-weight: 500; letter-spacing: 2px; margin: 0 0 20px;}
.abouts-wrapp h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 25px; margin: 0 0 40px;}
.abouts-wrapp h2 span { display: block; color: var(--global);}
.abouts-wrapp h2:after { content: ""; position: absolute; width: 97px; height: 3px; background: var(--primary); bottom: 0;}
.abouts-wrapp h4 { font-size: 14px;  color: var(--global); margin: 0 0 20px;}
.abouts-wrapp p {  font-size: 16px; line-height: 1.56; margin: 0 0 28px;}
.abouts-wrapp .readmore-btn { display: inline-block; background: none;color: var(--primary); border: 2px solid var(--global); padding: 9px 30px; text-transform: uppercase; letter-spacing: 1.3px;}
.abouts-wrapp .readmore-btn:hover { background: var(--global);}
.abouts-wrapp .abouts-col1 img { width: 100%;}
.abouts-wrapp:after { content: ""; position: absolute; width: 70%; height: 100%; top: 0; left: 0; background: linear-gradient(270deg,rgba(0, 0, 0, 1) 34%, rgba(109, 149, 252, 1) 100%); z-index: -1; opacity: 0.3;}



/* --------video-sec---------- */
.video-sec {padding: 100px 0;}
.video-sec .video-wrapp { width: 100%;max-width: 1000px;margin: 0 auto;position: relative;}
.video-sec .video-wrapp img { width: 100%;}
.video-play-button {width: 100px;height: 100px;float: left; background: none;border: 10px solid #ffffff;border-radius: 50%;margin: 0 0 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);cursor: pointer;}
.video-play-button:after {  width: 72px;height: 72px;background: var(--primary);border-radius: 50%;display: block; -webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);-webkit-animation: pulse-border 1500ms ease-out infinite;animation: pulse-border 1500ms ease-out infinite;}
.js-video-button{ width: 220px; align-items: center;justify-content: space-between; display: flex;margin: 20px auto;}
.video-play-button:before {width: 92px;height: 92px;background: var(--primary);border-radius: 50%;display: block; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);-webkit-animation: pulse-border 1500ms ease-out infinite;animation: pulse-border 1500ms ease-out infinite;}
.video-play-button:after,.video-play-button:before {content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; z-index: -9;}
.video-play-button span {   width: 0;height: 0;border-left: 27px solid var(--primary);border-top: 20px solid transparent;border-bottom: 20px solid transparent;display: block;margin: 21px 32px;position: relative;z-index: 3;}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}




/* ---------product-wrapp--------- */
.product-wrapp { padding: 0 0 100px;}
.product-wrapp .product-tabs { width: 100%; margin: 0 0 60px;}
.product-wrapp .product-tabs ul { width: 100%; display: flex; flex-wrap: wrap; gap: 45px; justify-content: center;}
.product-wrapp .product-tabs ul .product-tab a { display: inline-block; padding: 9px 20px; border: 1px solid #D76C35; border-radius: 10px; color: var(--primary); font-size: 18px; cursor: pointer;}
.product-wrapp .product-tabs ul .product-tab a.active { background: #D76C35;}
.product-wrapp .product-tabs ul .product-tab a:hover { background: #D76C35;}
.product-wrapp .product-tab-content { width: 100%;}
.product-wrapp .product-tab-content .product-tab-pane { width: 100%; display: none;}
.product-wrapp .product-tab-content .product-tab-pane.active { display: block;}
.product-wrapp .product-slider { width: 100%; margin: 0 0 0;}
.product-wrapp .product-slider .slick-track { display: flex; flex-wrap: wrap;}
.product-wrapp .product-slider .slick-track .slick-slide { height: inherit;}
.product-wrapp .product-slider .slick-track .slick-slide > div { width: 90%; margin: 0 auto; height: 100%;}
.product-wrapp .product-slider .slick-track .slick-slide .product-col1 { width: 100%; height: 100%;}
.product-wrapp .product-col1 {position: relative; background: #080C14; padding: 0 0 60px;}
.product-wrapp .product-col1 .product-img {width: 100%; position: relative;}
.product-wrapp .product-col1 .product-img img { width: 100%; height: 239px; object-fit: cover;}
.product-wrapp .product-col1 .product-detail { padding: 20px;}
.product-wrapp h3 { font-size: 18px; color: var(--primary); font-weight: 500; margin: 0 0 10px;}
.product-wrapp p { font-size: 14px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.product-wrapp .product-col1 .product-btns { width: 100%; position: absolute; bottom: 0; left: 0; padding: 20px;}
.product-wrapp  .view-btn { display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global); padding: 9px 30px; font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; margin: 0 15px 0 0;}
.product-wrapp .view-btn:hover { background: var(--global);}
.product-wrapp .download-btn { font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; color: var(--primary); padding-left: 30px; background: url(../images/download-icon.svg) no-repeat center left / 20px;}
.product-wrapp .download-btn:hover {color: var(--global);}
.product-wrapp h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 20px; margin: 0 0 50px; text-align: center;}
.product-wrapp h2 span { color: var(--global);}
.product-wrapp h2:after { content: ""; position: absolute; width: 97px; height: 3px; background: var(--primary); bottom: 0; left: 50%; transform: translateX(-50%);}

.product-wrapp .product-col1 .product-img .tag {position: absolute; top: 14px; background: #DCFCE7; right: 10px;  color: #2E8047; display: flex; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; padding: 6px 20px; border-radius: 20px;}
.product-wrapp .product-col1 .product-img .tag .icon { width: 24px; margin: 0 10px 0 0;}
.product-wrapp .product-col1 .product-img .tag .icon img {width: 100%; height: auto;}

.product-wrapp .product-col1 .product-img .aviation-tag{background: #DCFCE7; color: #2E8047;}
.product-wrapp .product-col1 .product-img .oil-tag {background: #FFEDD5; color: #C2461F;}
.product-wrapp .product-col1 .product-img .electrical-tag {background: #DBEAFE; color: #1D55D9;}






/* ---------service-wrapp--------- */
.service-wrapp { padding: 0 0 100px;}
.service-wrapp .service-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.service-wrapp .service-col1 { width: 48%;}
.service-wrapp .service-content { width: 85%; margin: 0 0 36px;}
.service-wrapp h3 { font-size: 18px; text-transform: uppercase; color: var(--global); font-weight: 500; letter-spacing: 2px; margin: 0 0 20px;}
.service-wrapp  h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 25px; margin: 0 0 40px;}
.service-wrapp h2 span { display: block; color: var(--global);}
.service-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 28px;}
.service-wrapp .view-btn { display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global); padding: 9px 30px; text-transform: uppercase; letter-spacing: 1.3px;}
.service-wrapp .view-btn:hover { background: var(--global);}
.service-wrapp h2:after { content: ""; position: absolute; width: 97px; height: 3px; background: var(--primary); bottom: 0;}
.service-wrapp .service-col2 { width: 46%; display: flex; flex-wrap: wrap;}
.service-wrapp .service-col3 { width: 48%; background: linear-gradient(90deg, rgba(109, 149, 252, 0.35) -346.67%, rgba(21, 21, 21, 0.31) 74.83%); margin: 0 4% 20px 0; padding: 20px; text-align: center;}
.service-wrapp .service-col3:nth-child(2n) {background: linear-gradient(180deg, rgba(109, 149, 252, 0.55) -217.33%, rgba(109, 149, 252, 0) 66.64%);margin-right: 0;}
.service-wrapp .service-col3:nth-child(3n) { background: linear-gradient(357.34deg, rgba(109, 149, 252, 0.55) -217.33%, rgba(109, 149, 252, 0) 66.64%);}
.service-wrapp  h4 { font-size: 16px; text-transform: uppercase; font-weight: 700; color: var(--global); margin: 0 0 10px;}
.service-wrapp .service-col3 .icon { width: 70px; height: 70px; margin: 0 auto 20px;}
.service-wrapp .service-col3 .icon img { width: 100%; height: 100%; object-fit: contain;}
.service-wrapp .service-col3 p {font-size: 14px; margin: 0 0 0;}
.service-wrapp .service-col1 .service-img { width: 100%;}
.service-wrapp .service-col1 .service-img img { width: 100%; height: 315px; object-fit: cover; object-position: top;}
.service-wrapp .service-col3.viewmore { display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.service-wrapp .service-col3 .viewmore-btn { display: inline-block; color: var(--global); text-transform: uppercase; letter-spacing: 1.3px; font-weight: 700;}
.service-wrapp .service-col3 .viewmore-btn:hover { color: var(--primary);}




/* ----------work-wrapp---------- */
.work-wrapp { padding: 0 0 100px; text-align: center;}
.work-wrapp h2 {font-size: 48px; font-weight: 700; position: relative; padding: 0 0 25px;}
.work-wrapp h2 span { color: var(--global);}
.work-wrapp h3 { font-size: 18px; text-transform: uppercase; color: var(--global); font-weight: 500; letter-spacing: 2px; margin: 0 0 20px; display: inline-block; position: relative; padding: 0 80px;}
.work-wrapp h3:before { content: ""; position: absolute; width: 70px; height: 2px; background: var(--primary); left: 0; top: 50%; transform: translateY(-50%);}
.work-wrapp h3:after { content: ""; position: absolute; width: 70px;  height: 2px; background: var(--primary); right: 0;top: 50%; transform: translateY(-50%);}
.work-wrapp .work-row { width: 100%;}
.work-wrapp .work-tabs { width: 100%;}
.work-wrapp .work-tabs ul {width: 100%; display: flex; flex-wrap: wrap; gap: 45px; justify-content: center;}
.work-wrapp .work-tabs ul .work-tab a { display: inline-block; padding: 9px 20px; border: 1px solid #D76C35; border-radius: 10px; color: var(--primary); font-size: 18px; cursor: pointer;}
.work-wrapp .work-tabs ul .work-tab a.active {background: #D76C35;}
.work-wrapp .work-tabs ul .work-tab a:hover {background: #D76C35;}
.work-wrapp  .work-tab-content {width: 100%; margin: 50px 0 0;}
.work-wrapp .work-tab-content .work-tab-pane { width: 100%; display: none;}
.work-wrapp .work-tab-content .work-tab-pane.active { display: block;}
.swiper {width: 100%;padding: 40px 0;}
.swiper-slide {transition: transform 0.3s ease-in-out;}
.swiper-slide-active {transform: scale(1.2) !important; z-index: 2;}
.work-wrapp .work-tab-content .work-slider { padding-bottom: 7%;}
.work-wrapp .work-tab-content .work-slider .swiper-pagination { bottom: 0;}
.work-wrapp .work-tab-content .work-slider .swiper-pagination .swiper-pagination-bullet { background: none; border-radius: 0; border: 2px solid transparent; opacity: 1; width: 18px; height: 18px; position: relative; margin: 0;}
.work-wrapp .work-tab-content .work-slider .swiper-pagination .swiper-pagination-bullet:before { content: ""; position: absolute; width: 7px; height: 7px; background: var(--primary); top: 50%;  left: 50%; transform: translate(-50%, -50%);}
.work-wrapp .work-tab-content .work-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: var(--global);}





/* ----------whychoose-wrapp---------- */
.whychoose-wrapp { padding: 0 0 100px; position: relative;}
.whychoose-wrapp .whychoose-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.whychoose-wrapp .whychoose-col1 { width: 51%;}
.whychoose-wrapp .whychoose-col2 { width: 44%;}
.whychoose-wrapp h3 { display: inline-block; font-size: 18px; text-transform: uppercase; color: var(--global); font-weight: 500; letter-spacing: 2px; margin: 0 0 20px; padding: 0 0 15px; position: relative;}
.whychoose-wrapp h3:after { content: ""; position: absolute; width: 100%; height: 2px; background: var(--primary); left: 0; bottom: 0;}
.whychoose-wrapp h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 25px; text-transform: uppercase;}
.whychoose-wrapp h2 span { color: var(--global);}
.whychoose-wrapp .readmore-btn { display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global);  padding: 9px 30px; text-transform: uppercase; letter-spacing: 1.3px;}
.whychoose-wrapp .readmore-btn:hover { background: var(--global);}
.whychoose-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 28px;}
.whychoose-wrapp ul { width: 100%; margin: 0 0 28px;}
.whychoose-wrapp ul li { font-size: 16px; line-height: 1.56; padding-left: 28px; background: url(../images/check-mark.svg) no-repeat left center / 18px; margin: 0 0 10px;}
.whychoose-wrapp:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; right: 0; background: linear-gradient(153deg, transparent 67%, rgba(109, 149, 252, 1) 100%); z-index: -1; opacity: 0.3;}




/* ----------news-wrapp---------- */
.news-wrapp { padding: 20px 0 100px;}
.news-wrapp .news-row {width: 100%;position: relative; margin: 0 0 85px; padding: 0 0 10px;}
.news-wrapp h3 { font-size: 18px; text-transform: uppercase; color: var(--global); font-weight: 500; letter-spacing: 2px; margin: 0 0 20px; text-align: center;}
.news-wrapp h2 {font-size: 48px; font-weight: 700; position: relative; margin: 0 0 50px; text-align: center;}
.news-wrapp h2 span {color: var(--global);}
.news-wrapp .news-img {width: 100%;position: relative;}
.news-wrapp .news-img img {width: 100%;}
.news-wrapp .news-img .new-content {position: absolute; width: 49%;left: 0; bottom: 0; padding: 28px;}
.news-wrapp  h4 { font-size: 22px; margin: 0 0 10px;}
.news-wrapp p { font-size: 16px; line-height: 1.56;}
.news-wrapp .news-row:after { content: ""; position: absolute; width: 70%; height: 100%; top: 0; left: 0; background: linear-gradient(270deg, transparent 61%, rgba(109, 149, 252, 1) 100%); z-index: -1; opacity: 0.3;}
.news-wrapp .news-row1 { width: 100%;}
.news-wrapp .news-col1 { width: 100%; position: relative; padding-bottom: 40px;}
.news-wrapp .news-col1 .news-img { width: 100%; margin: 0 0 20px;}
.news-wrapp .news-col1 .news-img img {width: 100%; height: 239px; object-fit: cover;}
.news-wrapp .news-col1 .news-detail { width: 100%;}
.news-wrapp .news-col1  h3 { text-transform: none; font-size: 16px; font-weight: 500; color: var(--primary); letter-spacing: normal; text-align: left; margin: 0 0 10px;}
.news-wrapp .news-col1 p { margin: 0 0 20px;}
.news-wrapp .news-col1 .news-btns {width: 100%; position: absolute; left: 0; bottom: 0;}
.news-wrapp .news-col1 .news-btns .view-btn {display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global); padding: 9px 30px;  font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; margin: 0 15px 0 0;}
.news-wrapp .news-col1 .news-btns .view-btn:hover { background: var(--global);}
.news-wrapp .news-col1 .news-btns .download-btn {font-size: 12px;text-transform: uppercase; letter-spacing: 1.3px; color: var(--primary); padding-left: 30px; background: url(../images/download-icon.svg) no-repeat center left / 20px;}
.news-wrapp .news-col1 .news-btns .download-btn:hover {color: var(--global);}
.news-wrapp .news-slider {width: 100%;}
.news-wrapp .news-slider .slick-track {display: flex; flex-wrap: wrap;}
.news-wrapp .news-slider .slick-track .slick-slide {height: inherit;}
.news-wrapp .news-slider .slick-track .slick-slide > div { width: 90%; margin: 0 auto; height: 100%;}
.news-wrapp .news-slider .slick-track .slick-slide .news-col1 {height: 100%;}





/* -------------testi-wrapp---------- */
.testi-wrapp .testi-row { width: 100%; position: relative; max-width: 1070px; margin: 0 auto;}
.testi-wrapp .testi-img1 { position: absolute; width: 39%; left: 0; bottom: 0;}
.testi-wrapp .testi-img2 { position: absolute; width: 39%; right: 0;bottom: 0;}
.testi-wrapp .testi-col1 { width: 100%; background: var(--secondary); max-width: 650px; margin: 0 auto; position: relative; padding: 90px; text-align: center;}
.testi-wrapp h2 {font-size: 48px;font-weight: 700; position: relative; padding: 0 0 16px; text-transform: uppercase; text-align: center; margin: 0 0 27px;}
.testi-wrapp h2 span { color: var(--global);}
.testi-wrapp h2:after {content: ""; position: absolute; width: 218px; height: 2px; background: var(--global); bottom: 0; left: 50%;transform: translateX(-50%);}
.testi-wrapp h3 { font-size: 18px; text-transform: uppercase; color: var(--primary); font-weight: 500; letter-spacing: 2px; margin: 0 0 20px; text-align: center;}
.testi-wrapp .testi-box { width: 100%; background: linear-gradient(175.64deg, rgba(17, 24, 42, 0.7) 19.67%, rgba(17, 24, 42, 0) 121.51%); padding: 35px; border-radius: 30px; margin: 70px 0; text-align: left;}
.testi-wrapp .testi-slider { width: 100%;}
.testi-wrapp .testi-item { width: 100%;}
.testi-wrapp p {font-size: 16px; line-height: 1.56;letter-spacing: 1px; margin: 0 0 28px;}
.testi-wrapp .testi-detail { width: 100%; display: flex; flex-wrap: wrap; align-items: center; background: url(../images/Coomas.svg) no-repeat center right / 30px; background-position-x: 92%; padding-right: 65px;}
.testi-wrapp .testi-detail .testi-author { width: 80px; height: 80px; margin: 0 20px 0 0;}
.testi-wrapp .testi-detail .testi-author img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.testi-wrapp .testi-detail .author-detail { width: auto; flex: 1 0 0;}
.testi-wrapp  h4 { font-size: 18px;font-weight: 700; margin: 0 0 5px;}
.testi-wrapp h5 { font-size: 12px; color: var(--global);}
.testi-wrapp .testi-btn { display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global); padding: 9px 30px; text-transform: uppercase; letter-spacing: 1.3px; margin: 0 auto;}
.testi-wrapp .testi-btn:hover { background: var(--global);}




/* -----------contact-wrapp---------- */
.contact-wrapp { padding: 100px 0; position: relative;}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp .contact-col1 { width: 38%;}
.contact-wrapp .contact-col2 { width: 42%;}
.contact-wrapp h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 20px; text-transform: uppercase; margin: 0 0 25px;}
.contact-wrapp h2 span { color: var(--global);}
.contact-wrapp h2:after { content: ""; position: absolute; width: 97px; height: 2px; background: var(--primary); bottom: 0; left: 0;}
.contact-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 26px;}
.contact-wrapp ul { width: 100%;}
.contact-wrapp ul li { font-size: 16px; font-weight: 700; padding-left: 42px; position: relative; line-height: 1.56; margin: 0 0 20px;}
.contact-wrapp ul li .icon { display: block; position: absolute; left: 0; top: 50%; width: 25px; transform: translateY(-50%);}
.contact-wrapp ul li a { color: var(--global); display: block; font-size: 14px; font-weight: 400;}
.contact-wrapp ul li a:hover { color: var(--primary);}
.contact-wrapp .contact-form { width: 100%; background: linear-gradient(179.96deg, #12192B 0.03%, rgba(18, 25, 43, 0) 109.04%); padding: 45px; border-radius: 30px;}
.contact-wrapp .contact-form label { display: block; font-size: 14px; letter-spacing: 1.2px; margin: 0 0 8px; color: var(--primary); text-transform: uppercase; font-weight: 400;}
.contact-wrapp .contact-form input { width: 100%; height: 48px;  margin: 0 0 10px; background: none; border: 1px solid var(--primary);  color: var(--primary); padding: 12px 15px;font-size: 14px;}
.contact-wrapp .contact-form textarea { width: 100%; height: 131px; margin: 0 0 15px; background: none; border: 1px solid var(--primary); color: var(--primary); padding: 12px 15px; font-size: 14px; resize: none;}
.contact-wrapp .contact-form  .submit-btn { background: #D76C35; width: 100%; color: var(--secondary); border: 1px solid #D76C35; font-family: "Poppins", sans-serif; font-size: 14px; text-transform: uppercase; padding: 12px; border-radius: 10px; cursor: pointer; transition: all .25s ease-in-out;}
.contact-wrapp .contact-form .submit-btn:hover { background: none; color: var(--primary);}
.contact-wrapp:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; right: 0; background: linear-gradient(47deg, transparent 67%, rgba(109, 149, 252, 1) 100%); z-index: -1; opacity: 0.3;}

.contact-wrapp .map-wrapp {width: 100%;margin: 75px 0 0;}
.contact-wrapp .map-wrapp iframe { width: 100%;}

.contact-wrapp .contact-form .everest-forms .evf-field-container {padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row { margin: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container {padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button { background: #D76C35; width: 100%; color: var(--secondary); border: 1px solid #D76C35; font-family: "Poppins", sans-serif; font-size: 14px; text-transform: uppercase; padding: 12px; border-radius: 10px; cursor: pointer; transition: all .25s ease-in-out;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button:hover {background: none; color: var(--primary);}





/* -----------footer-wrapp----------  */
.footer-wrapp {text-align: center; position: relative; overflow: hidden;}
.footer-wrapp .footer-row { width: 100%;}
.footer-wrapp .logo { width: 175px; margin: 0 auto 20px;}
.footer-wrapp h3 {font-size: 14px; color: var(--primary); padding: 0 0 10px; margin: 0 0 20px; position: relative;letter-spacing: 2px;}
.footer-wrapp h3:after { content: ""; position: absolute; width: 100px; height: 1px; background: var(--primary); left: 50%; bottom: 0; transform: translateX(-50%);}
.footer-wrapp ul {    width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 20px;}
.footer-wrapp ul li { font-size: 16px; font-weight: 500; color: var(--global); margin: 0 15px;}
.footer-wrapp ul li a { display: block; color: var(--global);}
.footer-wrapp ul li a:hover { color: var(--primary);}
.footer-wrapp p { font-size: 16px; line-height: 1.83; margin: 0 0 26px;}
.footer-wrapp p span { display: block;}
.footer-wrapp .social-icons { width: 100%;}
.footer-wrapp .social-icons ul li { margin: 0 12px;}
.footer-wrapp .social-icons ul li .icon { display: block; width: 21px; height: 21px; position: relative;}
.footer-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .social-icons ul li .icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; transition: all .25s ease-in-out; opacity: 0;}
.footer-wrapp .social-icons ul li .icon:hover .hover-icon { opacity: 1;}
.footer-wrapp .social-icons ul li .icon:hover > img { opacity: 0;}
.footer-wrapp .footer-row1 { width: 100%; margin: 90px 0 0;}
.footer-wrapp .footer-row1 p { font-size: 12px;}
.footer-wrapp .footer-row1 p a { color: var(--primary); text-decoration: underline;}
.footer-wrapp .footer-row1 p a:hover { color: var(--global);}
.footer-wrapp:after { content: ""; position: absolute; width: 100%;  height: 84px; background: var(--global); bottom: -48%; left: 0; filter: blur(500px); z-index: -1; border-radius: 50%;}




/* ---------inner-banner---------- */
.inner-banner {position: relative;}
.inner-banner .bg-img { width: 100%; position: relative;}
.inner-banner .bg-img img { width: 100%; min-height: 350px; object-fit: cover;}
.inner-banner .inner-content { position: absolute; width: 100%; top: 50%; left: 0; transform: translateY(-50%);}
.inner-banner .bg-img:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 50%);}
.inner-banner h1 { font-size: 47px; font-weight: 700; text-transform: uppercase; padding: 0 0 15px; position: relative; margin: 0 0 20px; letter-spacing: 1.5px; line-height: 1.3;}
.inner-banner h1:after {content: ""; position: absolute; width: 100px; height: 2px; background: var(--global); left: 0; bottom: 0;}
.inner-banner p {font-size: 16px; line-height: 1.56; font-weight: 300; margin: 0 0 26px;}




/* ---------about-wrapp-------- */
.about-wrapp { padding: 100px 0;}
.about-wrapp .about-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.about-wrapp .about-col1 { width: 60%;}
.about-wrapp .about-col2 { width: 33%;}
.about-wrapp  h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 25px; margin: 0 0 40px;}
.about-wrapp  h2 span { color: var(--global);}
.about-wrapp h2:after { content: ""; position: absolute; width: 97px; height: 3px; background: var(--primary); bottom: 0; left: 0;}
.about-wrapp p {font-size: 16px; line-height: 1.56; margin: 0 0 28px;}
.about-wrapp .about-col3 { width: 100%; background: linear-gradient(90deg, rgba(109, 149, 252, 0.35) -346.67%, rgba(21, 21, 21, 0.31) 74.83%); margin: 0 0 20px 0; padding: 20px; text-align: center;}
.about-wrapp .about-col3 .about-icon { width: 70px; height: 70px; margin: 0 auto 20px;}
.about-wrapp h3 { font-size: 16px; text-transform: uppercase; font-weight: 700; color: var(--global); margin: 0 0 10px;}
.about-wrapp .about-col3 p {font-size: 14px; margin: 0 0 0;}
.about-wrapp .about-col3 p span { display: block;}
.about-wrapp .about-col3:nth-child(2) { background: linear-gradient(357.34deg, rgba(109, 149, 252, 0.55) -217.33%, rgba(109, 149, 252, 0) 66.64%);}
.about-wrapp .about-col3:nth-child(3) { background: linear-gradient(180deg, rgba(109, 149, 252, 0.55) -217.33%, rgba(109, 149, 252, 0) 66.64%); margin-right: 0;}
.about-wrapp .about-img { width: 100%;}
.about-wrapp .about-img img { width: 100%; height: 520px; object-fit: cover; object-position: top;}




/* ----------mission-wrapp---------- */
.mission-wrapp {padding: 0 0 100px;}
.mission-wrapp .mission-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.mission-wrapp .mission-col1 { width: 48%; background: linear-gradient(90deg, rgba(109, 149, 252, 0.35) -346.67%, rgba(21, 21, 21, 0.31) 74.83%); margin: 0 0 20px 0; padding: 30px;}
.mission-wrapp .mission-col1 .icon { width: 70px; height: 70px; margin: 0 0 12px;}
.mission-wrapp h2 { font-size: 30px; font-weight: 700; position: relative; margin: 0 0 12px;}
.mission-wrapp h2 span { color: var(--global);}
.mission-wrapp p { font-size: 14px; line-height: 1.56;}



/* -------certi-wrapp---------- */
.certi-wrapp {padding: 100px 0; position: relative; text-align: center;}
.certi-wrapp h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 15px; margin: 0 0 38px;}
.certi-wrapp h2 span { color: var(--global);}
.certi-wrapp h2:after { content: ""; position: absolute; width: 218px;  height: 2px; background: var(--global); bottom: 0; left: 50%; transform: translateX(-50%);}
.certi-wrapp .certi-row { width: 100%;}
.certi-wrapp .swiper {  width: 90%; max-width: 1000px; padding-top: 50px; padding-bottom: 75px;}
.certi-wrapp .swiper .swiper-slide { background-position: center; background-size: cover; width: 250px;  height: 350px; display: flex; justify-content: center; align-items: center;}
.certi-wrapp:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; right: 0; background: linear-gradient(64deg, transparent 67%, rgba(109, 149, 252, 1) 100%); z-index: -1; opacity: 0.3;}
.certi-wrapp .swiper .swiper-pagination {  bottom: 0;}
.certi-wrapp .swiper .swiper-pagination .swiper-pagination-bullet { background: none; border-radius: 0; border: 2px solid transparent; opacity: 1; width: 18px; height: 18px; position: relative; margin: 0;}
.certi-wrapp .swiper .swiper-pagination .swiper-pagination-bullet:before { content: ""; position: absolute; width: 7px; height: 7px; background: var(--primary); top: 50%;  left: 50%; transform: translate(-50%, -50%);}
.certi-wrapp .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: var(--global);}





/* ---------salesnet-wrapp---------- */
.salesnet-wrapp {padding: 100px 0; position: relative;}
.salesnet-wrapp .salesnet-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.salesnet-wrapp .salesnet-col1 { width: 48%;}
.salesnet-wrapp  .salesnet-col2 { width: 48%;}
.salesnet-wrapp .salesnet-col1 img { width: 100%;}
.salesnet-wrapp h2 { font-size: 48px;font-weight: 700; position: relative;margin: 0 0 25px; padding: 0 0 18px;}
.salesnet-wrapp h2 span { color: var(--global);}
.salesnet-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 28px;}
.salesnet-wrapp h2:after {content: ""; position: absolute; width: 97px; height: 3px; background: var(--primary); bottom: 0; left: 0;}
.salesnet-wrapp:after { content: "";  position: absolute;  width: 70%; height: 100%; top: 0;  left: 0; background: linear-gradient(306deg, transparent 61%, rgba(109, 149, 252, 1) 100%); z-index: -1; opacity: 0.3;}




/* ---------products-wrapp---------- */
.products-wrapp { padding: 100px 0 70px;}
.products-wrapp .products-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.products-wrapp .products-left { width: 20%;}
.products-wrapp  .product-category { background: linear-gradient(90deg, rgba(109, 149, 252, 0.35) -346.67%, rgba(21, 21, 21, 0.31) 74.83%); padding: 20px 20px 10px;}
.products-wrapp .product-category h2 { font-size: 22px;font-weight: 700; position: relative; padding: 0 0 10px; margin: 0 0 20px;}
.products-wrapp .product-category h2 span {color: var(--global);}
.products-wrapp .product-category h2:after { content: ""; position: absolute; width: 100px; height: 2px; background: var(--primary); bottom: 0; left: 0;}
.products-wrapp .product-category ul { width: 100%;}
.products-wrapp .product-category ul li { font-size: 16px; line-height: 1.56; padding-left: 25px; margin: 0 0 10px; background: url(../images/double-right-arrow.svg) no-repeat center left / 18px;}
.products-wrapp .product-category ul li a { color: var(--primay);}
.products-wrapp .product-category ul li a:hover { color: var(--global);}
.products-wrapp .products-right { width: 77%; display: flex; flex-wrap: wrap;}
.products-wrapp .product-col1 { width: 32%; margin: 0 2% 30px 0; background: #080C14; position: relative; padding-bottom: 44px;}
.products-wrapp .product-col1:nth-child(3n) { margin-right: 0;}
.products-wrapp .product-col1 .product-img { width: 100%; position: relative;}
.products-wrapp .product-col1 .product-img img { width: 100%; height: 239px; object-fit: cover;}
.products-wrapp .product-col1 .product-img .tag { position: absolute; top: 14px; background: #DCFCE7; right: 10px; color: #2E8047; display: flex; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; padding: 6px 20px; border-radius: 20px;}
.products-wrapp .product-col1 .product-img .tag .icon { width: 24px; margin: 0 10px 0 0;}
.products-wrapp .product-col1 .product-img .tag .icon img { width: 100%; height: auto;}
.products-wrapp .product-col1 .product-img .tag.aviation-tag { background: #DCFCE7; color: #2E8047;}
.products-wrapp .product-col1 .product-img  .tag.oil-tag { background: #FFEDD5; color: #C2461F;}
.products-wrapp .product-col1 .product-img .tag.electrical-tag { background: #DBEAFE; color: #1D55D9;}
.products-wrapp .product-col1 .product-detail { width: 100%; padding: 20px;}
.products-wrapp  h3 { font-size: 18px; color: var(--primary); font-weight: 500; margin: 0 0 10px;}
.products-wrapp  p { font-size: 14px; line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.products-wrapp .product-col1 .product-btns { width: 100%; position: absolute; bottom: 0; left: 0; padding: 0 20px 20px;}
.products-wrapp .product-col1 .product-btns .view-btn { display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global); padding: 9px 14px; font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; margin: 0 8px 0 0;}
.products-wrapp .product-col1 .product-btns .view-btn:hover { background: var(--global);}
.products-wrapp .product-col1 .product-btns .download-btn { font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; color: var(--primary); padding-left: 23px; background: url(../images/download-icon.svg) no-repeat center left / 20px;}
.products-wrapp .product-col1 .product-btns .download-btn:hover { color: var(--global);}
.products-wrapp .product-select { display: none;}
.products-wrapp .product-select select {border: 2px solid var(--global); background: url(../images/chevron-down-solid-blue.svg) no-repeat center / 18px; background-position-x: 95%; color: var(--primary); padding: 16px 30px 16px 18px; font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; outline: none;}
.products-wrapp .product-select select option {color: var(--secondary);}


/* ------content-wrapp---------- */
.content-wrapp { padding: 100px 0;}
.content-wrapp .content-row { width: 100%; display: flex;  flex-wrap: wrap; justify-content: space-between;}
.content-wrapp .content-col1 { width: 50%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: start;}
.content-wrapp .product-images { width: 17%; height: 527px; overflow-y: hidden; display: flex; flex-direction: column; cursor: grab; gap: 10px;}
.content-wrapp .product-images .product-image { width: 100%; padding: 8px; border: 1px solid var(--primary); cursor: pointer;}
.content-wrapp .product-images .product-image.active{border-color: var(--global);}
.content-wrapp .product-images .product-images:active {cursor: grabbing;}
.content-wrapp .product-images .product-image img { width: 100%;  height: 94px; object-fit: cover;}
.content-wrapp .product-main-image {  width: 80%; padding: 10px; border: 1px solid var(--primary);}
.content-wrapp .product-main-image img { width: 100%; height: 506px; object-fit: cover;}
.content-wrapp .content-col2 { width: 46%;}
.content-wrapp h2 { font-size: 48px; font-weight: 700; position: relative; padding: 0 0 25px; margin: 0 0 40px;}
.content-wrapp h2:after { content: ""; position: absolute; width: 97px; height: 3px; background: var(--global);  bottom: 0; left: 0;}
.content-wrapp p { font-size: 16px;  line-height: 1.56; margin: 0 0 20px;}
.content-wrapp h4 { font-size: 16px; font-weight: 300; margin: 0 0 10px;}
.content-wrapp h4 span { font-weight: 500; color: #afafaf; margin: 0 10px 0 0;}
.content-wrapp .order-btn { display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global);  padding: 9px 30px; text-transform: uppercase; letter-spacing: 1.3px; margin: 22px 0 0;}
.content-wrapp .order-btn:hover {  background: var(--global);}

.content-wrapp .product-description { width: 100%; margin-top: 80px;}
.content-wrapp .product-description h3 {font-size: 22px; font-weight: 700; position: relative; padding: 0 0 10px; margin: 0 0 38px;}
.content-wrapp .product-description h3:after { content: ""; position: absolute; width: 100px; height: 2px; background: var(--global); bottom: 0; left: 0;}
.content-wrapp .table-wrapp { width: 100%; overflow-x: auto;}
.content-wrapp .table-wrapp table { width: 100%; min-width: 600px; background: #111111; text-align: center;}
.content-wrapp .table-wrapp table th { padding: 10px; border: 1px solid var(--primary); font-size: 16px; font-weight: 600;}
.content-wrapp .table-wrapp table td { padding: 10px; vertical-align: middle; border: 1px solid var(--primary); font-size: 16px;}




/* ---------partners-wrapp---------- */
.partners-wrapp { padding: 100px 0 70px;}
.partners-wrapp .partners-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.partners-wrapp .partners-col1 { width: 32%; margin: 0 2% 30px 0; position: relative; height: 350px;  background: linear-gradient(90deg, rgba(109, 149, 252, 0.35) -346.67%, rgba(21, 21, 21, 0.31) 74.83%);}
.partners-wrapp .partners-col1:nth-child(3n) { margin-right: 0;}
.partners-wrapp .partners-col1 > img { width: 100%; height: 100%; object-fit: cover;}
.partners-wrapp .partners-col1:after { content: "";  position: absolute; background: rgb(0 0 0 / 50%); left: 0; top: 0; width: 100%; height: 100%;}
.partners-wrapp .partners-col1 .partners-detail { width: 100%; text-align: center; padding: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1;}
.partners-wrapp .partners-col1 .partners-detail .partners-img { width: 100%; max-width: 200px; margin: 0 auto 20px;}
.partners-wrapp .partners-col1 .partners-detail .partners-img img { width: 100%;}
.partners-wrapp .partners-col1 .partners-detail .find-btn { display: inline-block; background: none; color: var(--primary); border: 2px solid var(--global); padding: 9px 30px; text-transform: uppercase; letter-spacing: 1.3px;}
.partners-wrapp .partners-col1 .partners-detail .find-btn:hover { background: var(--global);}



/* ----------news-wrapp2--------- */
.news-wrapp2 { padding: 100px 0 50px;}
.news-wrapp2 .news-row2 { width: 100%; display: flex; flex-wrap: wrap;}
.news-wrapp2 .news-col1 { width: 32%; margin: 0 2% 50px 0;}
.news-wrapp2 .news-col1:nth-child(3n) { margin-right: 0;}


/* --------content-wrapp2---------- */
.content-wrapp2 .content-row { display: block; max-width: 1000px; margin: 0 auto;}
.content-wrapp2 .blog-img { width: 100%; margin: 0 0 30px;}
.content-wrapp2 .blog-img img { width: 100%; max-height: 400px; object-fit: cover;}
.content-wrapp ul {width: 100%; margin: 0 0 20px;}
.content-wrapp ul li {font-size: 16px; line-height: 1.56; position: relative; padding-left: 12px; color: var(--primary);}
.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0;}
.content-wrapp ol { width: 100%; margin: 0 0 20px; counter-reset: item;}
.content-wrapp ol li { font-size: 16px; line-height: 1.56; color: var(--primary); position: relative; padding-left: 20px; counter-increment: item;}
.content-wrapp ol li:before { content: counter(item) "."; position: absolute; left: 0;}



.error-page-section {padding: 60px 0; text-align: center;}
.error-page-section h1 {font-size: 60px; color: var(--global); 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(--primary);border-image: initial;border-radius: 0;padding: 0px 20px;background: no-repeat;margin: 0 10px 0 0;flex: 1 0 0;color: var(--global);}
.error-page-section .search-form .search-submit {display: inline-block;font-size: 14px;color: var(--secondary);margin: 0 0 0 auto;position: relative;padding: 14px 28px 14px 28px;font-weight: 400;background: #D76C35;border: 1px solid #D76C35;border-radius: 0;font-family: "Poppins", sans-serif;transition: all .25s ease-in-out;cursor: pointer;}
.error-page-section .search-form .search-submit .screen-reader-text {font-size: 14px;clip: inherit;clip-path: inherit;position: relative !important;transition: all .25s ease-in-out;font-family: "Poppins", sans-serif;text-transform: uppercase;}
.error-page-section .search-form .search-submit:hover {color: #D76C35;background: none;}
.error-page-section .search-form .search-submit:hover .screen-reader-text {color: #D76C35;}
.error-page-section .search-form input::placeholder { color: var(--primary);}

.search-section h1 {font-size: 38px;}


.search-page-section {padding: 60px 0 0;}
.search-page-section h1 { font-size: 32px; margin: 0 0 20px;}
.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: none; padding: 12px 26px 12px; color: var(--primary); font-size: 14px; text-transform: uppercase; border: 2px solid var(--global); }
.search-page-section .search-btn1:hover { background: var(--global);}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}




@media screen and (max-width:1200px) {
.header-wrapp .logo {width: 250px;}
.header-wrapp .header-menu ul li {font-size: 14px; margin: 0 10px;}
.header-wrapp .header-search {width: 20px;}

.banner-wrapp h1 { font-size: 50px;}

.experience-wrapp .experience-col1 .experience-icon { width: 90px; height: 85px;}
.experience-wrapp h1 {font-size: 54px;}


.product-wrapp .product-tabs ul { gap: 15px;}
.product-wrapp .product-tabs ul .product-tab a {font-size: 16px;}
.product-wrapp .view-btn { padding: 9px 18px; margin-right: 10px; font-size: 11px;}
.product-wrapp .download-btn { font-size: 11px;}

.work-wrapp .work-tabs ul .work-tab a {font-size: 16px;}

.products-wrapp .products-right { width: 70%;}
.products-wrapp .products-left { width: 27%;}
.products-wrapp .product-col1 { width: 48%; margin: 0 4% 30px 0;}
.products-wrapp .product-col1:nth-child(3n) { margin-right: 4%;}
.products-wrapp .product-col1:nth-child(2n) { margin-right: 0;}

.content-wrapp .product-images .product-image img { height: 6.2vw;}
.content-wrapp .product-images { height: 40.2vw;}
.content-wrapp .product-main-image img { height: 38vw;}


}



@media screen and (max-width:992px) {
.header-wrapp .header-menu { display: none;}
.header-wrapp .header-search {display: none;}

.banner-wrapp .banner-btn {font-size: 13px;}
.banner-wrapp .banner-btn1 { font-size: 13px;}
.banner-wrapp p {font-size: 14px;}
.banner-wrapp h3 {font-size: 16px;}
.banner-wrapp {padding: 70px 0 0;}
.banner-wrapp .banner-col2 { width: 50%;}
.banner-wrapp h1 { font-size: 37px;}

.experience-wrapp .experience-col1 .experience-icon { width: 80px; height: 75px;}
.experience-wrapp h1 { font-size: 50px;}


.abouts-wrapp h2 { font-size: 34px; margin: 0 0 30px;}
.abouts-wrapp p { font-size: 14px;}
.abouts-wrapp h3 { font-size: 16px;}
.abouts-wrapp .readmore-btn { font-size: 14px;}



.product-wrapp .product-tabs ul .product-tab a { font-size: 14px;}

.service-wrapp h2 { font-size: 34px; margin: 0 0 30px;}
.service-wrapp h4 { font-size: 14px;}
.service-wrapp .service-col3 { padding: 15px;}
.service-wrapp .service-col3 .viewmore-btn {font-size: 14px;}
.service-wrapp .view-btn { font-size: 14px;}

.work-wrapp .work-tabs ul { gap: 15px;}
.work-wrapp .work-tabs ul .work-tab a { font-size: 14px;}
.work-wrapp h2 { font-size: 34px;}

.whychoose-wrapp h2 { font-size: 34px;}
.whychoose-wrapp .readmore-btn {font-size: 14px;}

.news-wrapp h2 {font-size: 34px;}
.news-wrapp .news-img img {  height: 300px; object-fit: cover;}


.testi-wrapp h2 {font-size: 34px;}
.testi-wrapp .testi-col1 {width: 62%; padding: 50px;}
.testi-wrapp .testi-detail .testi-author { width: 50px; height: 50px;}
.testi-wrapp .testi-btn { font-size: 14px;}

.contact-wrapp h2 {font-size: 34px;}
.contact-wrapp .contact-col1 { width: 47%;}
.contact-wrapp .contact-col2 { width: 48%;}

.inner-banner h1 { font-size: 37px;}

.about-wrapp h2 {font-size: 34px;}

.certi-wrapp h2 {font-size: 34px;}

.salesnet-wrapp h2 {font-size: 34px;}

.products-wrapp .product-category { display: none;}
.products-wrapp .products-left {width: 100%; margin: 0 0 30px;}
.products-wrapp .products-right { width: 100%;}
.products-wrapp .product-select { display: block;}


.content-wrapp h2 {font-size: 34px;}
.content-wrapp .order-btn {font-size: 14px;}

.product-wrapp h2 { font-size: 34px;}

.partners-wrapp .partners-col1 {height: 37vw;}

.news-wrapp .news-col1 .news-img img { height: 27vw;}


.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: var(--secondary);background-size: 300% 100%;z-index: 999;padding: 110px 5% 50px;transform:translateX(100%);opacity: 0;visibility: hidden;transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1); display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;}
.overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
.overlay ul {width: 100%;}
.overlay ul { width: 100%;}
.overlay ul li a {color: var(--primary);display: block;padding: 10px 0;}
.overlay ul li {font-size: 32px;font-weight: 500;font-family: "Poppins", sans-serif;text-transform: uppercase;}
.overlay ul li a:hover {color: var(--global) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 29px;z-index: 9999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--global);background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn:hover span{background-position: 50% 0;}
.burger-btn span:nth-child(2n) {margin: 6px 0;transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
.burger-btn .active span:first-child {transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child {transform: translateY(-3px) rotate(45deg);}
body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
body.menu-open{  overflow-y: hidden;}
.overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
.overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
.overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 26px; background-position-x: 95%;}
.overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 26px; background-position-x: 95%;}
.overlay .overlay-menu {width: 100%;overflow-y: auto;}
.overlay ul li.dropdown > a {background: url(../images/chevron-down-white.svg) no-repeat center / 26px; background-position-x: 95%;}
.overlay ul li.dropdown ul { padding-left: 20px;}
.overlay ul li.dropdown ul li { font-size: 28px;}

}



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

.banner-wrapp .banner-col2 {display: none;}
.banner-wrapp .banner-col1 {width: 100%;}

.experience-wrapp .experience-col1 .experience-icon {width: 60px; height: 55px;}
.experience-wrapp h1 { font-size: 42px;}
.experience-wrapp p { font-size: 14px;}


.abouts-wrapp .abouts-col1 { width: 100%; margin: 0 0 30px;}
.abouts-wrapp .abouts-col2 { width: 100%;}
.abouts-wrapp { padding: 50px 0;}
.abouts-wrapp:after { width: 100%;}


.video-play-button { width: 80px; height: 80px; border-width: 8px;}
.video-play-button span { margin: 10px 22px;}
.video-sec { padding: 70px 0;}


.product-wrapp .view-btn { padding: 9px 10px; font-size: 10px;}
.product-wrapp .download-btn { font-size: 10px; padding-left: 22px;}

.product-wrapp { padding: 0 0 70px;}


.service-wrapp .service-col1 { width: 100%; margin: 0 0 50px;}
.service-wrapp .service-col2 { width: 100%;}
.service-wrapp .service-content{width: 100%;}
.service-wrapp p { font-size: 14px;}
.service-wrapp {padding: 0 0 70px;}

.work-wrapp .work-tab-content .work-slider {padding-bottom: 13%;}
.work-wrapp { padding: 0 0 70px;}

.whychoose-wrapp .whychoose-col1 { width: 100%;  margin: 0 0 30px;}
.whychoose-wrapp .whychoose-col2 { width: 100%;}
.whychoose-wrapp {  padding: 0 0 70px;}
.whychoose-wrapp p { font-size: 14px;}
.whychoose-wrapp ul li { font-size: 14px;}

.news-wrapp .news-img .new-content { width: 100%;}
.news-wrapp .news-row { margin: 0 0 60px;}
.news-wrapp { padding: 20px 0 70px;}


.testi-wrapp .testi-col1 { width: 100%;}
.testi-wrapp .testi-img1 { display: none;}
.testi-wrapp .testi-img2 { display: none;}
.testi-wrapp .testi-box { margin: 30px 0;}
.testi-wrapp p { font-size: 14px;}


.contact-wrapp .contact-col1 { width: 100%; margin: 0 0 30px;}
.contact-wrapp .contact-col2 { width: 100%;}
.contact-wrapp { padding: 70px 0;}
.contact-wrapp p { font-size: 14px;}


.footer-wrapp ul li { font-size: 14px; margin: 0 10px 10px;}
.footer-wrapp p { font-size: 14px;}
.footer-wrapp .footer-row1 { margin: 50px 0 0;}


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


.about-wrapp {padding: 70px 0;}
.about-wrapp .about-col1 {width: 100%; margin: 0 0 30px;}
.about-wrapp .about-img img { height: 60vw;}
.about-wrapp .about-col2 { width: 100%;}
.about-wrapp p { font-size: 14px;}

.mission-wrapp .mission-col1 { width: 100%;}
.mission-wrapp { padding: 0 0 50px;}
.mission-wrapp h2 { font-size: 28px;}


.certi-wrapp { padding: 70px 0;}

.salesnet-wrapp p { font-size: 14px;}
.salesnet-wrapp .salesnet-col1 { width: 100%;}
.salesnet-wrapp .salesnet-col2 { width: 100%;}
.salesnet-wrapp { padding: 70px 0;}


.products-wrapp .product-col1 .product-btns {padding: 0 15px 15px;}
.products-wrapp .product-col1 .product-btns .view-btn { font-size: 11.5px;}
.products-wrapp .product-col1 .product-btns .download-btn {font-size: 11.5px;}
.products-wrapp .product-col1 .product-img img { height: 34vw;}
.products-wrapp {padding: 70px 0 40px;}


.content-wrapp .product-images .product-image img { height: 12.4vw;}
.content-wrapp .product-main-image img { height: 69vw;}
.content-wrapp .product-images { height: 73vw;}
.content-wrapp .content-col1 { width: 100%; margin: 0 0 40px;}
.content-wrapp .content-col2 { width: 100%;}
.content-wrapp p { font-size: 14px;}
.content-wrapp h4 { font-size: 14px;}
.content-wrapp { padding: 70px 0;}
.content-wrapp ul li { font-size: 14px;}
.content-wrapp ol li { font-size: 14px;}
.content-wrapp2 .blog-img img { height: 64vw;}


.partners-wrapp .partners-col1 {width: 48%;height: 44vw;margin: 0 4% 30px 0;}
.partners-wrapp .partners-col1:nth-child(3n) { margin-right: 4%;}
.partners-wrapp .partners-col1:nth-child(2n) { margin-right: 0;}
.partners-wrapp { padding: 70px 0 40px;}

.news-wrapp .news-col1 .news-img img {height: 30vw;}
.news-wrapp2 .news-col1 { width: 48%; margin: 0 4% 50px 0;}
.news-wrapp2 .news-col1:nth-child(3n) { margin-right: 4%;}
.news-wrapp2 .news-col1:nth-child(2n) { margin-right: 0;}
.news-wrapp2 { padding: 70px 0 20px;}
.news-wrapp .news-col1 p { font-size: 14px;}

.contact-wrapp .map-wrapp { margin: 50px 0 0;}

}



@media screen and (max-width:600px) {
.experience-wrapp .experience-col1 {width: 48%;margin: 0 4% 30px 0;}
.experience-wrapp .experience-col1:nth-child(2n) {margin-right: 0;}

.work-wrapp .work-tab-content .work-slider { padding-bottom: 10%;}

.certi-wrapp .swiper .swiper-slide {width: 200px; height: 300px;}

.products-wrapp .product-col1 { width: 100%; margin: 0 0 30px !important;}
.products-wrapp .product-col1 .product-img img {height: 60vw;}

}


@media screen and (max-width:480px) {
.banner-wrapp h1 {font-size: 32px;}
.banner-wrapp .banner-btn {margin: 0 10px 0 0; padding: 13px;}
.banner-wrapp .banner-btn1 {padding: 13px;}
.header-wrapp .logo {width: 200px;}

.abouts-wrapp h2 {font-size: 32px;}

.product-wrapp .product-tabs {margin: 0 0 50px;}

.service-wrapp h2 { font-size: 32px;}
.service-wrapp .service-col3 { width: 100%; margin: 0 0 20px; background: linear-gradient(90deg, rgba(109, 149, 252, 0.35) -346.67%, rgba(21, 21, 21, 0.31) 74.83%) !important;}

.work-wrapp h2 {font-size: 32px;}

.whychoose-wrapp h2 { font-size: 32px;}

.news-wrapp h2 { font-size: 32px;}

.testi-wrapp .testi-col1 {padding: 50px 0;}
.testi-wrapp h2 { font-size: 32px;}
.testi-wrapp h4 { font-size: 14px;}
.testi-wrapp .testi-detail { padding-right: 28px; background-size: 20px; background-position-x: 100%;}
.testi-wrapp .testi-detail { margin: 0 10px 0 0;}
.testi-wrapp .testi-box { padding: 20px;}

.contact-wrapp .contact-form { padding: 30px;}

.inner-banner h1 { font-size: 32px;}

.about-wrapp h2 {font-size: 32px;}

.certi-wrapp h2 {font-size: 32px;}

.salesnet-wrapp h2 {font-size: 32px;}

.content-wrapp h2 { font-size: 32px;}

.product-wrapp h2 { font-size: 32px;}

.partners-wrapp .partners-col1 { width: 100%; height: 87vw; margin: 0 0 30px 0 !important;}


.news-wrapp .news-col1 .news-img img {height: 60vw;}
.news-wrapp2 .news-col1 { width: 100%; margin: 0 0 50px 0 !important;}

.overlay ul li { font-size: 28px;}
.overlay ul li.dropdown > a { background-size: 20px;}
.overlay ul li.dropdown ul li { font-size: 22px;}

}