/********** Template CSS **********/
:root {
    --primary: #69c4b2;
    --secondary: #FE8800;
    --light: #c4fff9;
    --dark: #4a8983;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
h1 {
    color: var(--primary);
}
nav {
    background: #222d43;
    z-index: 1;
}
.header {
    padding-top: 120px;
    background: #222d43;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
}
.header_text {
    padding-top: 120px; 
    padding-bottom: 140px;
    padding-right: 30px;
}
.header_text h3 {
    color: #808B8D;
}
.image_boxes {
    position: relative;
    min-width: 800px;
}
.box_outter {
    border-radius: 10px;
    border: 3px solid #69c4b2;
    overflow: hidden;
    transform: rotate(45deg);
    position: absolute;
}
.box_outter > img {
    opacity: 0.3;
}
.box_outter img {
    transform: rotate(-45deg);
    width: 140%;
    margin-top: -20%;
    margin-left: -20%;
    transition: 0.3s;
}
.image_boxes .box_1 {
    width: 300px;
    height: 300px;
    top: 100px;
    left: 60px;
}
.image_boxes .box_2 {
    width: 270px;
    height: 270px;
    left: 305px;
    top: -85px;
}
.image_boxes .box_3 {
    width: 400px;
    height: 400px;
    top: 140px;
    left: 440px;
}
.image_boxes .box_4 {
    width: 200px;
    height: 200px;
    top: -110px;
    left: 635px;
}
.image_boxes .box_5 {
    width: 200px;
    height: 200px;
    top: 390px;
    left: 250px;
}
.image_boxes .box_6 {
    width: 350px;
    height: 350px;
    top: -30px;
    left: 820px;
}
.box_outter:hover a img {
    opacity: 0.1;
}
.box_1 h3, .box_2 h3, .box_3 h3 {
    transform: rotate(-45deg);
    position: absolute;
    color: var(--primary);
    opacity: 0;
    transition: 0.3s;
    text-align: center;
}
.box_1 h3 {
    top: 130px;
    left: 80px;
}
.box_2 h3 {
    top: 95px;
    left: 30px;
}
.box_3 h3 {
    top: 180px;
    left: 0px;
}
.box_outter:hover a h3 {
    opacity: 1;
 }

.bbtn {
    border: 2px solid var(--primary);
    border-radius: 5px;
}
.bbtn a {
    color: var(--primary);
}
.bbtn:hover {
    background: var(--primary);
}
.bbtn:hover a {
    color: #fff;
}

/* core_values  */
.core_values {
    padding-top: 100px;
    padding-bottom: 100px;
}
.title h2 {
    text-align: center;
    color: var(--primary);
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.title {
    text-align: center;
    margin-bottom: 40px;
}
.title h2:before, .title h2:after {
    content: " ";
    display: block;
    height: 2px;
    width: 40px;
    position: absolute;
    top: 18px;
    background: var(--primary);
}
.title h2:before {
    left: -50px;
}
.title h2:after {
    right: -50px;
}
.testimonial {
    background: #222d43;
}
.testimonial-item {
    border-radius: 30px;
}
.box {
    text-align: center;
}
.footer {
    background: #222d43;
}
.footer_inner {
    border-top: 2px solid #69c4b2;
}
a, .btn-link {
    color: var(--primary);
}
a:hover, .btn-link:hover {
    color: var(--dark);
}
.footer-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-menu a {
    padding: 0px 5px 0 10px;
}
.footer-menu a:not(:first-of-type) {
    border-left: 1px solid var(--primary);
}
.footer-bottom-left {
    padding-top: 10px;
}
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 33px;
    text-align: center;
    padding-left: 14px;
}
.owl-item .testimonial-item img, .owl-item .testimonial-item h5, .owl-item .testimonial-item p{
    filter: blur(3px);
}
.owl-item.center .testimonial-item img, .owl-item.center .testimonial-item h5, .owl-item.center .testimonial-item p {
    filter: blur(0px);
}
.quick-links {
    padding-left: 15px;
}
.footer_form input,.footer_form textarea {
    width: 100%;
    border: 0;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.contact_form {
    background: #d5d5d5;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sendbtn {
    background: var(--primary);
    color: #fff;
}
.sendbtn:hover {
    background: var(--dark);
    color: #fff;
}
@media (max-width: 1550px) {
    .image_boxes {
        min-width: 700px;
    }
}
@media (max-width: 1300px) {
    .header {
        display: block;
        text-align: center;
    }
    .box_outter {
        position: relative;
        transform: rotate(0deg);
        width: 100%!important;
        top: 0!important;
        left: 0!important;
        margin-bottom: 20px;
        height: 200px!important;
        margin-left: 10px;
        margin-right: 10px;
    }
    .box_outter img {
        transform: rotate(0deg);
    }
    .box_1 h3, .box_2 h3, .box_3 h3 {
        transform: rotate(0deg);
        position: absolute;
        left: 0;
        width: 100%;
    }
    .box_1 h3 {
        top: 80px;
    }
    .box_2 h3 {
        top: 60px;
    }
    .box_3 h3 {
        top: 60px;
    }
    .box_4, .box_5,.box_6 {
        display: none;
    } 
    .header_text {
        padding-bottom: 30px;
        padding-right: 0;
        padding-top: 70px;
    }
    .image_boxes {
        display: flex;
        padding-bottom: 80px;
    }
    .box_outter a img {
        opacity: 0.1;
    }
    .box_outter a h3 {
        opacity: 1;
    }
}
@media (max-width: 1197px) {
    .box_2 h3 {
        top: 45px;
    }
}
@media (max-width: 991px) {
    .header {
        padding-top: 0;
    }
    nav:not(.sticky-top):before {
        width: 190px;
        height: 77px;
    }
}
@media (max-width: 882px) {
    .image_boxes {
        display: block;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .box_outter {
        height: 140px!important;
        margin-left: 0;
    }
    .box_1 h3, .box_2 h3, .box_3 h3 {
        top: 50px;
    }  
    .box_outter a img {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 512px) {
    .box_2 h3 {
        top: 40px;
    }
}
@media (max-width: 512px) {
    .box_1 h3, .box_2 h3, .box_3 h3 {
        font-size: 19px;
    }  
    .box_outter {
        height: 130px!important;
    }
}
/*nav:not(.sticky-top):before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 97px;
    background: #fff
}*/
.navbar-brand {
    z-index: 2;
}


/* Header Slider  */
.header_slider {
    overflow: hidden;
}
#hero-slider {
  position: relative;
  @media (min-height: 700px) {
    height: 500px;
  }
}


.header_slider .owl-carousel {
/*  display: none;*/
  width: 100%;
  height: 500px; // <- Declare height
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.header_slider .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  height: 500px;// <- Declare height
}
.header_slider .owl-stage-outer {
  height: 100%;
}

.header_slider .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  height: 500px; // <- Declare height
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header_slider .owl-item {
   background-image: url('https://2.bp.blogspot.com/-5VB61zkRvTg/Vq3jyfoJGYI/AAAAAAAAAaU/S3Yvl_OuXa8/s1600/loadingfinal1.gif');
  background-repeat: no-repeat;
  background-position: center;
}

.owl-lazy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60%;
  min-height: 500px;
  @media (min-height: 700px) {
    height: 100%;
    padding: 0;
  }
}

.owl-prev, .owl-next {
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 6px;
  color: white;
  &:hover {
    background-color: orange;
  }
}

.header_slider .owl-next {
  right: 8px;
  left: auto;
}

#hero-content {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 10%;
  height: 500px;
  line-height: 500px;
  width: 80%;
  background-color: rgba(white, 0.8);
  margin: 0;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 0 80px rgba(black, 0.6);
  .inner_text {
      height: 500px;
      position: relative;
      h1 {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 70px;
            transform: translate(-50%, -50%);
            width: 100%;
            span {
                font-size: 50px;
            }
      }
  }
}
.header_slider:before {
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    content: " ";
    top: 90px;
    left: 0;
    background: #222d43;
    z-index: 2;
    opacity: 0.7;
}
.owl-dots {
    position: absolute;
    bottom: 16px;
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.header_slider .owl-dot {
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: all 200ms ease-in-out;
  &:not(:first-child) {
    margin-left: 10px;
  }
  &.active {
    background-color: #000000;
  }
}
.header_slider {
    padding-top: 90px;
    background-color: #222d43;
      @media (max-width: 991px) {
        padding-top: 0;
      }
}
.rounded-circle img {
    width: 60px;
}


/* TimeLine  */
.time_line {
    background: #222d43;
    padding-top: 75px;
    padding-bottom: 75px;
    color: #fff;
    h1 {
        margin-bottom: 30px;
    }
    .time_line_item {
        padding-left: 50px;
        position: relative;
        :before {
            content: " ";
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            background: #fff;
            left: 0;
            top: 20px;
            border-radius: 10px;
        }
    }
    .time_line_item.line {
        :after {
            width: 2px;
            height: 100%;
            display: block;
            content: " ";
            position: absolute;
            left: 9px;
            top: 40px;
            background: #fff;
        }
    }
}
.time_line_header {
    h2 {
        margin-bottom: 0;
        color: #fff;
        line-height: 20px;
        padding-top: 20px;
    }
}
.text_box {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}
.image_page_split {
    background: #69c4b2;
    overflow: hidden;
    .image_left, .image_right{
        background-size: cover;
        height: 400px;
        background-repeat: no-repeat;
        float: left;
        opacity: 0.6;
        transition: 0.6s;
    }
    .image_left:hover, .image_right:hover {
        opacity: 1;
    }
    .image_left {
        width: 50%;
    }
    .image_right {
        width: 50%;
    }
}
.semiconductor {
    .image_left {
        background-image: url(/img/Semiconductor_Fab_photo_2.jpg);
    }
    .image_right {
        background-image: url(/img/ai_chip.jpg);
    }
}
.robotics {
    .image_left {
        background-image: url(/img/factory_1.jpg);
    }
    .image_right {
        background-image: url(/img/Automation_right.jpg);
    }
}
.industrial {
    .image_left {
        background-image: url(/img/Industrial_left.jpg);
    }
    .image_right {
        background-image: url(/img/Industrial_right.jpg);
    }
}

.expertise {
    padding-top: 75px;
    padding-bottom: 55px;
    h1 {
        text-align: center;
        margin-bottom: 40px;
    }
    ul {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    .box {
        position: relative;
    }
    .box:not(:last-child) {
        :before {
            content: " ";
            display: block;
            position: absolute;
            right: 0;
            top: 0px;
            height: 100%;
            width: 2px;
            background: var(--primary);
            @media (max-width: 767px) {
                display: none;
            }
        }
    }
}
#cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c2c2c;
  color: #fff;
  padding: 20px;
  display: none;
  z-index: 9999;
  font-family: sans-serif;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

.cookie-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cookie-content p {
  margin: 0;
  flex: 1 1 70%;
  font-size: 16px;
}

#accept-cookies {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 10px;
}

@media (min-width: 600px) {
  #accept-cookies {
    margin-top: 0;
  }
}

.table_list {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.table_list th,
.table_list td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.table_list th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: bold;
}

.table_list tr:nth-child(even) td {
  background-color: #fafafa;
}

.table_list tr:hover td {
  background-color: #f0f0f0;
}
.title_page {
    font-weight: bold;
}
.text_box ul {
    padding-left: 0;
    list-style: none;   
}
.text_box.left {
    text-align: left;
}
.navbar-light .navbar-toggler {
    color: #fff;
}
.header_slider {
    position: relative;
}
@media (max-width: 991px) {
  .inner_text h1 {
    font-size: 40px!important;
  }
  .header_slider:before {
    top: 0px;
    }
  .inner_text h1 span {
    font-size: 30px!important;
  }
}
@media (max-width: 767px) {
    .image_page_split {
        .image_right {
            display: none;
        }
        .image_left {
            width: 100%;
        }
    }
    .image_left_side {
        display: none;
    }
    .text_right_side {
        text-align: center;
        margin-top: 0;
    }
    .text_right_side_about {
        text-align: center;
    }
}
body {
    overflow-x: hidden;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #222d43;
}
.dark_bg {
    background: #222d43;
    h4 {
        color: #69c4b2;
    }
}
.text_right_side p {
    text-align: justify;
}