/*Greater Theory*/
@font-face {
  font-family: 'Greater Theory';
  src: url('./font/GreaterTheory.otf') format('opentype');
}

/*Gilory Font*/
/* Gilroy Thin */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Gilroy ultra-lkight */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
/* Gilroy Light (Example) */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Gilroy Normal (Example) */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Gilroy Medium (Example) */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* Gilroy Heavy (Example) */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Gilroy Bold (Example) */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* Gilroy Extra Bold (Example) */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Gilroy Black (Example) */
@font-face {
    font-family: 'Gilroy';
    src: url('./font/gilory/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/*slussen font */
@font-face {
    font-family: 'Slussen';
    src: url('./font/Slussen-Variable[wght,wdth,slnt].ttf') format('truetype');
    font-weight: 100 900; /* For variable font ranges */
    font-style: normal; /* Replacing oblique with normal */
}
/*compressed font*/
@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-Thin-TRIAL.otf') format('opentype');
}

@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-Extralight-TRIAL.otf') format('opentype');
}

@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-Light-TRIAL.otf') format('opentype');
}

@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-Regular-TRIAL.otf') format('opentype');
}


@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-Medium-TRIAL.otf') format('opentype');
}

@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-SemiBold-TRIAL.otf') format('opentype');
}

@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-Bold-TRIAL.otf') format('opentype');
}

@font-face {
    font-family: 'Slussen Compressed';
    src: url('./font/slussen/Slussen-Compressed-Black-TRIAL.otf') format('opentype');
}
::selection {
  background: var(--technics-color);
  color: var(--black-color);
}
input {
  outline: none;
}
a{
	text-decoration: none;
	outline: none;
}
a:active, a:focus{
	outline: none;
}
/* Add other weights as needed */

ul{
  margin: 0;
  padding: 0;
}
body{
	font-family: 'Gilroy', serif;
	color: var(--black-color);
}
:root {
    --technics-color: #90ff00; 
    --black-color: #000;
    --techincs-white: #fff;
    --footer-bg: #eaeaea;
    --technics-light: #4b4e53;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}
.main_content h2 {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 900;
}
p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 200;
}
img{
	display: block;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.container_blog {
  padding: 50px 20px;
}
/*Header Section*/
.header_top p {
  margin: 0;
  padding: 5px 0;
  background: var(--technics-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #000;
  font-size: 18px;
}
.main_header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.main-navigation ul{
	gap: 30px;
  display: flex;
}
.nav-menu a {
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 500;
}
.search_icon {
  position: relative;
  display: flex;
  align-items: center;
}
.search_data {
  position: absolute;
  right: 0;
  display: flex;
  gap: 5px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  padding: 10px;
  align-items: center;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.search_data input {
  padding: 5px;
}
.search_data span, .fa-solid.fa-magnifying-glass {
  cursor: pointer;
}
.process_main ol {
  padding: 0 0 0 25px;
  margin: 0;
}
/*Video Section*/
.video_sec {
  position: relative;
}
.video_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  background-position: center;
  background-size: cover;
}
.video_content h1 {
  text-transform: uppercase;
  color: var(--technics-color);
  font-size: 72px;
  font-weight: 900;
  line-height: 74px;
  margin: 0;
}
.video_content p {
  font-size: 28px;
  margin: 0;
  line-height: 30px;
  color: var(--techincs-white);
  font-weight: 700;
  text-transform: uppercase;
}
iframe {
	display: block;
}
.menu-item > a {
    position: relative;
}
#primary-menu > .menu-item > a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: var(--technics-color);
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.menu-item:hover > a::after, .current-menu-item > a::after, .menu-item:focus > a::after {
    width: 100% !important;
}

#primary-menu #menu-item-143:hover > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
  padding: 20px;
    padding-left: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#primary-menu #menu-item-143:hover > .sub-menu .sub-menu{
  flex-direction: column;
  gap: 5px;
  padding-left: 5px;
  box-shadow: unset;
  position: unset;
  float: unset;
}
#primary-menu #menu-item-143:hover > .sub-menu .sub-menu a{
  font-weight: 500;
}

