
/*@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Variable.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Variable.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
       font-weight: 100 900;
       font-display: swap;
       font-style: normal;
}*/


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Thin.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Thin.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
       font-weight: 100;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Extralight.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Extralight.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Light.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Light.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Regular.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Medium.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Bold.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
       font-weight: 800;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../fonts/CabinetGrotesk-Black.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Black.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}



*{ box-sizing: border-box; }
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body { margin:0px; padding:0; font-family: 'CabinetGrotesk-Variable', sans-serif; color: #404040 ; font-size: 20px; font-weight: 500; line-height: 25px; letter-spacing: 0.2px; }
ul{ margin:0px; padding:0px; }

a { transition: ease 0.5s; text-decoration:none; color: #404040; }

a:hover { text-decoration: none; color: #66BB6A; }

p {  padding: 0;  margin: 0 0 25px; }
p:last-child { margin-bottom: 0; }

::-webkit-input-placeholder{opacity:1; color: #6F6C90; }
::-moz-placeholder{opacity:1; color: #6F6C90; } 
:-ms-input-placeholder{opacity:1; color: #6F6C90; }
:-moz-placeholder{opacity:1; color: #6F6C90; }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family:'CabinetGrotesk-Variable', sans-serif ;  padding:10px 20px; margin:0 0 15px 0; font-size: 18px; line-height: 20px; font-weight:400; width: 100%; color: #6F6C90; border: 1px solid #EFF0F7; box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07); border-radius: 4px; height: 50px; }
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
/* input[type="file"]{background-color:{{ white }}; color:{{ baseColor }}; } */
.inputs-list{margin:0 0 15px;}
 input[type="submit"] , .hs-button{ font-family:'CabinetGrotesk-Variable', sans-serif; font-weight: 500; font-size: 20px; line-height: 20px; cursor:pointer; -webkit-appearance: none; border-radius:90px; width:100%; border:none; box-sizing:border-box; background-color:#66BB6A; padding:10px 20px; display: inline-block; text-align: center; width: 100%; height: 44px; color: #fff; text-transform: uppercase; border: 1px solid #66BB6A;  transition: all 0.5s; } 
 input[type="submit"]::-moz-focus-inner{border: 0;}
textarea { height: 162px; }

input[type="submit"]:hover, .hs-button:hover{ background-color: transparent; color: #66BB6A; }
select {  appearance: none;  -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); background-position: calc(100% - 23px ) center;  background-repeat: no-repeat;  background-size: 14px;  padding-right: 55px; }
.header select {  margin-bottom: 0;  }

h1,h2,h3,h4,h5,h6{ margin-top:0px; margin-bottom:20px; line-height: normal; font-weight:400; text-transform: uppercase; } 
h1 { font-size: 50px; line-height: 55px; margin-bottom:20px; }
h2 { font-size: 40px; line-height: 44px; margin-bottom: 20px; }
h3 { font-size: 36px; line-height: 40px;  margin-bottom: 20px; }
h4 { font-size: 28px; line-height: 36px; } 
h5 { font-size: 14px; line-height: 20px; } 

.text-white { color: #fff; }
.text-white h3 , .text-white h4 , .text-white h2 { color: #fff; }

.title_section { width: 100%; max-width: 570px; }
.text-center { text-align: center; }
.title_section.text-center { margin: 0 auto 70px; }

ul , li { list-style: none; }

.bg-cover { background-size: cover; background-position: center; background-repeat: no-repeat; }
.b-radius-10 a , a.b-radius-10{ border-radius: 10px; }
.text_center { text-align: center; }
.text_left{text-align: left;}
.text_right{text-align: right;}
.text_justify { text-align: justify; }

.no-padding { padding:0; margin:0; }

.container { float:none; width:100%; max-width: 1600px; padding: 0 15px; margin:0 auto; }
.container:before , .container:after {clear:both; content: ""; display:table;}

.container_right { padding-right: calc((100%  - 1585px) / 2); } 
.container_left { padding-left: calc((100%  - 1585px) / 2); }

.fancybox-slide--video .fancybox-content { overflow: visible !important; }
.imgbg { background-size: cover; background-position: center; background-repeat: no-repeat; }
/* .fancybox-slide .fancybox-content { width: 100% !important; height: 100% !important; max-width: 720px; max-height: 404px; } */

.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
/*  flex top */
.flex-top { -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: start; -ms-flex-align: start ; align-items: start; align-items: flex-start; }
/*  flex center */
.flex-center { -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
/*  flex bottom */
.flex-bottom { -webkit-box-align: end ; -moz-box-align: end ; -webkit-align-items: end; -ms-flex-align: end ; align-items: end ; align-items: flex-end ; } 
.reverse{ flex-direction: row-reverse; }
.fl100 { width: 100%; float: left; }
.set-img { background-size: cover; background-repeat: no-repeat; background-position: center; }

button.slick-arrow { width: 120px; height: 120px; border-radius: 100%; border: none; font-size: 0; background: #171717; position: absolute; right: calc((100% - 1440px) / 2); top: 0; bottom: 0; margin: auto; cursor: pointer; transition: all 0.5s; z-index: 1; }
button.slick-arrow:after { content: "";background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml,%3Csvg width='33' height='15' viewBox='0 0 33 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1219 0.76001L25.1202 1.76875L30.0776 6.76001H0.160156V8.20001H30.0757L25.1202 13.1913L26.1219 14.2L31.7941 8.48801L31.7984 8.4937L32.8002 7.48496L26.1219 0.76001Z' fill='white'/%3E%3C/svg%3E%0A"); width: 32px; height: 13px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
button.slick-arrow:hover { background: #66BB6A; }

button.slick-prev { left:80px; right: auto; }
button.slick-next { right:80px; }
button.slick-arrow.slick-prev:after { transform: scaleX(-1); }

button:focus { outline: none; }
.btn { border: 0; background: transparent; padding: 0; }
.btn a { border: 1px solid #525252; border-radius: 60px; letter-spacing: 0.4px; text-transform: uppercase; color: #262626; line-height: normal; padding: 7px 15px 6px; display: inline-block; }
.btn2  a { background: #66BB6A; color: #fff; border-color: #66BB6A; }
.white_btn a {  border-color: #fff; color: #fff; }
.arrow_btn a { position: relative; padding-right: 46px; padding-left: 30px; }
.arrow_btn a:after {content: ""; background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.88 1.5H13M13 1.5L1 13.5M13 1.5V10.14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); width: 12px;  height: 12px; position: absolute;  right: 20px;  top: 0; bottom: 0;  margin: auto;  background-position: center;  background-repeat: no-repeat;   background-size: contain; }
.btn a:hover { background-color: #000; border-color:#000; color: #fff; }

.header { padding: 15px 0;  position: fixed; width: 100%; left: 0; top: 0; z-index: 999; transition: all 0.5s; }
.header_logo { width: 182px; }
.header .menu { padding: 0 15px; text-align: center; width: calc(100% - 430px); }
.menu ul li { display: inline-block; vertical-align: middle; margin: 0 20px; }
.menu ul li a { color: #262626; font-weight: 500; font-size: 20px; line-height: 25px; letter-spacing: 0.4px; text-transform: uppercase; }
.menu ul li a:hover , .menu ul li a.active { color: #66BB6A; }
.header .btn { flex: 1; text-align: right; }
.header .btn a { margin-right: 10px; }

.header.fixed {  background: #fff;  padding: 6px 0; box-shadow: 0 0 50px -18px rgb(0 0 0 / 20%); }


/* hero */
.hero_slider_section { position: relative; }
.hero_slider_item { min-height: calc(100vh - 250px); padding: 30px 0; display: flex !important; }
.hero_slider_caption:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(90.04deg, rgba(0, 0, 0, 0.4) -21.38%, rgba(95, 95, 95, 0.4) 102.27%); backdrop-filter: blur(40px); z-index: -1; border-radius: 8px; }
.hero_slider_caption { position: relative; z-index: 1; font-weight: 500; font-size: 24px; line-height: 30px;  letter-spacing: 0.4px; text-transform: uppercase; color: #FFFF; padding: 25px 335px 25px 35px; }
.hero_arrow { position: absolute; bottom: 30px; right: calc((100% - 1500px) / 2); display: flex; align-items: center; color: #FFF; font-size: 24px; border-bottom: 1px solid; padding: 25px 23px; }
.slick_arrow_wrap .slick_arrow { display: inline-block; margin: 0 5px; width: 16px; cursor: pointer; }
.slick_arrow_wrap { margin-left: 20px; }
.slick_arrow path { transition: all 0.5s; }
.slick_arrow:hover path { stroke: #66BB6A; }

.mission_section {  padding: 60px 0; }
.mission-title {  width: 100%;  max-width: 880px; margin-bottom: 50px; }
.mission_section h2 { text-transform: uppercase; }

.mission_item > h4 { width: 220px; }
.mission_item .mission_right { width: calc(100% - 220px); display: flex; padding-left: 32px; }
.mission_row { position: relative; padding-top: 50px; border-bottom: 1px solid #404040; padding-bottom: 8px; }
.mission_row:before { content: ""; position: absolute; left: 0; top: 0; height: 1px; background: #404040; width: 220px; }
.mission_text { width: 75%; }
.mission_row:after { content: ""; height: 1px; background: #404040; top: 0; right: 0; width: calc(100% - 250px); position: absolute; }
.mission_item .mission_right .btn { flex: 1; text-align: right; }
.mission_item { margin-bottom: 32px; }

.nsectika_section { padding-bottom: 120px; }
.nsectika_box { width: calc(100% / 3 - 30px); margin: 0 15px; min-height: 614px; position: relative; border-radius: 15px; overflow: hidden; z-index: 1; padding: 35px 50px; cursor: pointer; }
.nsectika_row { margin: 0 -15px; display: flex; flex-wrap: wrap; }
.nsectika_img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.nsectika_img:After { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(180deg, #324148 0%, rgba(50, 65, 72, 0) 112.95%); mix-blend-mode: multiply; transform: scaleY(-1); }
.nsectika_box h3 { color: #fff; }

.nsectika_hover { position: absolute; bottom: 0; left: 0; right: 0; background: #F3F4F6; padding: 48px 50px; font-weight: 400; font-size: 16px; line-height: 24px; color: #525252; transition: all 0.5s; top: 0; opacity: 0; visibility: hidden; }
.nsectika_hover h4 { color: #404040; margin-bottom: 30px; }
.nsectika_hover ul li { position: relative; padding-left: 20px; padding-bottom: 18px; }
.nsectika_hover ul li:before { content: ""; width: 5px; height: 5px; background: #525252; display: inline-block; position: absolute; left: 0; top: 9px; border-radius: 100%; }
.nsectika_box:hover .nsectika_hover { top: 0; opacity: 1; visibility: visible; }


.team_section { background: #F9FAFB; padding: 90px 0; overflow: hidden; }
.team_section .title_section { max-width: 1200px; margin-bottom: 50px; }
.team_section .title_section h2 { margin-bottom: 30px; }
.team_item { width: calc(100% / 3 - 60px); margin: 20px 30px; display: flex; align-items: center; }
.team_row { display: flex; flex-wrap: wrap; margin: 0 -30px; }
.team_img { line-height: 0; }
.team_img img { border-radius: 20px; width: 82px; height: 82px; object-fit: cover; }
.team_content { width: calc(100% - 82px); padding-left: 30px; }
.team_content h4 { margin-bottom: 0; }
.team_section .btn {  margin-top: 50px; }

.products_section { padding-top: 94px; }
.products_section .nsectika_img:After { opacity: 0; }
.products_section .nsectika_img { position: relative; height: 400px; }
.products_section .nsectika_box { padding: 0; cursor: inherit; }
.products_section .nsectika_content {  height: auto; }
.nsectika_content h3 { color: #404040; }
.nsectika_text { margin-bottom: 30px; }
.nsectika_content { background: #F3F4F6; padding: 40px 30px; height: 100%; }

.partner_section { color: #fff; font-weight: 400; font-size: 20px; line-height: 28px; padding-bottom: 120px }
.partner_row { background: #66BB6A; border-radius: 24px; display: flex; align-items: center; padding: 90px 130px; position: relative; z-index: 1; overflow: hidden; }
.partner_left { width: 50%; padding-right: 60px; }
.partner_right { width: 50%; }
.partner_text { margin-bottom: 40px; }
.partner_img img { width: 100%; }

.partner_row:after, .partner_row:before { content: ""; position: absolute; left: 0; right: 0; width: 100%; z-index: -1; }
.partner_row:before { background: url('../images/ptn1.png') no-repeat center top / cover; top: 0; height: 280px; }
.partner_row:after { bottom: 0; background: url('../images/ptn2.png') no-repeat center bottom / cover; height: 100%; }

.gallery_section { padding: 110px 0 60px; }
.gallery_section .title_section  h2 { margin-bottom: 40px; }
.gallery_item img { width: 100%; height: 760px;  object-fit: cover; border-radius: 32px; }

.gallery_slider_wrap button.slick-arrow {  width: 80px; height: 80px;  background: #fff;  box-shadow: 0px 20px 60px rgba(25, 25, 25, 0.1); }
.gallery_slider_wrap button.slick-arrow::after { background-image: url("data:image/svg+xml,%3Csvg width='23' height='10' viewBox='0 0 23 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7478 0.839844L17.0799 1.51234L20.3849 4.83984H0.439941V5.79984H20.3836L17.0799 9.12735L17.7478 9.79984L21.5292 5.99184L21.5321 5.99564L22.1999 5.32314L17.7478 0.839844Z' fill='%23191919'/%3E%3C/svg%3E%0A");  width: 22px; }
.gallery_slider_wrap button.slick-arrow:hover {  opacity: 0.8; }
.gallery_section .title_section  h2 { margin-bottom: 40px; }

.insights_section {padding-left: 15px;padding-right: 15px;background: #F9FAFB; padding-bottom: 80px; }
.title_section.container_left { max-width: 50%; margin-bottom: 70px; }
.insights_section .nsectika_img { height: 266px; }
.insights_section .nsectika_content { background: #fff; height: 100%; }
.insights_section .nsectika_content .tag { margin-bottom: 24px; }
/*.insights_section .nsectika_content a { color: #404040; }*/
.insights_section .nsectika_content h4 { margin-bottom: 40px; }
.insights_section .nsectika_box { margin-bottom: 50px; margin: 0; }

.insights_section .slick-slide { width: 532px; padding: 0 15px; }
.insights_section button.slick-prev { display: none !important; }
.insights_section button.slick-next { right: calc((100% - 1440px) / 2); top: 209px; bottom: auto; }

.popup_form { position: relative; border-radius: 20px; width: 100%; max-width: 1110px; }
.popup_form .popup_img { position: absolute; left: 0; top: 0; bottom: 0; width: 450px; }
.popup_right { width: calc(100% - 410px); display: table; margin-left: auto; padding-left: 60px; padding-right: 20px; padding-top: 15px; padding-bottom: 15px; }
.popup_right .title_section { max-width: 100%; margin-bottom: 20px; font-weight: 400; font-size: 18px; line-height: 20px; color: #6F6C90; margin-bottom: 30px; }
.popup_right .title_section h2 { color: #404040; }
.popup_form button.fancybox-button { padding: 5px; color: #000; top: 9px; right: 10px; }


.footer-area { background-position: top center; background: #66BB6A; position: relative; z-index: 1; }
.footer-area:after{ content: ""; position: absolute;bottom: 0; left: 0; right: 0; width: 100%; background: url('../images/footer_ptn.png') no-repeat center / contain;  height: 300px; z-index: -1; }
.footer-area .footer-widget { padding: 80px 0; }
.footer-area .container { max-width: 1360px; }
.link-wrapper { padding: 0 35px; }
.footer-title .title { font-size: 18px; font-weight: 700; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; }
/*.link-wrapper .link { padding-top: 20px; }*/
.link-wrapper .link li { margin-top: 10px; }
.link-wrapper .link li a { font-size: 20px; color: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.link-wrapper .link li a:hover {  color: #262626;  }
.subscribe-box p { color: #fff; }
.subscribe-form { position: relative; }
.subscribe-form input { border: 1px solid #fff; background: none; height: 55px; padding: 0 20px; width: 100%; color: #fff; }
.subscribe-form ::-webkit-input-placeholder{opacity:1; color: #fff; }
.subscribe-form ::-moz-placeholder{opacity:1; color: #fff; } 
.subscribe-form :-ms-input-placeholder{opacity:1; color: #fff; }
.subscribe-form :-moz-placeholder{opacity:1; color: #fff; }
.subscribe-form button { position: absolute; top: 0; color: #9CA3AF; border: 0; right: 0; font-size: 25px; border-radius: 0; height: 55px; padding: 0 10px; line-height: 55px; background: none; }
.footer-copyright { border-top: 1px solid #fff; padding-top: 30px; padding-bottom: 30px; }
.footer-about .social li { display: inline-block; margin-right: 10px; }
.footer-about .social li a { font-size: 18px; color: #9CA3AF; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.footer-about .social li path { transition: all 0.5s; fill: #fff; }
.footer-about .social li a:hover path { fill: #262626; }
.copyright-content { text-align: right; font-size: 18px; color: #fff; }
.footer-area .logo { filter: brightness(0) invert(1); }

.loading { position: fixed; left: 0;  right: 0;top: 0;  bottom: 0; z-index: 99999999; background: #fff; display: flex; align-items: center; justify-content: center; }
.loading img { width: 80px; }

.mob-display{ display: none;  }
.ebiz-toggle { display: none;  }

.strategy_caption { border: 1px solid #D1D5DB; border-radius: 24px; padding: 80px 95px; color: #000; text-align: center; }
.strategy_item { width: calc(100% / 4 - 30px); margin: 15px; position: relative; }
.strategy_row { margin: 0 -15px; justify-content: center; flex-wrap: wrap; }
.strategy_icon { width: 80px; height: 80px; background: #F3F4F6; border-radius: 100px; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; }
.strategy_icon img { width: 24px; height: 24px; object-fit: contain; }
.strategy_content { width: 100%; max-width: 250px; margin: auto; font-weight:400;  }
.strategy_caption .title_section { margin-bottom: 80px; }
.strategy_caption .title_section h2 { margin-bottom: 10px; }
/* .strategy_item:before { content: ""; position: absolute; left: 50%; right: 0; top: 40px; height: 3px; background-image: url("data:image/svg+xml,%3Csvg width='1056' height='4' viewBox='0 0 1056 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline opacity='0.4' x1='1.5' y1='2.0918' x2='1054.5' y2='2.0918' stroke='%23171717' stroke-width='3' stroke-linecap='round' stroke-dasharray='0.2 10'/%3E%3C/svg%3E%0A"); background-repeat: repeat; background-position: center; width: 100%; z-index: -1; } */
.strategy_item:last-child:before { display: none; }

.innovation_section { background: #66BB6A; color: #fff; margin-top: -480px; padding-top: 470px; padding-bottom: 100px; }
.innovation_section .title_section h2 { margin-bottom: 30px; }
.innovation_section .title_section { margin-bottom: 40px; }
.innovation_section .strategy_caption { border: none; padding: 0; color: #fff; max-width: 100%; margin: auto; }
.innovation_section .strategy_item { width: calc(100% / 4 - 30px); }
.innovation_section .strategy_icon { background: transparent; width: auto; height: auto; }
.innovation_section .strategy_icon img { width: 204px; height: 160px; object-fit: contain; }
.innovation_section .strategy_content { max-width: 100%; }

.office_section { padding: 30px 0 120px; }
.office_section h2 { color: #000; }
.office_wrap { width: 100%; max-width: 1260px; margin: 0 auto; text-align: center; }
.office_box { width: 50%; padding: 10px 15px 20px; position: relative; }
.flag {  margin-bottom: 30px; }
.office_row { margin: 0 -15px; }
.office_box:after { content: ""; position: absolute; top: 0; right: 0; width: 3px; background-image: url("data:image/svg+xml,%3Csvg width='3' height='302' viewBox='0 0 3 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline opacity='0.4' x1='1.5' y1='1.97656' x2='1.49999' y2='300.381' stroke='%23171717' stroke-width='3' stroke-linecap='round' stroke-dasharray='0.2 10'/%3E%3C/svg%3E%0A"); bottom: 0;   background-position: center;  background-repeat: repeat; }
.office_box:last-child:after {  display: none;}

.office_box h4 { font-weight: 700; font-size: 20px; line-height: 28px; color: #000; }
.office_text { width: 100%; max-width: 280px; margin: auto; }

.nsectika_hover { padding: 48px 0; }
.nsectika_hover > div { padding: 30px 50px; overflow: auto; max-height: 100%; }
.strategy_item h4{font-size: 24px; line-height: normal;}
.strategy_text{font-size: 18px; line-height: normal;}
.address{
  padding-left: 30px;position: relative;
}
.address span{
  position: absolute;left: 0;top: 0;
}
@media(max-width:1600px){

  .container { max-width: 1170px; }
  .hero_arrow { right: calc((100% - 1122px) / 2); }
  .hero_slider_caption { font-size: 18px; padding-right: 210px; }
  .nsectika_box { padding: 35px 40px; min-height: 514px; }
  .team_item { width: calc(100% / 3 - 30px); margin: 20px 15px; }
  .team_row { margin: 0 -15px; }
  .team_content h4 { font-size: 22px; }
  .team_description { font-size: 16px; }
  .products_section .nsectika_img { height: 280px; }
  .partner_row { padding: 90px 70px; }
  .insights_section { padding-top: 70px; }
  .partner_section { padding-bottom: 90px; }
  .gallery_item img { height: 640px; }
  button.slick-next { right: 40px; }
  button.slick-prev { left: 40px; }
  .gallery_section { padding: 80px 0; }
  .insights_section button.slick-next { right: 20px; }
  .insights_section .container_left { padding-left: 40px; }
  .header_logo {width: 150px;}
  .header_logo img {max-width: 100%;}
  .menu ul li a {font-size: 16px;}
  .header select {background-position: calc(100% - 15px ) center;padding-right: 20px; }

  .strategy_caption { padding: 80px 30px; }

 .header select { width: 90px !important;  }

}

@media(max-width: 1199px){
  h2 { font-size: 36px; }
  h4 { font-size: 24px; line-height: normal; }
  body { font-size: 16px; }
   .header select{font-size: 14px;background-size: 10px;padding-right: 20px;}
    .header select { width: 75px !important; }
  .btn a {font-size: 14px;}
  .menu ul li a { font-size: 14px; }
  .header .menu { width: calc(100% - 400px); }
  .menu ul li { margin: 0 15px; }
  .container { max-width: 962px; }
  .hero_arrow { right: 40px; }
  .mission_item > h4 { width: 180px; }
  .mission_row:before { width: 180px; }
  .mission_row:after { width: calc(100% - 215px); }
  .mission_text { width: 64%; }
  .nsectika_box { min-height: 434px; }
  .nsectika_hover { padding: 34px 0; }
  .nsectika_hover > div { overflow: auto; padding: 0 25px; max-height: 100%; }
  .nsectika_hover h4 { }
  .nsectika_section { padding-bottom: 80px; }
  .team_section { padding: 60px 0; }
  .team_item { width: calc(100% / 2 - 30px); }
  .products_section { padding: 60px 0; overflow: hidden; }
  .title_section.text-center { margin-bottom: 45px; }
  .products_section .nsectika_img { height: 210px; }
  .btn { border: 0; background: transparent; padding: 0; }
  button.slick-arrow { width: 70px; height: 70px; }
  .insights_section button.slick-next { top: 170px; right: 40px; }
  .insights_section .slick-slide { width: 442px; }
  .partner_row { padding: 60px 39px; }
  .gallery_item img { height: 490px; }

    .popup_form .popup_img { width: 340px; }
  .popup_right { width: calc(100% - 270px); padding-right: 0; }
  .popup_right .title_section h2 { margin-bottom: 15px; }

  .innovation_section { margin-top: -420px; }


}
@media(max-width: 991px){

  h4 { font-size: 20px; }
  .container { max-width: 750px; }
  .header_logo { width: 120px; }
  .header_logo img { width: 100%; }
  .header .menu { width: calc(100% - 335px); padding-right: 0; }
  .menu ul li { margin: 0 5px; }
  .nsectika_box { width: calc(100% / 2 - 30px); margin: 15px; }
  .nsectika_row { justify-content: center; }
  .nsectika_section { padding-bottom: 60px; }
  .partner_left { padding-right: 30px; }
  .insights_section .slick-slide { width: 322px; }
  .gallery_slider_wrap button.slick-arrow { width: 50px; height: 50px; }
  .footer-contact {  padding-top: 60px; }
  .btn a {font-size: 13px;}
  .menu ul li a {font-size: 13px; }
  .footer-area:after {  background-position: center bottom; }

  .strategy_item { width: calc(100% / 2 - 30px); margin-bottom: 30px; }
  .strategy_item:nth-child(2):before { display: none; }
  .strategy_caption { padding-bottom: 50px; padding-top: 60px; }
  .innovation_section { padding-top: 410px; padding-bottom: 50px; }

}

@media(max-width: 767px){
  h2 { font-size: 26px; line-height: 38px; }
  .header .menu { display: none; }
  .hero_slider_item { padding-top: 100px; }
  .hero_slider_caption { padding: 35px 15px 90px; text-align: center; font-size: 24px; }
  .hero_arrow { left: 0; right: 0; margin: auto; max-width: 220px; text-align: center; justify-content: center; }
  .mission_row:before { width: 100%; }
  .mission_item { display: block; margin-bottom: 70px; }
  .mission_item .mission_right { width: 100%; padding: 0; display: block; }
  .mission_text { width: 100%; padding-bottom: 20px; }
  .mission_item:last-child { margin-bottom: 20px; }
  .nsectika_box { width: calc(100% / 1 - 30px); max-width: 350px; }
  .nsectika_section { padding-bottom: 50px; }
  .team_item { width: calc(100% / 1 - 30px); }
  .team_section .btn { margin-top: 30px; }
  .team_section .title_section { margin-bottom: 17px; }
  .partner_row { flex-direction: column-reverse; }
  .partner_left { width: 100%; padding: 0; }
  .partner_right { width: 100%; padding: 0 0 30px; }
  .partner_section { padding-bottom: 0px; }
  .insights_section .container_left { padding-left: 15px; }
  .insights_section  .title_section { max-width: 100%; padding-right: 15px; margin-bottom: 30px; }
  .insights_section .slick-slide { width: 310px; }
  .gallery_section .title_section h2 { margin-bottom: 10px; }
  .gallery_item img { height: 300px; }
  .footer-about { text-align: center; margin-bottom: 40px; }
  .footer-area .footer-link { }
  .footer-area .footer-link .link-wrapper { width: 50%; padding: 0 15px; }
  .footer-area .footer-widget { padding: 50px 0; }
  .footer-area:after { }
  .footer-area:after { background-position: center bottom; }
  .header select {margin-left: 10px;}
  .gallery_section { padding: 60px 0;  }
  button.slick-next { right: 15px; }
  button.slick-prev { left: 15px; }

  .header .btn { display: none; }


  .ebiz-toggle { display: block; position: absolute; right: 20px; width: 35px; height: 28px; background: transparent; border: none; margin: auto; }
  .ebiz-toggle span, .ebiz-toggle span:after, .ebiz-toggle span:before { background: #66BB6A; width: 100%; height: 4px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
  .ebiz-toggle span:after, .ebiz-toggle span:before { content: ""; transition: all 0.5s; }
  .ebiz-toggle span:before { transform: translateY(-10px); }
  .ebiz-toggle span:after { transform: translateY(10px); }
  .body-subopen .ebiz-toggle span { background: transparent; }
  .body-subopen .ebiz-toggle span:before { transform: rotate(45deg); top: 0; } 
  .body-subopen .ebiz-toggle span:after { top: 0; transform: rotate(-45deg); } 

  .header .menu { position: absolute; top: 100%; left: 0; right: 0; background: #f5fbff; padding: 20px 0; width: 100%; text-align: left; }
  .menu ul li { width: 100%; }
  .menu ul li a { padding: 10px 15px; display: inline-block; }
  .header .btn.mob-display { display: block;  text-align: left;  padding: 20px 15px 20px; }

  .popup_form .popup_img { position: relative; width: 100%; padding-top: 60%; margin-bottom: 30px; }
  .popup_right { width: 100%; padding: 0; }
  .popup_form { max-width: 450px; padding: 60px 20px 40px; }

  .footer-copyright .col-lg-6 { width: 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }
  .footer-copyright .row { display: block; }
  .copyright-content { text-align: center; }

  .strategy_caption { padding-top: 50px; }
  .strategy_item { width: calc(100% / 1 - 30px); }
  .strategy_item:before { display: none; }
  .innovation_section .strategy_item { width: calc(100% / 1 - 30px); margin-bottom: 50px; }
  .strategy_item:last-child { margin-bottom: 0; }
  .innovation_section .strategy_icon img { width: 164px; height: 120px; }
  .office_box { width: 100%; max-width: 300px; margin: auto; }
  .office_row { flex-wrap: wrap; }
  .office_box:after { display: none; }
  .office_section { padding: 0 0 40px; }
  
  .innovation_section .title_section h2 { margin-bottom: 15px; }
  .office_section .title_section { margin-bottom: 20px; }

}