@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: "WorkSans";
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}
:root {
  --orange-color: rgba(0, 94, 156, 1);
  --Green-color: rgb(6, 123, 98);
  --blue-color: rgba(0, 94, 156, 1);
  --white-color: rgba(255, 255, 255, 1);
  --yellow-color: rgba(231, 176, 60, 1);
  --light-green-color: rgba(16, 150, 203, 1);
  --dark-blue--color: rgba(18, 57, 75, 1);
  --black-color: rgba(61, 61, 61, 1);
  --light-blackColor: #7d7f80;
  --main-color: #82ab28;
  --main-dark-color: #3c6a36;
  --orange-color: #ff7b00;
  --main-400-color: #d4eeb5;
  --main-800-color: #c0ca7a;
}
p a[href],
li > a[href] {
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
p a[href]:hover,
li > a[href]:hover {
  color: var(--yellow-color);
}
.gotop {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 1);
  background: none;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 40px;
  right: 10px;
  z-index: 100;
  box-shadow: 1px 1px 6px 3px rgba(126, 126, 126, 1);
  cursor: pointer;
  outline: none;
  display: none;
}
.gotop > span {
  font-size: 24px;
  color: rgba(212, 208, 208, 1);
}
.topnavi {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(12, 12, 12, 1);
  display: none;
  -webkit-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  -o-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.1) 0.3s;
  z-index: 20;
}
.row-layout {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .barmobile {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 3em;
    height: 2.3em;
    z-index: 138;
    cursor: pointer;
  }
  .barmobile svg rect:first-child {
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
  }
  .barmobile svg rect:last-child {
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
  }
  .mobile-move {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .row-layout {
    flex-direction: column;
  }
  /*   .contact-mess>li
       {
           margin:10px 0;
       }*/
}

@media screen and (min-width: 1081px) {
  .barmobile {
    display: none;
  }
  .row-layout {
    flex-direction: row;
  }
  .header-logo-search > div {
    justify-content: space-between;
  }
  .contact-mess {
    justify-content: space-between;
  }
  .contact-mess > li {
    margin: 0 10px;
  }
}
.contact-mess a {
  color: rgba(61, 61, 61, 1);
}
.contact-mess a:hover {
  color: var(--main-color);
}
.virus_headerobj {
  position: relative;
  width: 100%;
}
.logo {
  padding: 10px;
  width: 250px;
}
.logo img {
  width: 300px;
  height: auto;
  padding-left: 0;
}

@media screen and (max-width: 1080px) {
  .logo img {
    width: 200px;
  }
}
.header-logo-search {
  position: relative;
  width: 100%;
  padding: 10px 40px;
  border-bottom: 1px solid rgb(236 234 234);
  background: rgba(255, 255, 255, 1);
  z-index: 1;
}

@media screen and (min-width: 1081px) {
  .header-contact {
    justify-content: space-between;
  }
}
/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 60px;
    position: absolute;
    width: 60px;
  }

  .mobile-menu {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 200;
  }

  /*    .burger {
            filter: url(#gooeyness);
        }*/
  .mobile-menu .x {
    transform: scale(0);
    transition: transform 400ms;
  }

  .mobile-menu .line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
  }

  .x .line {
    stroke-width: 5.5px;
  }

  .mobile-menu .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px;
  }

  .mobile-menu .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px;
  }

  .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
  }

  .active.mobile-menu .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms;
  }

  .active.mobile-menu .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px;
  }

  .active.mobile-menu .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px;
  }

  .active.mobile-menu .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
  }
}
@media screen and (min-width: 1081px) {
  .mobile-menu {
    display: none;
  }
}
/**************************************************mobile-menu****************************************************/
/*********************************head search***************************************/
.search-layout {
  position: relative;
}

.search-open {
  position: relative;
  border: 1px solid var(--black-color);
  padding: 10px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.searchForm-pey {
  /* position: absolute;
    top: 20px;
    display: none;
    right: -20%;
    padding:30px 10px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.searchForm {
  position: relative;
  /*   background: var(--white-color);
    border: 1px solid rgba(211,211,211,1);*/
  padding: 10px 0 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-platform {
  position: relative;
  padding: 0;
  background: var(--white-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--main-color);
}
.search-layout:hover .searchForm-pey {
  display: block;
}
.search-platform > select {
  border: none;
  outline: none;
  color: var(--black-color);
}
.search-platform > input {
  position: relative;
  padding: 10px 20px;
  border: 1px solid var(--blue-color);
  outline: none;
}
.search-platform > button {
  position: relative;
  margin-left: 10px;
  outline: none;
  color: var(--white-color);
  cursor: pointer;
  border: none;
  background: var(--main-color);
  width: 40px;
}

.search-platform > input {
  position: relative;
  padding: 10px 20px;
  /*    margin-right: 10px;*/
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 1080px) {
  .search-platform > input {
    width: 100%;
    padding: 12px;
  }
  .searchForm {
    padding-left: 0;
  }
}
@media screen and (min-width: 1081px) {
  .search-platform > input {
    width: 300px;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1081px) {
  .search-platform > input {
    width: 200px;
  }
}

.search-platform > input::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.4);
}
.search-platform > input::-moz-placeholder {
  color: rgba(19, 19, 19, 0.4);
}
.search-platform > input:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.4);
}
.search-platform > span {
  position: relative;
  border: none;
  background: rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  color: var(--back-color);
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
}
.header-search > .search-close {
  display: none;
}
.navigation_shell {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 1080px) {
  .navigation_shell {
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
  }
  .navigation_shell .new-nuka-btn {
    margin: 10px;
  }
}
.navigation_shell .contact-data {
  color: rgba(148, 148, 148, 1);
  font-size: 0.9em;
}