#primary-menu > .menu-item-has-children::before {
  content: "\f347";
  font-weight: 900;
  position: absolute;
  right: -16px;
  font-family: 'Dashicons';
  line-height: 1;
  top: 4px;
}
/*Slider css*/
.main_data > div {
  width: 50%;
}
.main_content{
  padding: 0px 70px;
  background: var(--technics-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.main_data {
  display: flex;
}
.main_img img {
	width: 100%;
}
.main_sec {
  padding: 75px 0;
  margin: 75px 0;
  position: relative;
}
.main_content a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--techincs-white);
  background: var(--black-color);
  max-width: 130px;
  padding: 10px 18px;
  border-radius: 16px;
  transition: all 0.3s;
}
.main_content a:hover {
  color: #000;
  background: var(--techincs-white);
}
.creative_slider{
	z-index: 1;
}
.main_sec::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: var(--black-color);
  z-index: 0;
}
.main_sec .slick-prev:hover::before, .main_sec .slick-prev:focus::before, .main_sec .slick-next:hover::before, .main_sec .slick-next:focus::before {
  opacity: 1;
  color: var(--black-color);
}
/*footer Style*/
.footer_main {
  background: var(--footer-bg);
  padding: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer_main h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_main a {
  color: var(--black-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.3s;
  position: relative;
}
.footer_col_1, .footer_col_2, .footer_col_3{
	width: 10%;
}
.footer_col_4{
	width: 20%;
}
.footer_col_5{
	width: 25%;
}
.footer_col_1 a:hover, .footer_col_2 a:hover{
	color: #2b2a2a;
}
.footer_col_3 {
  margin-top: -30px;
}
.footer_col_5 ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_col_5 ul:nth-child(2) a {
  position: relative;
  display: block;
}
.footer_col_5 ul:nth-child(2) a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #a3e02b73;
  transition: all 0.3s ease-in-out;
}
.footer_col_5 ul:nth-child(2) li:hover a::after {
  width: 100%;
}
.footer_col_5 ul:nth-child(2) a p {
  position: absolute;
  top: 0;
  color: var(--techincs-white);
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  z-index: 9;
  font-weight: 500;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer_col_5 ul:nth-child(2) li:hover a p{
	opacity: 1;
}
.footer_col_5 ul:nth-child(2) {
  padding: 20px 0;
}
.footer_col_6 ul:last-child i, .footer_col_3 ul i {
	transition: all 0.3s ease-in-out;
  padding-right: 10px;
}
.footer_col_6 ul:last-child a:hover i {
	transform: scale(1.2);
}
.site-info {
  text-align: center;
  padding: 10px 0;
}
.site-info a {
  font-weight: 300;
  color: var(--black-color);
} 
.footer_col_5 ul:nth-child(2) li {
  width: calc(33.33% - 13.33px);
}
.footer_col_5 ul:nth-child(2) li img{
	width: 100%;
}
.footer_col_6{
  width: 10%;
}
.footer_col_3 a:hover i {
  transform: scale(1.2);
}
.footer_col_1 a::after , .footer_col_2 a::after, .footer_col_3 a::after, .footer_col_6 a::after{
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  background: var(--technics-color);
  left: 0;
  bottom: -2px;
  transition: width 0.3s ease-in-out;
}
.footer_col_3 a::after, .footer_col_6 a::after{
  left: 27px;
}
.footer_col_3 li:hover a::after , .footer_col_6 li:hover a::after{
  width: calc(100% - 27px);
}
.footer_col_1 li:hover a::after , .footer_col_2 li:hover a::after{
  width: 100%;
}
.footer_col_6 i{
  padding-right: 5px;
}
.footer_main li {
  padding-bottom: 5px;
}
/*for mobile menu*/
.hamburger-menu {
  position: absolute;
  top: 75px;
  left: 40px;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
	/*---------------------
	Mobiles Menu - Design 
	----------------------*/

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left:15px;
}

.mobile-menu li:first-child {
  margin-top: 115px;
}

.mobile-menu li:hover {
  background: #CCCCCC;
}

.mobile-menu li a {
  text-decoration: none;
  color: black;
}

	/*---------------------
	Mobiles Menu - Slide IN 
	----------------------*/

.mobile-menu {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #EBEBEB;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

	/*---------------------
	Mobiles Menu - Dropdown Submenu
	----------------------*/

.mobile-menu .menu-item-has-children:hover{
	cursor:hand;
}

.mobile-menu > div > #menu-product-menu > .menu-item-has-children .sub-menu {
	display:none;	
}
.mobile-menu .menu-item-has-children::after {
  content: '+';
  position: absolute;
  right: 5px;
  font-size: 20px;
  transition: 0.3s all;
}
/*.mobile-menu .menu-item-has-children:checked::after{
  transform: rotateZ(45deg);
}*/


.mobile-menu .menu-item-has-children .sub-menu li:first-child {
  margin-top: 0px;
}

.icon-arrow {
	position: absolute;
	display: block;
	font-size: 0.7em;
	color: black;
	top: 5px;
	right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg); 
	transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;	 
}
  
.icon-arrow:after {
    content: "\25BC";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s; 		
}


/*about page style css*/


/*about banner*/
.about_bnner {
  margin-bottom: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 96vh;
  position: relative;
  display: flex;
  align-items: center;
}
.about_bnner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.about_text {
  text-transform: uppercase;
  color: var(--technics-color);
  font-size: 72px;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 10px;
}
.about_p {
  font-size: 28px;
  margin: 0;
  line-height: 30px;
  color: var(--techincs-white);
  font-weight: 700;
  text-transform: uppercase;
}
.about_bnner .container{
  position: relative;
  z-index: 9;
}
.detail_main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.detail_col p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.detail_col h3 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 5px;
}
.detail_main .detail_col:first-child {
  flex-basis: 100%;
}
.detail_col {
  flex-basis: calc(50% - 15px);
}
.video_section {
  padding: 70px 0;
  margin-top: 70px;
  background: #e6e6e6;
}
.video_section h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
/*timeline css */
.timeline_main {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.timeline_main::before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--technics-color);
  left: 50%;
  top: 0;
  position: absolute;
}
.time_item {
  position: relative;
}
.time_icon {
  background: var(--black-color);
  border: 2px solid #222;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  border-radius: 50%;
  text-align: center;
}
.time_icon p {
  position: relative;
  top: 8px;
  margin-bottom: 0;
  color: var(--technics-color);
  font-weight: 700;
  font-size: 14px;
}
.time_item:nth-child(odd) .time_content {
  margin-left: auto;
}
.time_content {
  width: 45%;
  padding: 10px 20px 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 8px 50px rgba(0,0,0,.2);
  box-shadow: 0 8px 50px rgba(0,0,0,.2);
  margin-bottom: 30px;
  border-radius: 10px;
}
.timeline_main::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.time_item:last-child .time_content {
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.time_item:last-child .time_icon {
  top: -44px;
}


/*team css */
.team_row {
  display: flex;
  flex-wrap: wrap;
}
.team_col {
  flex-basis: 25%;
  padding: 20px;
}
.team_col:hover, .team_col:active {
  z-index: 1;
  -webkit-box-shadow: 0 8px 50px rgba(0,0,0,.2);
  box-shadow: 0 8px 50px rgba(0,0,0,.2);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transition: box-shadow .2s ease,transform .2s ease,z-index 0s ease 0s,-webkit-transform .2s ease;
}
.team_box {
  display: grid;
  gap: 5px;
  text-align: center;
}
.team_box h5 {
  font-weight: 500;
}
.team_box img {
  max-width: 128px;
  margin: 0 auto;
  border-radius: 50%;
  height: 128px;
  display: block;
}
.team_main h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
  color: var(--technics-color);
}
.team_main {
  padding: 70px 0;
  border-top: 1px solid;
}
.time_content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.timeline_sec h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
  color: var(--black-color);
}
.timeline_sec {
  padding: 70px 0 30px;
}


/*search style post*/
.search_sec {
  padding: 70px 0;
}
.search_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.search_col {
  flex-basis: calc(33.33% - 13.33px);
  padding: 30px 20px;
  box-shadow: 5px 5px 10px #eee;
  background: #fff;
}
.search_det {
  text-align: center;
  padding-top: 10px;
}
.search_det h2 {
  font-size: 24px;
  line-height: 26px;
}
.search_det p {
  font-size: 18px;
  line-height: 20px;
}
#search-results {
  background: rgba(0,0,0,0.3);
  position: absolute;
  width: 100%;
  z-index: 9999;
}

/*Blog Page*/
.creative .blog_main {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.blog_main img {
  width: 100%;
}
.creative .blog_main > article {
  flex-basis: calc(20% - 24px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 50px rgba(0,0,0,.2);
}
.creative .entry-content {
  display: none;
}
.creative .post-thumbnail{
  order: -1;
}
.creative .entry-title a {
  color: var(--black-color);
  font-weight: 500;
  font-size: 26px;
  line-height: 25px;
  transition: font-weight 0.3s ease-in-out;
}
.creative .entry-title{
  line-height: 22px;
}
.creative .blog_main a:hover {
  color: #5c5c5c;
}
.creative .entry-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 10px 20px 10px;
}
.creative .entry-header {
  padding: 10px 10px 0;
}
.creative .page-header h1 {
  text-align: center;
  padding-bottom: 20px;
}

/*Blog Single Page Design*/
.single_main {
  padding: 50px 20px;
}
.single_main {
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
}
.creative_single {
  flex-basis: calc(100% - 430px);
}
.single_main #secondary {
  border: 1px solid #ccc;
  flex-basis: 400px;
  padding: 20px;
  border-radius: 10px;
}