@media screen and (max-width: 1080px) {
  .navigation_shell .contact-data {
    margin-right: 20px;
  }
  .navigation_shell .contact-data > li span {
    display: inline-block;
    line-height: 1.1rem;
  }
}
@media screen and (min-width: 1081px) {
  .navigation_shell .contact-data {
    display: flex;
    margin-right: 40px;
  }
}
.navigation_shell .contact-data > li {
  position: relative;
  margin: 0 10px;
}
.navigation_shell .contact-data > li::before {
  border: 1px solid rgba(190, 190, 190, 0.5);
  background: var(--white-color);
  color: var(--main-color);
}
@media screen and (max-width: 1080px) {
  .navigation_shell .contact-data > li {
    margin-bottom: 10px;
  }
}
/*********************************head search***************************************/
@media screen and (max-width: 1080px) {
  .Menu.row-layout {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1081px) {
  .Menu.row-layout {
    justify-content: flex-end;
    align-items: center;
  }
  .header-shell {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: var(--white-color);
  }
  .header-shell .naviBlock {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgb(236, 245, 249);
  }
  .header-shell .naviBlock > .row-layout {
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .header-shell {
    background: #444;
  }
  .header-shell .naviBlock {
    padding: 10px;
  }
}
@media screen and (min-width: 1081px) {
  .barmobile {
    display: none;
  }
  .row-layout {
    flex-direction: row;
  }
  .header-logo-search > div {
    justify-content: space-between;
  }
}
.header-contact {
  position: relative;
  display: flex;
}
.header-contact > li {
  margin: 0 10px;
}
.header-contact > li > a {
  font-size: 1.1em;
  color: var(--main-color);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.header-contact > li > a:hover {
  color: rgba(0, 94, 156, 0.6);
}
.media-layout {
  position: relative;
  width: 86%;
  max-width: 1170px;
  margin: auto;
}
.header-shell {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
  box-shadow: 1px 2px 4px 1px rgba(12, 12, 12, 0.3);
}

.navigation_title > li > ul {
  overflow-y: auto;
  max-height: 80vh;
}
@media screen and (min-width: 1081px) {
  .navigation_title {
    display: flex;
  }
  .navigation_title > li {
    padding: 15px 25px;
    --display: grid;
    --leng: 0;
  }
  .navigation_title > li > a {
    color: var(--black-color) !important;
    font-size: 1rem;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
  }
  .navigation_title > li > a::before {
    position: absolute;
    content: "";
    background: var(--black-color);
    height: 1px;
    bottom: -10px;
    left: 0;
    width: var(--leng);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .navigation_title > li > ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
    background: var(--white-color);
    padding: 30px;
    box-shadow: 1px 2px 6px 2px rgba(33, 33, 33, 0.2);
  }
  .navigation_title > li > ul > li > a {
    font-weight: bold;
  }
  .navigation_title > li > ul li {
    position: relative;
    width: 100%;
  }
  .navigation_title > li > ul li a {
    color: var(--black-color);
  }
  .navigation_title > li > ul li span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
  }
  .navigation_title > li > ul li ul {
    display: none;
  }
  .navigation_title > li > ul > li > ul {
    display: block;
  }
  .navigation_title > li > ul > li > ul ul {
    margin-left: 5px;
  }
  .navigation_title > li > ul > li > span {
    display: none;
  }
  .navigation_title > li:hover {
    --leng: 100%;
  }
  .navigation_title > li:hover > ul {
    display: var(--display);
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1200px) {
  .navigation_title > li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .navigation_title {
    display: none;
    margin-top: 60px;
    width: 100%;
  }
  .navigation_title li {
    position: relative;
  }
  .navigation_title > li {
    padding: 5px 0;
  }
  .navigation_title > li > a {
    font-weight: bold;
  }
  .navigation_title a {
    color: var(--white-color) !important;
  }
  .navigation_title ul {
    display: none;
    margin-left: 15px;
  }
  .navigation_title span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    color: var(--white-color);
  }

  .mobile-nav {
    position: relative;
    background: var(--main-color);
    padding: 10px;
    max-height: 70vh;
    overflow-y: auto;
    min-height: 60px;
  }
  .mobile-nav::before {
    position: absolute;
    content: "Menu";
    left: 10px;
    top: 10px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem;
  }
}
.fixed_header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /*  background: rgba(255,255,255,1);*/
  -webkit-animation: ease-in-out frombottom 0.5s;
  -o-animation: ease-in-out frombottom 0.5s;
  animation: ease-in-out frombottom 0.5s;
  height: max-content;
  box-shadow: 1px 2px 4px 1px rgba(12, 12, 12, 0.3);
  width: 100%;
}
.fixed_header-shell .logo {
  width: 280px;
}
.fixed_header-shell .navigation_shell {
  display: none;
}
@keyframes frombottom {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/**********************************************************************new-banner-btn*********************************************************************************/
/*************************************bannerCarousel**************************************/
.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* height: 600px;*/
  --y: -1;
}
.banner-carousel .operate {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100px;
  background: none;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 1.4em;
  --backColor: none;
  --borderColor: var(--white-color);
}

@media screen and (max-width: 1080px) {
  .banner-carousel .operate {
    width: 50px;
    padding: 20px 0;
    align-items: flex-end;
  }
  .banner-carousel .operate span {
    height: max-content;
  }
}
.banner-carousel .operate span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
}
.banner-carousel .operate span::after {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--borderColor);
  width: 40px;
  height: 40px;
  background: var(--backColor);
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.banner-carousel .operate.left {
  left: 100px;
}
.banner-carousel .operate.right {
  right: 100px;
}

@media screen and (max-width: 1601px) {
  .banner-carousel .operate.left {
    left: 0;
  }
  .banner-carousel .operate.right {
    right: 0;
  }
  .banner-carousel .operate span::after {
    width: 40px;
    height: 40px;
  }
}
.banner-carousel .operate:hover {
  --backColor: rgba(17, 150, 203, 0.6);
  --borderColor: var(--main-color);
}