/*csr page stylying*/
.creative_breadcrumb{
  padding: 130px 0 60px;
  text-align: center;
  color: var(--techincs-white);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.creative_breadcrumb a {
  color: var(--techincs-white);
}
.creative_breadcrumb p {
  font-weight: 500;
}
.creative_breadcrumb h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
}
.csr_des_sec {
  text-align: center;
  padding: 50px 0;
}
.csr_des_sec h3, .csr_det_col h2, .csr_int_sec h2 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
}
.csr_int_sec h2{
  font-size: 44px;
  margin: 20px 0;
}
.csr_page p {
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.csr_det_sec {
  padding: 50px 0;
  background: #f6f6f6;
}
.csr_det_main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.csr_det_col {
  flex-basis: calc(50% - 10px);
}
.csr_det_col h2 {
  margin-bottom: 10px;
}

.csr_int_sec {
  text-align: center;
  padding: 50px 0;
}
.csr_int_sec h6 {
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
}
.csr_int_sec img {
  width: 100%;
  margin: 40px 0;
}
.facility_icon i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
}
.facility_main {
  display: flex;
  gap: 20px;
  align-items: center;
}
.facility_col {
  flex-basis: calc(50% - 10px);
}
.facility_box {
  position: relative;
  padding: 20px 20px 20px 50px;
  margin-bottom: 20px;
  border-left: 5px solid var(--technics-color);
}
.facility_box:nth-child(2n+1) {
  background: #dfdfdf;
  border-color: #AFAFAF;
}
.facility_col p {
  margin-top: 10px;
}
.facility_icon {
  position: absolute;
  left: 8px;
  font-size: 30px;
}
.employ_sec {
  padding: 50px 0;
}
.employ_main {
  display: flex;
  gap: 20px;
  align-items: center;
}
.csr_main .slick-prev::before, .csr_main .slick-next::before {
  font-size: 30px;
}
.csr_main {
  padding: 10px 0 50px;
  background: var(--footer-bg);
  text-align: center;
}
.facility_box h3 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.csr_page h2{
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;

}
.csr_slider_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
}
.women_sec {
  padding: 70px 0;
}
.women_main, .env_main {
  display: flex;
  gap: 20px;
  align-items: center;
}
.women_cont {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.women_img {
  flex-basis: 40%;
}
.women_cont p:nth-child(3) {
  line-height: 25px;
  padding-left: 25px;
  border-left: 5px solid var(--technics-color);
}
.env_sec {
  padding-bottom: 70px;
}
.env_cont {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.env_img {
  flex-basis: 55%;
}

.safety_sec {
  padding: 70px 0;
  background: var(--footer-bg);
}
.safet_main {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.safety_cont, .safety_banner {
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
}
.safety_cont h2 {
  margin-bottom: 10px;
}
.safety_boxes {
  display: flex;
  gap: 20px;
}
.safety_box {
  flex-basis: 33.33%;
  padding: 12px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition: background .3s ease-in-out;
}
.safety_box h3 {
  font-size: 20px;
  line-height: 22px;
  padding: 15px 0;
  font-weight: 800;
}
.safety_last {
  display: flex;
  gap: 10px;
}
.safety_col {
  flex-basis: 33.33%;
}
.safety_box:hover {
  background: var(--technics-color);
}
.activity_sec {
  padding: 50px 0;
}
.activity_main h2 {
  text-align: center;
  padding-bottom: 30px;
}
.activity_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.activity_box {
  flex-basis: calc(33.33% - 13.33px);
}
.activity_box img {
  border-radius: 12px;
}
.activity_box h3 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.csr_page img{
  width: 100%;
}
.bread_content p {
  text-align: center !important;
}
/*Scroll Page Design*/

.col {
    width: 50%;
}

#vertical {height: 200vh;width: 100vw;padding: 100px 0;}

.vertical__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.vertical__content .col_left {height: 100%;}

.vertical__content .col.col_right {
    width: 40%;
}

.vertical__item:not(:last-child) {
    margin-bottom: 100px;
}

#horizontal {
    padding: 100px 0;
}

.horizontal__content {
    display: flex;
}

.horizontal__item {
    border: 1px solid #efefef;
    padding: 200px 150px;

}
.horizontal__item:not(:last-child) {
    margin-right: 50px;
}

.horizontal__num {
    font-size: 80px;
    font-weight: 900;
    font-stretch: condensed;
    color: #ff98a2;
}
.vertical__heading span {
  display: block;
}
.vertical__heading {
  font-size: 90px;
  line-height: 80px;
  font-weight: 900;
  border-left: 5px solid var(--techincs-white);
  padding: 25px;
  font-family: 'Slussen Compressed';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.vertical__item0 h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

/*service section*/
.services {
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  padding: 100px 20px;
}
.service_header {
  display: flex;
  gap: 20px;
  width: 100%;
}
.service_col:nth-child(1) {
  flex: 2;
}
.service_col:nth-child(2) {
  flex: 5;
  padding: 16px;
}
.service {
  display: flex;
  gap: 2em;
  height: 150px;
  border-top: 1px solid rgba(255,255,255,0.2);
  align-items: center;
}
.service_info {
  flex: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.service_img {
  flex: 5;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.service_img img {
  width: 30%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
/*lenis scroll*/
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


/*font scroll section css*/
.rows h2 {
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.letter_sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
::-webkit-scrollbar{
  display: none;
}
.logo_letter {
  position: fixed;
  right: 0;
  top: 0;
  background: red;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin: 32px;
  z-index: 1000;
}
.letter_main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center; /* Center children horizontally */
  align-items: center;    /* Center children vertically */
  width: 100%;            /* Adjust based on design needs */
  height: auto;           /* Optional: define height explicitly */
}

.letters {
  flex: 1;
  display: flex;
  text-transform: uppercase;
}
.letters > div {
  flex: 1;
  text-transform: uppercase;
  color: #000;
  font-size: 18vw;
  text-align: center;
}
.website_content {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 100vh;
}
.img_holder {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  clip-path: polygon(37.5% 20%, 62.5% 20%,62.5% 80%, 37.5% 80%);
  transform: rotate(30deg);
}
.img_holder img {
  transform: scale(2);
  position: relative;
}
.content_holder {
  position: relative;
  top: -5px;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 1em;
}
.rows {
  margin: 2em 1em;
}
.imag {
  width: 200px;
  height: 275px;
}
.rows:nth-child(2) .imag {
  position: relative;
  left: 50%;
}
.rows:nth-child(2) .imag {
  position: relative;
  left: 50%;
}

/*Service Page scroll*/
.services_major {
  background-image: linear-gradient(to right,var(--technics-color), #ffff00a6);
  font-family: 'Slussen';
}
.vertical__item h3 {
  font-size: 40px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  word-spacing: 2px;
}
.vertical__item p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.backgound_overelay{
  overflow-x: hidden;
}


/*scroll text zoomin*/

:root{
    --progress1: 0;
}

.experience{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 10;
    overflow: hidden;
}
.experience-show {
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Slussen Compressed';
}
.experience-show span {
  display: block;
}
#horizontal {
  display: none;
}
.experience .experience-top{
    position: absolute;
    top: 1%;
    left: 2%;
}
.experience .experience-middle-container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.experience .experience-middle{
    transform: scale(calc(var(--progress1) * 8.5)) !important;
    transform-origin: center;
}

.experience .experience-bottom{
    position: absolute;
    bottom: 8%;
    right: 2%;
}

.another_sec{
  height: 100vh;
  width: 100%;
}


/*to style accordian slide*/

.section_accordian {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.spacer {
  background-color: teal;
}

.wrapper {
  width: 100%;
  visibility: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.item_accordian {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}

.item .header {
  background-color: rgb(149, 149, 149);
  padding: 10px;
}

.item .header h1 {
  font-size: 24px;
  margin: 0;
}

.item .content {
  background-color: rgb(201, 201, 201);
  overflow: hidden;
}

.item .content p {
  margin: 0;
  padding: 10px;
  font-size: 18px;
}
.header {
  background: #ccc;
  padding: 15px;
}


/*zooming text*/

.cards {
    height: 100vh;
    width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card {
    position: absolute;
    width: 40%;
    height: 50vh;
    background: #f1f1f1;
    border-radius: 7px;
    margin-bottom: 50px;
    border: 1px solid;
}

.card-1 {
    left: 0;
    top: 0;
}

.card-2 {
    left: 40px;
    top: 40px;
}

.card-3 {
    left: 80px;
    top: 80px;
}
.card-4 {
    left: 120px;
    top: 120px;
}
.card-5 {
    left: 160px;
    top: 160px;
}
.card-6 {
    left: 200px;
    top: 200px;
}
.card-7 {
    left: 240px;
    top: 240px;
}

.card h2 {
  font-size: 100px;
  font-weight: 900;
  font-stretch: condensed;
  color: var(--technics-color);
  text-transform: uppercase;
  font-family: 'Slussen Compressed';
  line-height: 100px;
}
.card_cont p {
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
}

.card_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}

/*horizontal card*/
 #horizontal-scoll {
      padding: 200px 0;
    }

    .horizontal-scoll-wrapper {
      overflow: hidden;
      height: 525px;
    }

    .horizontal {
      display: flex;
      height: 100%;
      gap: 40px;
    }

    .horizontal > div {
      display: flex;
      flex-shrink: 0;
      padding: 0 5px;
    }

    .horizontal > div:first-child {
      padding: 0 5px 0 15px;
    }

    .horizontal > div:last-child {
      padding: 0 15px 0 5px;
    }

    .horizontal .card2 {
      align-items: stretch;
      width: 540px;
      padding: 50px 40px;
      border-radius: 38px;
      border: 1px solid var(--black-color);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .card2 h2 {
  font-size: 100px;
  line-height: 100px;
  font-family: 'Slussen Compressed';
  font-weight: 900;
}
.card2 p {
  font-size: 32px;
  line-height: 30px;
  font-weight: 600;
}

   .service_sec {
  padding: 0 20px;
}


/*background style*/
.background_star
   {
      position:fixed;
      top:130px;
      left:0px;
      z-index:99;
      width:100%;
      height:100vh;
      display:flex;
      flex-direction:row;
      flex-wrap:wrap;
      justify-content:center;
      align-items:center;
      align-content:center;

  }

  .background-matrix {
      position:relative;
      width:200px;
      height:200px;
      display:inline-block;
      z-index:-1;

  }

  .background-dot {
      position:absolute;
      top:50%;
      left:50%;
      width:5px;
      height:5px;
      display:block;
      background-color:var(--techincs-white);
      border-radius:3px;
      z-index:-1;
      transform:translateY(-50%) translateX(-50%);

  }


/*To Style product Page*/

.men_sec, .women_sec {
  padding: 70px 20px;
}
.men_main {
  display: flex;
  gap: 30px;
}
.men_product {
  width: 60%;
}

.men_cont {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}
.men_over {
  background: rgba(0,0,0,0.8);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: var(--techincs-white);
  text-align: center;
}
.men_over a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 16px;
  transition: all 0.3s;
  position: relative;
  z-index: 99999;
  margin-top: 10px;
}
.men_over a:hover {
  color: #000;
  background: #90ff00;
}
.men_slider .slick-prev::before, .men_slider .slick-next::before {
  color: var(--black-color);
}
.men_slider img{
  width: 100%;
}
.men_slider_box {
  margin: 10px;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  background: #fff;
}
.men_content {
  padding: 15px;
}
.men_box_img a {
  display: block;
}
.men_content h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--black-color);
}
.men_content a {
  color: var(--black-color);;
  background: var(--technics-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s all;
}
.men_content a:hover {
  background: var(--black-color);
  color: var(--technics-color);
}
.men_cont h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.men_cont h2 {
  font-size: 46px;
  line-height: 46px;
  font-weight: 900;
  padding: 20px 0;
}
.women_sec .men_product {
  order: -1;
}
.cat_sec {
  padding: 0 20px 70px;
}
.cat_text h2 {
  text-align: center;
  padding: 0 0 30px;
  font-size: 46px;
  line-height: 46px;
  font-weight: 900;
  text-transform: uppercase;
}

.cat_row .cat_col {
  flex-basis: 25%;
}
.cat_row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cat_main img, .men_slider_box img{
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.cat_img, .men_box_img {
  overflow: hidden;
}
.cat_col:hover img, .men_slider_box:hover img {
  transform: scale(1.2);
}
.cat_cont {
  padding: 20px;
}
.cat_row .cat_col {
  flex-basis: calc(25% - 22.5px);
  -webkit-box-shadow: 0 8px 50px rgba(0,0,0,.2);
  box-shadow: 0 8px 50px rgba(0,0,0,.2);
  background: #fff;
  padding: 15px;
}
.cat_img a {
  display: block;
}
.cat_cont h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black-color);
}
.cat_cont p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 10px 0;
}
.cat_cont a {
  font-size: 16px;
  color: var(--black-color);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s all;
}
.cat_cont a:hover {
  letter-spacing: 2px;
}



/*to Style Product Single Page*/
.single_productpage .creative_single {
  flex-basis: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.single_productpage .entry-header {
  text-align: center;
}
.single_productpage .entry-header {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  text-transform: capitalize;
  color: var(--technics-color);
  width: 100%;
  padding-bottom: 30px;
}
.single_productpage article{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.single_productpage .post-thumbnail, .single_productpage .entry-content{
  width: calc(50% - 20px);
  max-width: 700px;
position: relative;
}
.single_productpage .navigation.post-navigation{
  padding: 50px 0;
}
.single_productpage a {
  color: var(--black-color);
}
.single_productpage a:visited {
  color: #aaa;
}
.contact_link {
  margin: 30px 0;
}
.contact_link a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 16px;
  transition: all 0.3s;
  position: relative;
  z-index: 99999;
}
.contact_link a:hover {
  color: #000;
  background: #90ff00;
}
.share_product h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 700;
}
.share_product ul {
  margin-left: 30px;
}

/*gallery slider css*/


.product-pro .slick-prev::before, .product-pro .slick-next::before {
  color: var(--black-color);
}
.product-pro .slider_img.slick-current {
  border: 3px solid var(--technics-color);
}
.product-pro .slider_img {
  cursor: pointer;
}
.product-slick .slider_img {
  cursor: grab;
}
.product-pro {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

/*relevnt product slider*/

.relevant_sec {
  padding: 0 20px 50px;
}
.relevant_main h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 15px;
}
.relevant_col {
  padding: 20px;
}
.relevant_img img {
  width: 100%;
}
.relevant_slider {
  margin: 0 -20px;
}
.relevant_box {
  padding: 15px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}
.relevant_slider .slick-prev::before, .relevant_slider .slick-next::before {
  color: var(--black-color);
}
.relevant_cont {
  padding: 10px 0;
}
.relevant_cont h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.relevant_cont p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 5px 0;
}
.relevant_cont a {
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: var(--black-color);
  font-weight: 200;
  text-decoration: underline;
  text-underline-offset: 5px;
  position: relative;
}
.relevant_cont a::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: -20px;
  top: 4px;
  transition: all 0.3s ease-in;
}
.relevant_cont a:hover::after{
  transform: rotate(-30deg);
}
.single_productpage .entry-content h1 {
  font-size: 46px;
  text-transform: capitalize;
  font-weight: 900;
  color: var(--black-color);
  line-height: 46px;
}
.single_productpage .entry-content p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}
.single_productpage .entry-content p:nth-child(2) {
  padding-top: 10px;
}
.relevant_img {
  overflow: hidden;
}
.relevant_img img {
  transition: 0.3s all ease-in-out;
}
.relevant_box:hover .relevant_img img {
  transform: scale(1.2);
}
.featured-image img {
  transition: all 0.3s ease-in-out;
}
.creative .entry-header:hover .featured-image img {
  transform: scale(1.2);
}
.featured-image {
  overflow: hidden;
}



/*BreadCrumb Css*/
.breacrumb_main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breacrumb_over {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}
.breacrumb_over h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 700;
  text-transform: capitalize;
}
.breacrumb_over p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.breacrumb_over a {
  color: #fff;
}
.breacrumb_over a:hover {
  color: rgba(255,255,255,0.6);
}


/*contact page style*/

.map_sec {
  padding: 50px 0;
}
.form_main > div {
  width: 50%;
}
.form_main {
  display: flex;
  gap: 30px;
}
.form_main h4 {
  font-size: 20px;
  line-height: 20px;
  color: var(--technics-light);
  text-transform: uppercase;
  font-weight: 500;
}
.form_main h2 {
  font-size: 36px;
  line-height: 36px;
  color: var(--technics-light);
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0;
}
.personal_info {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--technics-light);
  max-width: 450px;
}
.contact_info h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.personal_info p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: var(--technics-light);
}
.social_info {
  padding-top: 20px;
}
.social_info ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
.social_info a, .personal_info a {
  color: var(--black-color);
  transition: color 0.3s ease-in-out;
}
.social_info a:hover, .personal_info a:hover {
  color: var(--technics-light);
}

.social_info span {
  font-size: 40px;
  margin-right: 10px;
}
.form_content p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.form_content label input{
  width: 100%;
  padding: 10px;
}
.form_content label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form_content input[type="submit"] {
  max-width: 100px;
  cursor: pointer;
}
textarea{
  outline: none;
  padding: 15px;
}
.form_sec {
  padding-bottom: 70px;
}


/*catalogue page style*/
.hero_sec {
  padding: 50px 0;
}
.hero_sec h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 900;
  line-height: 48px;
  color: var(--technics-light);
  margin-bottom: 30px;
}
.hero_sec p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--black-color);
  cursor: pointer;
}
.catalogue_cont span {
  padding-left: 5px;
  transition: 0.3s all ease;
}
.catalogue_cont p:hover span {
  transform: rotate(-30deg);
}