.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-carousel ul.carousel-content li {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  --imgSrc: "";
}
.banner-carousel ul.carousel-content li .imgData {
  position: relative;
  height: calc(100vh - 159px);
  background: var(--imgSrc);
  background-repeat: no-repeat !important;
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.banner-carousel ul.carousel-content li img {
  vertical-align: top;
}
.banner-carousel ul.carousel-content li .carousel-contentMess {
  position: absolute;
  /* width:88%;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /*z-index: 10;*/
  /*  left: 0;*/
  top: 0;
  color: white;
  /* max-width: 1320px;*/
}

.banner-carousel ul.carousel-content li .carousel-contentMess {
  align-items: center;
}
.banner-carousel ul.carousel-content li .carousel-contentMess > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-carousel ul.carousel-content li.show_ {
  opacity: 1;
  /* position: relative;*/
  z-index: 1;
}
.banner-carousel ul.carousel-content li.current {
  animation: simpleAn 0.6s ease forwards;
  z-index: 2;
  /*    position: relative;*/
}
.banner-carousel ul.carousel-content li:first-child {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: 60vh;
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .banner-carousel ul.carousel-content li:first-child {
    height: calc(100vh - 135px);
  }
}
.banner-carousel ul.carousel-content li p,
.banner-carousel ul.carousel-content li h1,
.banner-carousel ul.carousel-content li h2 {
  font-weight: bold;
  margin: 10px 0;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (min-width: 1081px) {
  .banner-carousel ul.carousel-content li p,
  .banner-carousel ul.carousel-content li h1,
  .banner-carousel ul.carousel-content li h2 {
    font-size: 4em;
    /*  text-align: center;*/
    margin: 30px 0;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1281px) {
  .banner-carousel ul.carousel-content li p,
  .banner-carousel ul.carousel-content li h1,
  .banner-carousel ul.carousel-content li h2 {
    font-size: 3em;
    /*  text-align: center;*/
    margin: 20px 0;
  }
}

/*.banner-carousel ul.carousel-content li:nth-child(3) p,.banner-carousel ul.carousel-content li:nth-child(4) p
{
    font-family: "georgia";
}*/
.titleCurrent {
  animation: simpleAn 3.6s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}
.imgCurrent {
  animation: simpleAn 2s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}
@-webkit-keyframes simpleAn {
  0% {
    -webkit-transform: translateX(calc(100% * var(--y)));
    -moz-transform: translateX(calc(100% * var(--y)));
    -ms-transform: translateX(calc(100% * var(--y)));
    -o-transform: translateX(calc(100% * var(--y)));
    transform: translateX(calc(100% * var(--y)));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.banner-carousel ul.carousel-content li.after {
  -webkit-animation: simplyAn 0.6s ease forwards;
  -o-animation: simplyAn 0.6s ease forwards;
  animation: simplyAn 0.6s ease forwards;
  /* position: relative;*/
}
@-webkit-keyframes simplyAn {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-100% * var(--y)));
    -moz-transform: translateX(calc(-100% * var(--y)));
    -ms-transform: translateX(calc(-100% * var(--y)));
    -o-transform: translateX(calc(-100% * var(--y)));
    transform: translateX(calc(-100% * var(--y)));
    opacity: 1;
  }
}
.banner-carousel ul.scroll {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*    background:rgba(88,88,88,0.8);*/
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .banner-carousel ul.scroll {
    bottom: 30px;
  }
}
.banner-carousel ul.scroll li {
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white;
  margin: 10px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
}
.banner-carousel ul.scroll li.current {
  background: rgba(255, 255, 255, 0.6);
  width: 30px;
}
.banner-carousel ul.scroll li:hover {
  background: var(--main-color);
}
.banner-carousel .banner-btn {
  background: none;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding-right: 50px;
  margin: 2em 0;
}

@media screen and (max-width: 1320px) {
  .banner-carousel .banner-btn {
    margin: 1em 0;
  }
}
.banner-carousel .banner-btn:hover {
  border: 1px solid var(--main-color);
  background: var(--main-color);
}

/*************************************bannerCarousel**************************************/
.banner-btn {
  position: relative;
  font-size: 16px;
  color: var(--black-color);
  padding: 8px 30px;
  display: inline-block;
  border: 1px solid var(--black-color);
  font-weight: bold;
  width: auto;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.banner-btn::before {
  position: absolute;
  right: 20px;
  content: "\e9b3";
  font-family: icomoon;
}
.banner-btn:hover {
  color: var(--white-color);
  background: var(--black-color);
  border: 1px solid var(--black-color);
}
/**********************************************************************new-nuka-btn*********************************************************************************/
/* Nuka */
.new-nuka-btn {
  position: relative;
  max-width: 200px;
  width: 200px;
  height: 40px;
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  --bckgroundHeight: 0;
  z-index: 10;
}
.new-nuka-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: var(--bckgroundHeight);
  background: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.2s;
  z-index: -1;
}
.new-nuka-btn:hover {
  /* background: var(--main-color);*/
  --bckgroundHeight: 100%;
  color: var(--white-color);
}

/**********************************************************************new-nuka-btn*********************************************************************************/
/***********************************************leftBtn**************************************************/
.leftBtn {
  position: relative;
  display: block;
  padding: 5px 20px;
  --borderColor: var(--main-color);
  border: 1px solid var(--borderColor);
  color: var(--white-color);
  z-index: 10;
  overflow: hidden;
  --translateX: 0;
}
.leftBtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background: var(--borderColor);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translateX(var(--translateX));
  -moz-transform: translateX(var(--translateX));
  -ms-transform: translateX(var(--translateX));
  -o-transform: translateX(var(--translateX));
  transform: translateX(var(--translateX));
}
.leftBtn:hover {
  --translateX: 100%;
  color: var(--white-color);
  --borderColor: var(--white-color);
}
/***********************************************leftBtn**************************************************/

.main-content {
  position: relative;
  margin: 30px auto;
}
.main-content::before {
  position: absolute;
  width: 100%;
  height: 400px;
  content: "";
  background: url(../images/top-down.svg) #fcfcfc repeat-x;
  background-position: 0 0;
  background-size: 4.5%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.virus_footer {
  background: rgba(55, 72, 83, 1);
  color: rgba(255, 255, 255, 1);
}
.bottom_message {
  position: relative;
  padding: 40px 0;
  /* border-bottom: 1px solid rgba(55,72,83,1);*/
}

@media screen and (min-width: 1081px) {
  .bottom_message {
    justify-content: space-between;
  }
  .bottom_message > div {
    width: 25%;
  }
  .bottom_message > div:first-child {
    width: 30%;
  }
  .bottom_message > div:last-child {
    width: 10%;
  }
  .footer-about {
    position: relative;
    width: 70%;
  }
}
.cap-title {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .main-content {
    padding: 0 10px;
  }
  .virus_footer {
    padding: 0 10px;
  }
}

.bottom_median {
  text-align: center;
  padding: 30px 0;
  background: rgba(36, 50, 60, 1);
  color: rgba(112, 112, 111, 1);
}
.bottom_message .header-contact a {
  color: rgba(255, 255, 255, 1);
}
.bottom_message .header-contact > li:hover > a {
  color: var(--main-color);
}
.bottom_message .header-contact > li:first-child {
  margin-left: 0;
}
main {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.roatae_angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.new-font {
  font-family: "segoeuib";
}
.main-first {
  position: relative;
  margin-top: 120px;
  /*    background-attachment: fixed;*/
  background-image: url(../images/main-back.jpg);
  background: -webkit-image-set(url(../images/main-back.webp) 1x, url(../images/main-back-min.webp) 2x, url(../images/main-back-min.webp) 3x);
  background: image-set(url(../images/main-back.webp) 1x, url(../images/main-back-min.webp) 2x, url(../images/main-back-min.webp) 3x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main-first .container {
  position: relative;
  /*  display: grid;
      grid-gap: 30px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  color: var(--white-color);
}
.main-first .container > div {
  position: relative;
  padding-bottom: 70px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-first .new-nuka-btn {
  position: absolute;
  /* width:max-content;*/
  bottom: 10px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.main-first h3 {
  text-transform: capitalize;
  font-family: "WorkSansThin";
}
.main-first p {
  position: relative;
  /* color:var(--white-color);*/
}
@media screen and (min-width: 1081px) {
  .main-first h3 {
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  .main-first .container {
    /*  grid-template-columns: repeat(auto-fill,46%);
          justify-content: space-between;*/
    padding: 120px 0;
  }
  .main-first .container > div {
    width: 60%;
  }
  .main-first p {
    font-size: 1em;
  }
}
.center-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.space-layout {
  margin: 60px auto;
}

.main-solution-mess {
  position: relative;
  display: grid;
  margin: 20px 0;
  grid-gap: 30px;
}
.main-solution-mess > li {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  /* background:#65c6ec1a;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 1px 8px 8px 2px rgba(21, 21, 21, 0.2);
  --translateY: 0;
  -webkit-transform: translateY(var(--translateY));
  -moz-transform: translateY(var(--translateY));
  -ms-transform: translateY(var(--translateY));
  -o-transform: translateY(var(--translateY));
  transform: translateY(var(--translateY));
}

@media screen and (min-width: 1081px) {
  .main-solution-mess {
    width: 100%;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
    grid-gap: 0;
    /*align-items: center;*/
  }
  .main-solution-mess > li {
    position: relative;
    margin: 20px 0;
  }
}
.main-solution-mess > li > a {
  display: block;
}
.main-solution-mess > li:hover {
  --translateY: -10px;
  /* box-shadow: 1px 2px 8px 6px rgb(240, 240, 238);*/
}
.main-solution-img {
  position: relative;
  overflow: hidden;
}
.main-solution-img > img {
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  vertical-align: top;
  width: 100%;
}
.main-solution-mess > li > a:hover img {
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotateZ(20deg);
  -o-transform: rotateZ(20deg);
  transform: rotateZ(2deg) scale3d(1.2, 1.2, 1);
}
.main-solution-title h4 {
  color: var(--black-color);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;

  font-weight: bold;
  font-size: 1.1em;
}
.main-solution-title h4 > a {
  color: var(--black-color);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.main-solution-mess > li > a:hover h4,
.main-solution-mess > li:hover h4 > a {
  color: var(--main-color);
}
.main-solution-title {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.main-solution-title h3,
.main-solution-title p {
  position: relative;
}
.main-solution-title p {
  position: relative;
  color: var(--black-color);
  font-size: 1em;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-solution-title p > a {
  color: var(--black-color);
}
.main-solution-title .new-nuka-btn {
  width: 120px;
  height: 30px;
}
.main-second {
  position: relative;
  overflow: hidden;
  background: #65c6ec1a;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.main-second .container > div {
  position: relative;
  padding-left: 60px;
  padding-right: 40px;
  color: var(--light-blackColor);
}

.main-second .container > div::before {
  position: absolute;
  content: "\e9c0";
  font-family: icomoon;
  left: 0;
  top: 20px;
  font-size: 2.5em;
  color: var(--main-color);
}
.main-second .container > div p {
  width: 80%;
}
.main-second .container > div:nth-child(2)::before {
  content: "\e952";
  font-family: icomoon;
}
.main-second .container > div:nth-child(3)::before {
  content: "\e9c1";
  font-family: icomoon;
}
@media screen and (min-width: 1081px) {
  .main-second {
    padding: 120px 0;
  }
}

.lineLayout {
  position: relative;
  background: var(--dark-blue--color);
  color: var(--white-color);
  padding: 40px 0;
  font-family: "WorkSansThin";
  font-weight: bold;
}
.lineLayout .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineLayout .container > p {
  position: relative;
  margin-right: 20px;
  text-transform: capitalize;
}
@media screen and (min-width: 1081px) {
  .lineLayout .container > p {
    font-size: 1.4em;
  }
}

.main-service {
  position: relative;
  /* margin: 120px auto;*/
  color: var(--light-blackColor);
}
.main-service > p {
  padding: 5px;
  text-align: center;
}
.main-service > h2 {
  text-align: center;
  text-transform: capitalize;
  color: var(--black-color);
  font-family: "WorkSansThin";
}
@media screen and (min-width: 1081px) {
  .main-service > h2 {
    font-size: 2.2em;
    margin: 30px;
  }
}

.main-third {
  position: relative;
  margin-bottom: 120px;
  /*    background:var(--dark-blue--color);*/
  background-image: url(../images/Expertsback.jpg);
  background: -webkit-image-set(url(../images/Expertsback.webp) 1x, url(../images/Expertsback-min.webp) 2x, url(../images/Expertsback-min.webp) 3x);
  background: image-set(url(../images/Expertsback.webp) 1x, url(../images/Expertsback-min.webp) 2x, url(../images/Expertsback-min.webp) 3x);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white-color);
  padding: 80px 0;
}
.main-third > p {
  position: relative;
  width: 90%;
  text-align: center;
}
.main-third h3,
.main-third h4 {
  position: relative;
  font-size: 1.6em;
  line-height: 1em;
}
.main-third h3 {
  font-family: "WorkSansThin";
}
.main-third .leftBtn {
  padding: 7px 40px;
}
@media screen and (min-width: 1081px) {
  .main-third h3,
  .main-third h4 {
    font-size: 2.2em;
  }
  .main-third > p {
    margin: 20px;
  }
}

@media screen and (min-width: 1321px) {
  .main-third > p {
    width: 50%;
  }
}

@media screen and (max-width: 1320px) and (min-width: 1081px) {
  .main-third > p {
    width: 60%;
  }
}

.main-contact {
  position: relative;
  margin: 120px auto;
}
.main-contact > h2 {
  position: relative;
  font-family: "WorkSansThin";
  font-size: 2.2em;
}

.contact-data {
  position: relative;
}
.contact-data > li {
  position: relative;
  padding-left: 35px;
  margin: 10px 0 10px 0;
}
.contact-data a {
  color: var(--white-color) !important;
}
.contact-data a:hover {
  color: var(--main-color) !important;
}
.contact-address::before,
.contact-email::before,
.contact-call::before,
.contact-fax::before {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: icomoon;
  width: 28px;
  height: 28px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  top: 0;
  background: var(--main-color);
}
.contact-address::before {
  content: "\e906";
}
.contact-email::before {
  content: "\e931";
}
.contact-call::before {
  content: "\e97b";
}
.contact-fax::before {
  content: "\e940";
}

.footer-form {
  position: relative;
  margin: 20px 0;
}
.footer-form > div {
  position: relative;
  /* background:var(--white-color);*/
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  /* border: 1px solid rgb(181 185 187);*/
  box-shadow: inset 0.2rem 0.2rem 0.5rem #1b2329, inset -0.2rem -0.2rem 0.5rem #6a8292;
}
.footer-form > div input {
  position: relative;
  border: none;
  width: 70%;
  outline: none;
  padding: 12px 20px;
  background: none;
  color: var(--white-color);
}
.footer-form > div input::-moz-placeholder {
  color: var(--white-color);
}
.footer-form > div input:-ms-input-placeholder {
  color: var(--white-color);
}
.footer-form > div input::placeholder {
  color: var(--white-color);
}
.footer-form > div button {
  position: relative;
  width: 30%;
  border: none;
  background: var(--main-color);
  color: var(--white-color);
  cursor: pointer;
  /*    box-shadow: -1px 0 2px 3px rgb(165 162 162);*/
}
.footer-link {
  position: relative;
}
.footer-link a {
  color: var(--white-color) !important;
  margin: 10px 0;
  display: block;
}
.footer-link a:hover {
  color: var(--main-color) !important;
}

.footer-title {
  padding: 5px;
}
.bottom_message .header-contact {
  justify-content: flex-start;
}
/*************************************************************************nomain-banner*******************************************************************/
.nomain-banner {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  color: var(--white-color);
}
.nomain-banner > img {
  width: 100%;
}

.nomain-banner .banner-title {
  margin-top: 50px;
  text-align: center;
  line-height: 1.6em;
  font-weight: bold;
}
@media screen and (min-width: 1081px) {
  .nomain-banner .banner-title {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 1681px) {
  .nomain-banner .banner-title {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .nomain-banner .banner-title {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1440px) {
  .nomain-banner .banner-title {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1080px) {
  .nomain-banner .banner-title {
    font-size: 1.8em;
  }
  .nomain-banner {
    /*   align-items: flex-end;*/
  }
  .nomain-banner img {
    /*height: 100%;
        max-width: none;*/
    position: absolute;
    object-fit: cover;
    height: 100%;
  }
}

@media screen and (min-width: 1081px) {
  .nomain-banner-mess {
    padding: 10px 0;
  }
}
.nomain-banner-mess {
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .nomain-banner-mess {
    position: relative;
    padding: 10px;
  }
}
/*************************************************************************nomain-banner*******************************************************************/
.noMainService-row {
  position: relative;
  display: grid;
  grid-gap: 30px;
  margin: 80px auto;
}
.noMainService-row h1 {
  position: relative;
  text-transform: capitalize;
  color: var(--black-color);
  font-family: "WorkSansThin";
}
@media screen and (min-width: 1081px) {
  .noMainService-row {
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
    grid-gap: 10px;
  }
  .noMainService-row._tab {
    grid-template-columns: 55% 42%;
  }
  .noMainService-row h1 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 1320px) and (min-width: 1081px) {
  .noMainService-row._tab {
    display: block;
  }
  .noMainService-row .career-img {
    width: 400px;
  }
}
.noMainService-row .leftBtn {
  position: relative;
  width: max-content;
}
.noMainService-row .leftBtn:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.noMainService-row div {
  position: relative;
}
.career-layout .noMainService-row .leftBtn {
  position: absolute;
  bottom: 0;
}
.noMainService-row .career-img {
  position: relative;
  overflow: hidden;
}
.noMainService-row .career-img > img {
  /*height: 100%;*/
  max-width: unset;
  width: 100%;
}
.noMainService-row .career-mess {
  position: relative;
  padding-bottom: 30px;
}

.nomain-content {
  position: relative;
}

.nomain-content h1 {
  padding-right: 130px;
  line-height: 1.2em;
}
@media screen and (min-width: 1081px) {
  .nomain-content h1 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .nomain-banner .banner-title {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1440px) {
  .nomain-banner .banner-title {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1080px) {
  .nomain-content {
    padding: 0 10px;
  }
}
.nomain-contact {
  position: relative;
  display: grid;
  grid-gap: 20px;
  margin: 60px 0;
}

@media screen and (min-width: 1081px) {
  .nomain-contact {
    grid-template-columns: 45% 30%;
    grid-gap: 60px;
  }
  .nomain-contact .cap-title {
    font-size: 1.4em;
  }
}
.nomain-contact-mess {
  position: relative;
}

.nomain-contact-mess > li {
  position: relative;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
}
.nomain-contact-mess > li::before,
.nomain-contact-mess > li::after {
  position: absolute;
  content: "";
}
.nomain-contact-mess > li::before {
  left: 0;
  width: 2px;
  height: 80%;
  background: var(--main-color);
}
.nomain-contact-mess > li::after {
  width: 100%;
  height: 1px;
  background: rgba(212, 212, 212, 1);
  bottom: -10px;
}
.nomain-contact-mess > li p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.nomain-contact-mess > li span {
  position: relative;
  padding-left: 40px;
  display: block;
}
.nomain-contact-mess > li span::before {
  color: var(--white-color);
}

/****************************************inquiryForm*******************************************/
.inquiry-form {
  position: relative;
  margin-top: 20px;
}
.inquiry-form > div {
  position: relative;
  margin-bottom: 30px;
}
.inquiry-form img {
  height: 50px;
  width: max-content;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  position: relative;
  padding: 15px 10px;
  outline: none;
  border: 1px solid rgba(180, 180, 180, 1);
  width: 100%;
}
.inquiry-form textarea {
  height: 100px;
}
.inquiry-form button {
  position: relative;
  width: max-content;
  height: auto;
  cursor: pointer;
  padding: 15px 80px;
}
.inquiry-form .verifipic {
  height: 77px;
  display: flex;
  align-items: flex-end;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  font-family: "WorkSans";
  color: rgba(12, 12, 12, 0.3);
  font-size: 16px;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  font-family: "WorkSans";
  color: rgba(12, 12, 12, 0.3);
  font-size: 16px;
}
.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder {
  font-family: "WorkSans";
  color: rgba(12, 12, 12, 0.3);
  font-size: 16px;
}
/****************************************inquiryForm*******************************************/
/**********************************************************************new-svg-btn*********************************************************************************/
.circle-style-btn {
  position: relative;
  border: none;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: var(--main-color);
  padding: 10px 20px;
  display: inline-block;
  color: var(--white-color);
}
.circle-style-btn span {
  position: relative;
  z-index: 1;
}
.circle-style-btn svg {
  position: absolute;
  width: 100%;
  height: 100%;

  left: 0;
  top: 0;
}
.circle-style-btn circle {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out var(--duratime, 1s);
  fill: var(--Green-color);
}
.circle-style-btn .left {
  -webkit-transform: translate(var(--pm, -20px), var(--pm, 50px));
  -moz-transform: translate(var(--pm, -20px), var(--pm, 50px));
  -ms-transform: translate(var(--pm, -20px), var(--pm, 50px));
  -o-transform: translate(var(--pm, -20px), var(--pm, 50px));
  transform: translate(var(--pm, -24px), var(--pm, 24px));
}
.circle-style-btn .right {
  -webkit-transform: translate(var(--pm, 24px), var(--pm, -24px));
  -moz-transform: translate(var(--pm, 24px), var(--pm, -24px));
  -ms-transform: translate(var(--pm, 24px), var(--pm, -24px));
  -o-transform: translate(var(--pm, 24px), var(--pm, -24px));
  transform: translate(var(--pm, 24px), var(--pm, -24px));
}
.circle-style-btn:hover {
  color: var(--white-color);
  --pm: 0;
  --duratime: 0.4s;
}
/**********************************************************************new-svg-btn*********************************************************************************/
.nomain-inquiry {
  margin: 60px 0;
}
.nomain-service {
  position: relative;
  margin: 60px auto;
}
.nomain-service-complete {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nomain-service-complete .container {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nomain-service-complete .container > div {
  color: var(--white-color);
}
.nomain-service-complete .container > div .leftBtn {
  width: max-content;
}
.nomain-service-complete .container > div .leftBtn:hover {
  color: var(--white-color);
  border-color: var(--white-color);
}

@media screen and (max-width: 1140px) {
  .nomain-service-complete img {
    max-width: unset;
    height: 400px;
  }
}
@media screen and (max-width: 1141px) and (min-width: 1320px) {
  .nomain-service-complete img {
    max-width: unset;
    height: 400px;
  }
}
.nomain-service-complete h4 {
  position: relative;
  font-weight: 100;
}
@media screen and (min-width: 1081px) {
  .nomain-service-complete .container > div {
    width: 50%;
  }
}

@media screen and (min-width: 1321px) {
  .nomain-service-complete h3 {
    font-size: 2.2em;
  }
  .nomain-service-complete h4 {
    font-size: 1.6em;
  }
  .nomain-service-complete p {
    margin: 20px auto;
  }
}
.nomainService.main-contact {
  margin-top: 0;
}
.nomainService.main-service {
  position: relative;
  margin: 80px auto;
}

#inquiry {
  position: absolute;
  right: 20px;
  top: -10px;
  width: 120px;
}
.gridrow-layout {
  position: relative;
  display: grid;
}
@media screen and (min-width: 1081px) {
  .gridrow-layout {
    grid-template-columns: 28% 68%;
    place-content: space-between;
  }
  .nomain-service > .layout-right > h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1080px) {
  #inquiry {
    top: -40px;
  }
}
/**************************************************************side-navi*******************************************************************/
.side-navi-block {
  position: relative;
  padding: 20px;
  background: rgba(236, 245, 249, 1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.title-side {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: "Oswald";
  font-weight: 100;
}
.title-side > a {
  color: var(--black-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.title-side > a:hover {
  color: var(--main-color);
}
@media screen and (min-width: 1081px) {
  .title-side {
    font-size: 1.6em;
  }
}
.side-navi-block img {
  margin-top: 30px;
  vertical-align: top;
}
.side-navi {
  position: relative;
  margin-left: -10px;
}
.side-navi > li {
  position: relative;
  margin: 10px 0;
}
.side-navi > li > a {
  position: relative;
  padding: 10px;
  color: var(--black-color);
  display: block;
  line-height: 20px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.side-navi > li span {
  position: absolute;
  color: #7d7b7b;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 6px;
  right: -10px;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.side-navi > li ul {
  position: relative;
  display: none;
  padding-left: 20px;
}
.side-navi > li > ul li {
  position: relative;
  /*   border-bottom: 1px solid var(--white-color);
       border-left: 2px solid rgba(234, 234, 234,1);
       background:rgba(234, 234, 234,1);*/
  --borderLeft: rgba(236, 245, 249, 1);
}
.side-navi > li > ul li:hover {
  --borderLeft: var(--main-color);
}
.side-navi > li > ul li a {
  position: relative;
  color: rgba(61, 61, 61, 1);
  padding: 10px;
  /*background:rgba(212,212,212,1);*/
  display: block;
  line-height: 24px;
}
.side-navi > li > ul li a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  left: 0;
  top: 20%;
  background: var(--borderLeft);
}
/**************************************************************side-navi*******************************************************************/
.sideList {
  position: relative;
  margin-top: 20px;
}
.sideList > li {
  position: relative;
  padding-left: 30px;
}
.sideList > li::before {
  position: absolute;
  content: "◈";
  left: 0;
  top: 2px;
}

.nomain-service > .layout-right > h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
}
.nomain-service > .layout-right > h3 > a,
h4 > a,
h3 > a {
  position: relative;
  color: var(--main-color);
}
.nomain-service > .layout-right > h3 > a:hover,
h4 > a:hover,
h3 > a:hover {
  color: var(--blue-color);
}
.nomain-service > .layout-right > h3 > em {
  margin-right: 10px;
}
.related-layout {
  position: relative;
  display: grid;
  place-content: space-between;
  margin-bottom: 10px;
}

.related-layout > li {
  position: relative;
  padding: 5px;
  border: 1px solid rgba(211, 211, 211, 1);
  margin: 10px 0;
}

@media screen and (max-width: 1080px) {
  .related-layout > li {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1081px) {
  .related-layout {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
.related-layout > li > a {
  color: var(--main-color);
  padding: 0 10px 0 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.related-layout > li > a::before {
  position: absolute;
  content: "▶";
  left: 10px;
  font-family: "icomoon";
  color: var(--main-color);
  font-size: 18px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.related-layout > li > a:hover {
  /* background:var(--darkblue-color);*/
  color: var(--orange-color);
}
.related-layout > li > a:hover::before {
  color: var(--orange-color);
}

.inquiry-notic {
  position: relative;
  padding: 5px 30px;
  background: rgba(244, 244, 244, 1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 0;
  color: rgba(120, 120, 120, 1);
}
.inquiry-notic::before {
  position: absolute;
  content: "\e9a4";
  color: var(--orange-color);
  font-family: "icomoon";
  left: 5px;
}
.spilt-style {
  position: relative;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
}
.spilt-style::before {
  position: absolute;
  content: "";
  background: var(--white-color);
  width: 99%;
  height: 1px;
}

.diamondList {
  position: relative;
}
.diamondList > li {
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.diamondList > li::before {
  position: absolute;
  content: "♦";
  left: 0;
}
.gray-style {
  background: rgba(199, 199, 199, 1);
}

.solution-style2 {
  position: relative;
  display: grid;
  margin: 30px 0;
}

@media screen and (min-width: 1081px) {
  .solution-style2 {
    grid-template-columns: repeat(auto-fill, 24%);
    justify-content: space-between;
  }
}
.solution-style2 > li {
  position: relative;
  margin: 20px 0;
}
.solution-style2 > li > a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  flex-direction: column;
}
.solution-style2 > li > a > div {
  position: relative;
  width: 60%;
  border: 6px solid rgba(120, 120, 120, 1);
  padding: 10px;
  box-shadow: 4px -1px 4px 2px rgba(180, 180, 180, 1), inset 5px 0px 4px 1px rgba(180, 180, 180, 1);
}
.solution-style2 > li > a img {
  position: relative;
  vertical-align: top;
}
.solution-style2 > li > a:hover {
  color: var(--orange-color);
}

.career-layout {
  position: relative;
  padding-top: 30px;
}
.career-layout .row {
  margin: 30px auto;
}
.career-layout h1 {
  position: relative;
  font-weight: bold;
}

.careerJob {
  position: relative;
  background: #f5f6fa;
  padding: 60px 0 100px 0;
}
.careerJob h2 {
  position: relative;
  font-size: 1.8em;
  text-align: center;
  margin: 20px;
  font-family: "WorkSansThin";
}
.titleMes {
  position: relative;
  font-size: 1.6em;
  font-family: "WorkSansThin";
}
@media screen and (min-width: 1081px) {
  .careerJob h2 {
    font-size: 2.2em;
  }
  .titleMes {
    font-size: 2.2em;
  }
}
.careerJob-list {
  position: relative;
  display: grid;
  grid-gap: 30px;
}

@media screen and (min-width: 1081px) {
  .careerJob-list {
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
    grid-gap: 10px;
  }
  .careerJob-list.careerDetail {
    grid-template-columns: repeat(auto-fill, 32%);
  }
}
.careerJob-list > li {
  position: relative;
}
.careerJob-list > li .title {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
.careerJob-list > li .title > a {
  color: var(--black-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.careerJob-list > li .title > a[href]:hover {
  color: var(--main-color);
}
.careerJob-list > li > .listIcon {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto;
}

@media screen and (max-width: 1320px) {
  .careerJob-list > li > .listIcon {
    flex-direction: column;
    align-items: flex-start;
  }
}
.careerJob-list > li > .listIcon > li {
  position: relative;
  margin-right: 30px;
  padding-left: 26px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.careerJob-list > li > .listIcon > li::before {
  position: absolute;
  content: "\e9c3";
  font-family: icomoon;
  left: 0;

  color: var(--main-color);
}
.careerJob-list > li > .listIcon > li:nth-child(2)::before {
  content: "\e9c2";
  font-family: icomoon;
}

.contact-form {
  position: relative;
  margin: 80px auto;
}

.career_inquiry_form {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.career_inquiry_form ul {
  padding: 0 !important; /*display: grid;grid-gap: 20px;justify-content: space-between;*/
}
.career_inquiry_form ul li {
  list-style: none !important;
  vertical-align: top;
}
.career_inquiry_form .row {
  margin: 0 -30px;
}
@media screen and (min-width: 1081px) {
}
.career_inquiry_form ul li label {
  width: 100%;
  padding: 20px 0 5px 0;
  display: block;
  font-size: 1em;
}
.career_inquiry_form ul li label span {
  color: #f00;
}
.career_inquiry_form ul li input {
  border: 1px #cccccc solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 1em;
  font-family: "Proxima Nova Rg";
  outline: none;
}
.career_inquiry_form ul li input::-webkit-input-placeholder {
  color: #c7c8c6;
}
.career_inquiry_form ul li input::-moz-placeholder {
  color: #c7c8c6;
}
.career_inquiry_form ul li input:-ms-input-placeholder {
  color: #c7c8c6;
}

.career_inquiry_form ul li textarea {
  border: 1px #cccccc solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 1em;
  font-family: "Proxima Nova Rg";
  outline: none;
}
.career_inquiry_form b {
  margin-left: 20px;
}
.career_inquiry_form ul li em {
  color: #999;
  line-height: 22px;
  display: block;
  margin-top: 10px;
}
.career_inquiry_form button {
  cursor: pointer;
  margin: 40px 0;
}

/*p>a,.career-layout a
{
position: relative;
color:var(--main-color);
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-ms-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}
p>a:hover,.career-layout a
{
color:var(--orange-color);
}*/

.navi_cont_chtitle::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.navi_cont_chtitle::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(6, 123, 98, 0.3);
  background: rgb(202, 202, 202);
}
.navi_cont_chtitle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(97, 169, 62, 0.2);
  border-radius: 10px;
  background: #ededed;
}
li > a:link:hover {
  color: var(--main-color);
}

.table-green {
  position: relative;
}
.table-green th {
  position: relative;
  background: var(--main-color);
  border: 1px solid rgba(200, 200, 200, 1);
}

.career-join {
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(4, 94, 170)), to(rgb(1, 152, 216)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: center;
}

@media screen and (min-width: 1081px) {
  .career-join {
    font-size: 2.6em;
  }
}

.simplyAnimateTop {
  -webkit-animation: simplyRunTop ease-in-out 1.2s forwards;
  -o-animation: simplyRunTop ease-in-out 1.2s forwards;
  animation: simplyRunTop 2s ease-in-out forwards;
}
@keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.simplyAnimateRight {
  -webkit-animation: simplyRunRight ease-in-out 1.2s forwards;
  -o-animation: simplyRunRight ease-in-out 1.2s forwards;
  animation: simplyRunRight 2s ease-in-out forwards;
}
@keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.simplyAnimateLeft {
  -webkit-animation: simplyRunLeft ease-in-out 1.2s forwards;
  -o-animation: simplyRunLeft ease-in-out 1.2s forwards;
  animation: simplyRunLeft 2s ease-in-out forwards;
}
@keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wordEffectLeft {
  0% {
    /*  opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes wordEffectLeft {
  0% {
    /*        opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.wordEffect {
  position: relative;
}
.wordEffect span {
  position: relative;
  display: inline-block;
  opacity: 0;
}
.wordEffect span:nth-child(1) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  animation: wordEffectLeft 0.2s linear 0.05s forwards;
}
.wordEffect span:nth-child(2) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  animation: wordEffectLeft 0.2s linear 0.1s forwards;
}
.wordEffect span:nth-child(3) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  animation: wordEffectLeft 0.2s linear 0.15s forwards;
}
.wordEffect span:nth-child(4) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  animation: wordEffectLeft 0.2s linear 0.2s forwards;
}
.wordEffect span:nth-child(5) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  animation: wordEffectLeft 0.2s linear 0.25s forwards;
}
.wordEffect span:nth-child(6) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  animation: wordEffectLeft 0.2s linear 0.3s forwards;
}
.wordEffect span:nth-child(7) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  animation: wordEffectLeft 0.2s linear 0.35s forwards;
}
.wordEffect span:nth-child(8) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  animation: wordEffectLeft 0.2s linear 0.4s forwards;
}
.wordEffect span:nth-child(9) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  animation: wordEffectLeft 0.2s linear 0.45s forwards;
}
.wordEffect span:nth-child(10) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  animation: wordEffectLeft 0.2s linear 0.5s forwards;
}
.wordEffect span:nth-child(11) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  animation: wordEffectLeft 0.2s linear 0.55s forwards;
}
.wordEffect span:nth-child(12) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  animation: wordEffectLeft 0.2s linear 0.6s forwards;
}
.wordEffect span:nth-child(13) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  animation: wordEffectLeft 0.2s linear 0.65s forwards;
}
.wordEffect span:nth-child(14) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  animation: wordEffectLeft 0.2s linear 0.7s forwards;
}
.wordEffect span:nth-child(15) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  animation: wordEffectLeft 0.2s linear 0.75s forwards;
}
.wordEffect span:nth-child(16) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  animation: wordEffectLeft 0.2s linear 0.8s forwards;
}
.wordEffect span:nth-child(17) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  animation: wordEffectLeft 0.2s linear 0.85s forwards;
}
.wordEffect span:nth-child(18) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  animation: wordEffectLeft 0.2s linear 0.9s forwards;
}
.wordEffect span:nth-child(19) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  animation: wordEffectLeft 0.2s linear 0.95s forwards;
}
.wordEffect span:nth-child(20) {
  -webkit-animation: wordEffectLeft 0.2s linear 1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1s forwards;
  animation: wordEffectLeft 0.2s linear 1s forwards;
}
.wordEffect span:nth-child(21) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  animation: wordEffectLeft 0.2s linear 1.05s forwards;
}
.wordEffect span:nth-child(22) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  animation: wordEffectLeft 0.2s linear 1.1s forwards;
}
.wordEffect span:nth-child(23) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  animation: wordEffectLeft 0.2s linear 1.15s forwards;
}
.wordEffect span:nth-child(24) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  animation: wordEffectLeft 0.2s linear 1.2s forwards;
}
.wordEffect span:nth-child(25) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  animation: wordEffectLeft 0.2s linear 1.25s forwards;
}
.wordEffect span:nth-child(26) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  animation: wordEffectLeft 0.2s linear 1.3s forwards;
}
.wordEffect span:nth-child(27) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  animation: wordEffectLeft 0.2s linear 1.35s forwards;
}
.wordEffect span:nth-child(28) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  animation: wordEffectLeft 0.2s linear 1.4s forwards;
}
.wordEffect span:nth-child(29) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  animation: wordEffectLeft 0.2s linear 1.45s forwards;
}
.wordEffect span:nth-child(30) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  animation: wordEffectLeft 0.2s linear 1.5s forwards;
}
.wordEffect span:nth-child(31) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  animation: wordEffectLeft 0.2s linear 1.55s forwards;
}
.wordEffect span:nth-child(32) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  animation: wordEffectLeft 0.2s linear 1.6s forwards;
}
.wordEffect span:nth-child(33) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  animation: wordEffectLeft 0.2s linear 1.65s forwards;
}
.wordEffect span:nth-child(34) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  animation: wordEffectLeft 0.2s linear 1.7s forwards;
}
.wordEffect span:nth-child(35) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  animation: wordEffectLeft 0.2s linear 1.75s forwards;
}
.wordEffect span:nth-child(36) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  animation: wordEffectLeft 0.2s linear 1.8s forwards;
}
.wordEffect span:nth-child(37) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  animation: wordEffectLeft 0.2s linear 1.85s forwards;
}
.wordEffect span:nth-child(38) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  animation: wordEffectLeft 0.2s linear 1.9s forwards;
}
.wordEffect span:nth-child(39) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  animation: wordEffectLeft 0.2s linear 1.95s forwards;
}
.wordEffect span:nth-child(40) {
  -webkit-animation: wordEffectLeft 0.2s linear 2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2s forwards;
  animation: wordEffectLeft 0.2s linear 2s forwards;
}
.wordEffect span:nth-child(41) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  animation: wordEffectLeft 0.2s linear 2.05s forwards;
}
.wordEffect span:nth-child(42) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  animation: wordEffectLeft 0.2s linear 2.1s forwards;
}
.wordEffect span:nth-child(43) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  animation: wordEffectLeft 0.2s linear 2.15s forwards;
}
.wordEffect span:nth-child(44) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  animation: wordEffectLeft 0.2s linear 2.2s forwards;
}
.wordEffect span:nth-child(45) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  animation: wordEffectLeft 0.2s linear 2.25s forwards;
}
.wordEffect span:nth-child(46) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  animation: wordEffectLeft 0.2s linear 2.3s forwards;
}
.wordEffect span:nth-child(47) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  animation: wordEffectLeft 0.2s linear 2.35s forwards;
}
.wordEffect span:nth-child(48) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  animation: wordEffectLeft 0.2s linear 2.4s forwards;
}
.wordEffect span:nth-child(49) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  animation: wordEffectLeft 0.2s linear 2.45s forwards;
}
.wordEffect span:nth-child(50) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  animation: wordEffectLeft 0.2s linear 2.5s forwards;
}
.wordEffect span:nth-child(51) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  animation: wordEffectLeft 0.2s linear 2.55s forwards;
}
.wordEffect span:nth-child(52) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  animation: wordEffectLeft 0.2s linear 2.6s forwards;
}
.wordEffect span:nth-child(53) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  animation: wordEffectLeft 0.2s linear 2.65s forwards;
}
.wordEffect span:nth-child(54) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  animation: wordEffectLeft 0.2s linear 2.7s forwards;
}
.wordEffect span:nth-child(55) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  animation: wordEffectLeft 0.2s linear 2.75s forwards;
}
.wordEffect span:nth-child(56) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  animation: wordEffectLeft 0.2s linear 2.8s forwards;
}
.wordEffect span:nth-child(57) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  animation: wordEffectLeft 0.2s linear 2.85s forwards;
}
.wordEffect span:nth-child(58) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  animation: wordEffectLeft 0.2s linear 2.9s forwards;
}
.wordEffect span:nth-child(59) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  animation: wordEffectLeft 0.2s linear 2.95s forwards;
}
.wordEffect span:nth-child(60) {
  -webkit-animation: wordEffectLeft 0.2s linear 3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 3s forwards;
  animation: wordEffectLeft 0.2s linear 3s forwards;
}

.about-first ._text {
  position: relative;
  font-size: 1.2em;
}
.about-first .leftBtn {
  margin: 20px 0;
}
@media screen and (min-width: 1081px) {
  .about-first ._text {
    font-size: 1.4em;
  }
}

.about-second {
  position: relative;
  margin: 60px 0;
}
.about-list {
  position: relative;
}
.about-list > li {
  position: relative;
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  padding: 10px 0;
}
.about-list > li > p {
  position: relative;
  display: none;
  padding-bottom: 15px;
}
.about-list > li .title {
  position: relative;
  font-size: 1.4em;
  padding-left: 26px;
  font-weight: 100;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin: 0.2em 0;
}
.about-list > li .title:hover {
  color: var(--main-color);
}
.about-list > li .title::before {
  position: absolute;
  content: "\e985";
  left: 0;
  font-family: icomoon;
}
.about-list > li._show .title::before {
  content: "\e978";
  font-family: icomoon;
}

.about-layout {
  position: relative;
  margin: 120px 0;
}
.about-iconList {
  position: relative;
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 1081px) {
  .about-iconList {
    grid-template-columns: repeat(auto-fill, 25%);
    justify-content: space-between;
    grid-gap: 0;
  }
}
.about-iconList > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #9baebc;
  padding: 30px 20px;
  color: var(--white-color);
  text-align: center;
}
.about-iconList > li img {
  position: relative;
  margin: 20px 0;
}
.about-iconList > li:nth-child(even) {
  background: var(--main-color);
  /*    background:#384955;*/
}

.careers-box {
  position: relative;
  margin: 20px 0;
}
.nav-tabs {
  position: relative;

  align-items: center;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
  margin: 20px 0;
}
@media screen and (min-width: 1081px) {
  .nav-tabs {
    display: flex;
  }
}
.liCurrent {
  position: absolute !important;
  content: "";
  height: 3px;
  background: var(--main-color);
  bottom: -1px;
  left: 0;
  padding: 0 !important;
  z-index: 10;
}
.nav-tabs > li {
  position: relative;
  padding: 5px 10px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  --borderColor: rgba(222, 222, 222, 1);
  border-bottom: 1px solid var(--borderColor);
  cursor: pointer;
}
.nav-tabs > li:first-child {
  padding-left: 0;
}
.nav-tabs > li.active {
  color: var(--main-color);
}
.tab-pane {
  position: relative;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
.tab-pane.active {
  display: block;
}

.contact-sentence {
  position: relative;
  margin: 60px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
  padding-right: 50px;
  --imgUrl: url("../images/mgmt-icon-square.png");
}
.contact-sentence::after {
  position: absolute;
  content: "";
  background: var(--imgUrl);
  -webkit-background-size: cover;
  background-size: cover;
  width: 50px;
  height: 50px;
  right: 5px;
  top: 5px;
}

#inquiry {
  position: absolute;
  right: 0;
  top: 5px;
  width: 120px;
}

#January-Promo-BOC-Sciences {
  position: relative;
  width: max-content;
  margin-top: 100px;
}
#January-Promo-BOC-Sciences::after {
  position: absolute;
  content: "";
  left: 0;
  top: -100px;
  width: 180px;
  height: 100px;
  background-image: url("../images/2023-January-Promotion-500.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1081px) and (max-width: 1280px) {
  #January-Promo-BOC-Sciences {
    margin-top: 60px;
  }
  #January-Promo-BOC-Sciences::after {
    top: -60px;
    width: 140px;
    height: 60px;
  }
}

@media screen and (max-width: 1080px) {
  .contact-form {
    padding: 10px;
  }
  .careerJob {
    padding: 10px;
  }
}

.inquiryTitle {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: "WorkSans";
}
@media screen and (min-width: 1081px) {
  .inquiryTitle {
    font-size: 22px;
  }
}