.request_sec {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  display: none;
}
.request_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--techincs-white);
  padding: 20px;
  border-radius: 10px;
  min-width: 280px;
}
.request_box h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#request_submit {
  padding: 7px 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.292 16.706a1 1 0 0 0 1.416 0l3-3a1 1 0 0 0-1.414-1.414L13 13.586V4a1 1 0 0 0-2 0v9.586l-1.293-1.293a1 1 0 0 0-1.414 1.414z" style="fill:%23fff"/><path d="M17 19H7a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2z" style="fill:%23fff"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--technics-light);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
#request {
  padding: 5px;
}
.request_box a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: var(--black-color);
  transition: 0.3s all ease-in-out;
}
.request_box a:hover {
  color: var(--technics-light);
}
.request_cross {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--techincs-white);
  background: var(--technics-light);
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
}

/*styling front and back*/
.hero_box {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  perspective: 1000px;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
}
.hero_box:hover .hero_front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.hero_front {
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
  transition: transform .9s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
  -webkit-backface-visibility: hidden;
  -ms-transition: transform .9s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
  -webkit-transition: transform .9s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
  -moz-transition: transform .9s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
  -o-transition: transform .9s cubic-bezier(.4, .2, .2, 1), opacity .55s ease .25s;
}
.hero_box:hover .hero_back {
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
}
.hero_back {
  background-color: #F5FBFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  -o-transform: rotateY(180deg);
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform .9s cubic-bezier(.4, .2, .2, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background-position: 182% center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalogue_cont {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  -moz-transform: translateY(-50%) translateZ(60px) scale(.94);
  -o-transform: translateY(-50%) translateZ(60px) scale(.94);
}
@keyframes moveBackground {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.hero_row {
  display: flex;
  gap: 20px;
}

/*message css*/

#success {
  right: calc(50% - 85px);
}
#error, #success {
  position: fixed;
  top: 30%;
  right: 20px;
  background: var(--technics-color);
  z-index: 99999;
  padding: 10px;
  color: var(--black-color);
  display: none;
  border-radius: 10px;
  transition: 0.5s all;
}
#download-file {
  cursor: pointer;
  background: var(--technics-color);
}
.request_cross:hover {
  background: var(--techincs-white);
  color: var(--technics-light);
}
.Shipping_sec {
  padding-top: 10px;
}
.delivery {
  display: flex;
  align-items: center;
}
.delivery svg {
  margin-right: 10px;
}
.delivery span:last-child {
  padding-left: 10px;
}


/*to style capability page*/
.capabiltity_main p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: var(--black-color);
  text-align: center;
}
.capabiltity_main h2 {
  font-size: 46px;
  line-height: 48px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.award_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 10px;
}
.award_col img:hover, .certificate_col:hover, .award_col img:active, .certificate_col:active {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.18);
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.18);
}
.award_col img {
  max-width: 120px;
  border: 2px solid var(--black-color);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.award_col {
  width: calc(25% - 7.5px);
  display: flex;
  justify-content: center;
}
.award_main, .certificate_main, .intro_main, .process_sec {
  padding: 50px 0;
}
.certificate_row {
  display: flex;
  gap: 30px;
}
.certificate_col {
  width: 25%;
  border: 2px solid var(--black-color);
  padding: 25px 15px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.certificate_col h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.certificate_col p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
.toggle_btn {
  width: 100%;
  position: relative;
  padding: 15px;
  background: var(--techincs-white);
  border: unset;
  border-bottom: 1px solid var(--technics-light);
  cursor: pointer;
}
.toggle_btn h2 {
  margin: 0;
  font-size: 26px;
  line-height: 28px;
  background: var(--techincs-white);
}
.toggle_btn::before {
  background: var(--technics-light);
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 14px;
}
.toggle_btn::after {
  background: var(--technics-light);
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.toggle_desc {
  padding: 20px;
  background: var(--footer-bg);
  display: none;
}
.process_main {
  padding: 30px;
}
.toggle_btn.active::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*to style reward pop up*/
.fifa_trigger {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  display: none;
}
.fifa_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--techincs-white);
  padding: 20px;
  border-radius: 10px;
  min-width: 320px;
}
.fifa_cross{
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--techincs-white);
  background: var(--technics-light);
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
}
.fifa_trigger h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.fifa_main p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.fifa_main h3 {
  line-height: 14px;
}


/*inoovation page css*/
.achievement_sec, .inoovation_sec {
  padding: 50px 0;
}
.achievement_sec h2, .choose_sec h2, .inoovation_sec h2{
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}
.achievement_sec p, .choose_sec p, .inoovation_sec p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.achievement_data {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.achievement_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.achievement_col {
  width: calc(50% - 10px);
  position: relative;
}
.achievement_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #000000a3;
  padding: 15px;
  color: var(--techincs-white);
}
.achievement_over img {
  transition: 0.9s all ease-in-out;
}
.achievement_over {
  overflow: hidden;
}
.achievement_col:hover img {
  transform: scale(1.2);
}
.achievement_col::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  border: 5px solid rgba(0,0,0,0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.achievement_col:hover::before {
  opacity: 1;
  visibility: visible;
  width: 90%;
  height: 90%;
}
.choose_sec {
  padding: 50px 0;
  background: var(--footer-bg);
}
.choose_col {
  width: calc(33.33% - 13.33px);
}
.choose_col:not(:first-child) {
  padding-top: 15px;
}
.choose_sec h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 22px;
}
.choose_sec h2 {
  text-align: left;
  position: relative;
}
.choose_sec h2::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background: var(--technics-color);
  bottom: -12px;
  left: 0;
}
.choose_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.inoovation_sec h2 {
  text-align: left;
}
.inoovation_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.inoovation_cont, .inoovation_img {
  width: calc(50% - 10px);
}
.inoovation_cont h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.inoovation_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inoovation_cont h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.inoovation_img img {
  border-radius: 10px;
  display: block;
}
.innotion_conclusion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.innotion_conclusion a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  margin-right: auto;
  padding: 10px 15px;
  border-radius: 16px;
  transition: all 0.3s;
}
.innotion_conclusion a:hover {
  color: #000;
  background: #90ff00;
}


/*Certificate page design*/
.certificates_row {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.certificates_col {
  width: calc(50% - 35px);
  position: relative;
  padding: 15px;
}
.cert_icon {
  position: absolute;
  top: -50px;
  max-width: 138px;
  left: 50%;
  transform: translateX(-50%);
}
.certificate_sec .certificate_main {
  padding: 50px 0 70px;
  max-width: 900px;
  margin: 0 auto;
}
.certificate_sec {
  padding: 50px 0;
}
.certificate_sec h2 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.certificate_sec p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}
.error-404.not-found {
  text-align: center;
  padding: 50px 0;
}
.error-404.not-found h2 {
  font-size: 220px;
  line-height: 230px;
  color: var(--technics-light);
  font-weight: 700;
}
.error-404.not-found h1 {
  font-size: 26px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 700;
}
.home_link a {
  font-size: 20px;
  line-height: 22px;
  padding: 5px 10px;
  background: var(--black-color);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}
.home_link a:hover {
  background: var(--technics-color);
  color: var(--black-color);
}
/* career page style */
.career {
  padding-top: 70px;
}
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}
.accordion-item {
	border-bottom: 1px solid #e5e5e5;
}
/* Thumb */
.accordion-thumb {
	margin: 0;
	padding: .8rem 0;
	cursor: pointer;
	font-weight: normal;
}
.accordion-thumb::before {
	content: '';
	display: inline-block;
	height: 7px;
	width: 7px;
	margin-right: 1rem;
	margin-left: .5rem;
	vertical-align: middle;
	border-right: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(-45deg);
	transition: transform .2s ease-out;
}
/* Panel */
.accordion-panel {
	margin: 0;
	padding-bottom: .8rem;
	display: none;
}
/* Active */
.accordion-item.is-active .accordion-thumb::before {
	transform: rotate(45deg);
}
.career .form_content form p > label:nth-child(1), .career .form_content form p > label:nth-child(3) {
  width: calc(50% - 15px);
}
.career .form_content form p > label {
  width: 100%;
}
.career .form_content p {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career .form_content label select {
  width: 100%;
  padding: 8px 15px;
  background-color: var(--techincs-white);
}
.form_content form label label {
  flex-direction: row;
}
.career .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  row-gap: 10px;
}
.career .wpcf7-form-control.wpcf7-radio > span {
  width: calc(50% - 16px);
  display: flex;
  cursor: pointer;
}
.career .form_content label input[type="radio"] {
  cursor: pointer;
}
.career .wpcf7-form-control.wpcf7-file {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.career .form_content form p > label:nth-child(19) label input {
  width: unset;
}
.career .form_content form p > label:nth-child(3) {
  margin-right: -12px;
}
.career .form_content input[type="submit"]{
	margin-right: auto;
}
.csr_det_col ol {
  margin: 0;
}
.video_sec video{
  object-fit: cover;
}
