
/* import other css/vendor styles */
@import url('bootstrap.min.css');
@import url('animate.min.css');
@import url('custom-animate.css');
@import url('all.min.css');
@import url('jarallax.css');
@import url('swiper.min.css');
@import url('style1.css');
@import url('owl.carousel.min.css');
@import url('timePicker.css');



:root {
  --logi-font: 'Microsoft YaHei', sans-serif;
  --logi-reey-font: "reeyregular";
  --logi-gray: #696e77;
  --logi-gray-rgb: 105, 110, 119;
  --logi-white: #ffffff;
  --logi-white-rgb: 255, 255, 255;
  --logi-base: orange;
  --logi-base-rgb: 255, 165, 0;
  --logi-black: #3177df;
  --logi-black-rgb: 22, 36, 61;
  --logi-primary: #3f8cd4;
  --logi-primary-rgb: 63, 140, 212;
  --logi-extra: #f2f5f9;
  --logi-extra-rgb: 242, 245, 249;
  --logi-bdr-color: #e0e4e8;
  --logi-bdr-color-rgb: 224, 228, 232;
  --logi-bdr-radius: 10px;
  --logi-letter-spacing: -0.02em;
  --logi-header-bg: #3f8cd4;
  --logi-light-blue: #e6f2ff;
  --logi-light-blue-rgb: 230, 242, 255;

}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--logi-font);
  color: #101218;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  direction: ltr;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--logi-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--logi-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.pt-120 {
  padding-top: 100px;
}

@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.ptb-120 {
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .ptb-120 {
    padding: 70px 0;
  }
}

.ptb-60 {
  padding: 60px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-120 {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--logi-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.white-text {
  color: #fff;
}
.orange-text {
  color: orange;
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--logi-base);
  color: var(--logi-white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  border-radius: var(--logi-bdr-radius);
  padding: 17px 40px 17px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;

}

.thm-btn:hover {
  color: var(--logi-white);
}

.thm-btn:before {
  position: absolute;
  content: '';
  background-color: var(--logi-black);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

.thm-btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.thm-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--logi-black);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}

.thm-btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 20px;
}

.section-sub-title-box {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.section-sub-title {
  font-size: 16px;
  color: var(--logi-black);
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.section-title-shape-1 {
  position: absolute;
  top: -1px;
  left: -40px;
}

.section-title-shape-1 img {
  width: auto;
}

.section-title-shape-2 {
  position: absolute;
  top: -1px;
  right: -39px;
}

.section-title-shape-2 img {
  width: auto;
}

.section-title__title {
  margin: 0;
  color: var(--logi-primary);
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: var(--logi-letter-spacing);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 10px;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--logi-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  color: #ffffff;
  background: var(--logi-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--logi-white);
  color: var(--logi-base);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../imgs/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--logi-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--logi-base);
}

.scroll-to-top:hover i {
  color: #fff;
}


.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: block;
  padding: 30px 0;
}

.main-menu__left {
  display: block;
  float: left;
}

.main-menu__logo {
  float: left;
  display: block;
  padding: 11.2px 0px;
  margin-right: 25px;
}

.main-menu__main-menu-box {
  display: flex;
  float: left;
  align-items: center;
  background-color: var(--logi-extra);
  padding-left: 30px;
  border-radius: var(--logi-bdr-radius);
}

.main-menu__main-menu-box-inner {
  display: block;
}

.main-menu__main-menu-box-search-get-quote-btn {
  display: flex;
  align-items: center;
  padding-left: 70px;
}

.main-menu__main-menu-box-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.main-menu__main-menu-box-search:before {
  position: absolute;
  top: -5px;
  bottom: -5px;
  content: "";
  left: -20px;
  width: 1px;
  background-color: var(--logi-bdr-color);
}

.main-menu__search {
  font-size: 20px;
  color: var(--logi-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--logi-base);
}

.main-menu__main-menu-box-get-quote-btn {
  font-size: 14px;
  padding: 12px 30px 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-menu__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid var(--logi-bdr-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logi-primary);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--logi-base);
  border: 2px solid var(--logi-base);
  color: var(--logi-white);
}

.main-menu__call-content {
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.main-menu__call-content a {
  font-size: 16px;
  font-weight: 700;
  color: var(--logi-black);
  display: inline-block;
  letter-spacing: var(--logi-letter-spacing);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-content a:hover {
  color: var(--logi-base);
}

.main-menu__call-content p {
  font-size: 14px;
  letter-spacing: var(--logi-letter-spacing);
  line-height: 16px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a{
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101218;
  letter-spacing: var(--logi-letter-spacing);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  letter-spacing: var(--logi-letter-spacing);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid var(--logi-base);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  opacity: 1;
}

.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li:hover>a {
  color:var(--logi-base);
  /*color: #F44336;*/
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 160%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  overflow: visible;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: var(--logi-bdr-radius);
  padding: 31px 20px 31px;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:not(.megamenu-clickable):hover>ul,
.main-menu .main-menu__list>li>ul>li:not(.megamenu-clickable):hover>ul,
.stricky-header .main-menu__list>li:not(.megamenu-clickable):hover>ul,
.stricky-header .main-menu__list>li>ul>li:not(.megamenu-clickable):hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #101218;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px 3px;
  letter-spacing: var(--logi-letter-spacing);
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--logi-white);
  border-radius: var(--logi-bdr-radius);
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--logi-extra);
  color: var(--logi-black);
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 14px;
  color: var(--logi-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu,
.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: var( --logi-primary);
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--logi-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--logi-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--logi-white);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--logi-primary);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--logi-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .mob-top-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--logi-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--logi-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--logi-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--logi-primary);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--logi-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--logi-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--logi-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--logi-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--logi-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--logi-primary);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--logi-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}




/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: transparent;
}

.main-header-two__top-social-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 7px 0;
  z-index: 1;
}

.main-header-two__top-social-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-two__top-social-text {
  font-size: 13px;
  letter-spacing: var(--logi-letter-spacing);
}

.main-header-two__top-social-text i {
  color: var(--logi-base);
}

.main-header-two__top-social-text span {
  color: var(--logi-black);
  font-weight: 700;
}

.main-header-two__top-menu-social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-menu-box {
  position: relative;
  display: block;
}

.main-header-two__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-menu li+li {
  margin-left: 20px;
}

.main-header-two__top-menu li a {
  position: relative;
  display: flex;
  font-size: 13px;
  letter-spacing: var(--logi-letter-spacing);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-menu li a:hover {
  color: var(--logi-base);
}

.main-header-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-header-two__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--logi-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-social a:hover {
  color: var(--logi-base);
}

.main-header-two__top-social a+a {
  margin-left: 25px;
}

.main-header-two__top-details {
  position: relative;
  display: block;
  padding: 29px 0 64px;
  background-color: var(--logi-header-bg);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.main-header-two__top-details-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header-two__top-details-inner  .main-header-two__logo img
{
  width:100%;
}
.main-header-two__top-details-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header-two__top-details-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-details-list li+li {
  margin-left: 40px;
}

.main-header-two__top-details-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-details-list li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 39px;
  background: rgb(1, 200, 248);
  background: orange;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-header-two__top-details-list li .text {
  margin-left: 20px;
}

.main-header-two__top-details-list li .text h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--logi-white);
  line-height: 24px;
  letter-spacing: var(--logi-letter-spacing);
}

.main-header-two__top-details-list li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  letter-spacing: var(--logi-letter-spacing);
}

.main-header-two__top-details-list li .text p a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-details-list li .text p a:hover {
  color: var(--logi-primary);
}

.main-menu-two {
  margin-top: -35px;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  display: block;
  background-color: var(--logi-white);
  padding-left: 40px;
  border-radius: var(--logi-bdr-radius);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}

.main-menu-two__left {
  display: block;
  float: left;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu-two__search-box-get-quote {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 25px 0;
}

.main-menu-two__search-box:before {
  position: absolute;
  top: 20px;
  left: -20px;
  bottom: 20px;
  content: "";
  width: 1px;
  background-color: var(--logi-bdr-color);
}

.main-menu-two__search {
  font-size: 20px;
  color: var(--logi-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--logi-base);
}

.main-menu-two__get-quote-btn {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 22px;
  padding-bottom: 22px;
}

.stricky-header.main-menu-two {
  margin-top: 0;
}

.stricky-header .main-menu-two__wrapper-inner {
  display: block;
  background-color: var( --logi-primary);
  padding-left: 0px;
  border-radius: 0;
  box-shadow: none;
}

.stricky-header .main-menu-two__get-quote-btn {
  border-radius: 0;
}

.main-menu-two .main-menu__list>li>ul,
.main-menu-two .main-menu__list>li>ul>li>ul,
.stricky-header.main-menu-two .main-menu__list>li>ul,
.stricky-header.main-menu-two .main-menu__list>li>ul>li>ul {
  top: 100%;
}


.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
  display: none;
}
.stricky-header .main-menu-two__search {
  color: var(--logi-white);
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--logi-black);
  opacity: 0.85;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background-color: orange;
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--logi-black);
}

.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
  display: none;
}




.main-slider__nav {
  position: absolute;
  top: 50%;
  left: 120px;
  z-index: 100;
  transform: translateY(-50%) translateX(0);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--logi-black-rgb), .20);
  border: 2px solid rgba(var(--logi-black-rgb), .20);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--logi-black-rgb), 1);
  border: 2px solid rgba(var(--logi-black-rgb), 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  top: -35px;
  margin-bottom: -35px;
}

.main-slider-two .swiper-slide {
  position: relative;
}

.main-slider-two .container {
  position: relative;
  padding-top: 268px;
  padding-bottom: 200px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



.main-slider-two__inner {
  position: relative;
  display: block;
}

.main-slider-two__content {
  position: relative;
  display: block;
}

.main-slider-two__content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 188px;
  width: 5px;
  background-color: rgba(var(--logi-white-rgb), .10);
  content: "";
}

.main-slider-two__title {
  position: relative;
  font-size: 60px;
  color: var(--logi-white);
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  margin-bottom: 21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__text {
  font-size: 18px;
  color: var(--logi-white);
  font-weight: 400;
  letter-spacing: var(--logi-letter-spacing);
  line-height: 30px;
  margin-left: 30px;
  padding-bottom: 46px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two__right {
  position: relative;
  display: block;
}

.main-slider-two__video-link {
  position: absolute;
  left: 30px;
  top: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 18px;
  color: var(--logi-black);
  background-color: var(--logi-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider-two__video-icon:hover {
  background-color: var(--logi-primary);
  color: var(--logi-black);
}

.main-slider-two__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--logi-white);
  opacity: 0.1;
  z-index: 1;
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--logi-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--logi-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--logi-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--logi-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.main-slider-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-two__video-text {
  font-size: 16px;
  color: var(--logi-white);
  font-weight: 700;
  line-height: 19px;
  letter-spacing: var(--logi-letter-spacing);
  margin-left: 35px;
}

.main-slider-two .main-slider__nav {
  top: 52%;
}

.main-slider-two .main-slider__nav .swiper-button-next,
.main-slider-two .main-slider__nav .swiper-button-prev {
  color: rgba(var(--logi-white-rgb), .20);
  border: 2px solid rgba(var(--logi-white-rgb), .20);
}

.main-slider-two .main-slider__nav .swiper-button-next:hover,
.main-slider-two .main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--logi-white-rgb), 1);
  border: 2px solid rgba(var(--logi-white-rgb), 1);
}


/*--------------------------------------------------------------
# 党群工作
--------------------------------------------------------------*/
.dangqun-gz {
  position: relative;
  display: block;
  background-color: var(--logi-extra);
  padding: 50px 0 50px;
}

.dangqun-gz__top {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.dangqun-gz__top-left {
  position: relative;
  display: block;
}

.dangqun-gz__top-right {
  position: relative;
  display: block;
  margin-left: 170px;
  margin-top: 16px;
}

.dangqun-gz__top-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: var(--logi-letter-spacing);
}

.dangqun-gz__bottom {
  position: relative;
  display: block;
}

.dangqun-gz__container {
  position: relative;
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.dangqun-gz__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.dangqun-gz__img {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.dangqun-gz__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--logi-black-rgb), .30);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: 1;
}

.dangqun-gz__single:hover .dangqun-gz__img:before {
  transform: translate3d(0px, 0, 0px);
}

.dangqun-gz__img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  /*  设置宽高比例，这里的比例是3:2  */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.dangqun-gz__single:hover .dangqun-gz__img img {
  transform: scale(1.05);
}

.dangqun-gz__content {
  height:230px;
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 37px 30px 28px;
  overflow: hidden;
}

.dangqun-gz__icon span {
  position: relative;
  display: inline-block;
  font-size: 33px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.dangqun-gz__single:hover .dangqun-gz__icon span {
  color: var(--logi-white);
  transform: scale(0.9);
}

.dangqun-gz__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: var(--logi-letter-spacing);
  margin-bottom: 5px;
}

.dangqun-gz__title:before {
  position: absolute;
  content: "";
  left: 0;
  top: -16px;
  height: 4px;
  width: 40px;
  background-image: -moz-linear-gradient(0deg, rgb(201, 37, 25) 0%, rgb(255, 210, 12) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(201, 37, 25) 0%, rgb(255, 210, 12) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(201, 37, 25) 0%, rgb(255, 210, 12) 100%);
}

.dangqun-gz__title a {
  color: var(--logi-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.dangqun-gz__single:hover .dangqun-gz__title a {
  color: var(--logi-base);
}

.dangqun-gz__text {
  font-size: 14px;
  letter-spacing: var(--logi-letter-spacing);
  line-height: 24px;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top:100px;
  position: relative;
  display: block;
  background-color: var(--logi-primary);
  z-index: 1;
}

.site-footer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1709px;
  mix-blend-mode: color-burn;
  opacity: .15;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 60px 0 52px;
}

.footer-widget__about-title {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
  margin-top: -8px;
  font-size: 20px;
  font-weight: bold;
  color:#fff;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: #fff;
  line-height: 26px;
  font-size: 15px;
  text-indent: 2em;
  letter-spacing: var(--logi-letter-spacing);
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--logi-white);
  font-size: 15px;
  border-radius: 25px;
  border: 2px solid var(--logi-base);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--logi-base);
  background-color: var(--logi-white);
  border: 2px solid var(--logi-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--logi-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.footer-widget__title {
  font-size: 20px;
  color: var(--logi-white);
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  line-height: 20px;
  margin-bottom: 40px;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.site-footer ul.footer-link li a {
  color: #fff;
}

.site-footer ul.footer-link li {
  width:50%;
  list-style: none;
  margin-bottom: 8px;
}

.site-footer ul.footer-link {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
}

.footer-widget__contact-list li+li {
  margin-top: 10px;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .icon span {
  font-size: 14px;
  color: var(--logi-base);
}

.footer-widget__contact-list li .text {
  margin-left: 14px;
}

.footer-widget__contact-list li .text p {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  letter-spacing: var(--logi-letter-spacing);
}

.footer-widget__contact-list li .text p a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: var(--logi-primary);
}

.footer-widget__open-hour {
  position: relative;
  display: block;
  margin-top: 26px;
}

.footer-widget__open-hour-title {
  font-size: 15px;
  color: var(--logi-white);
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  line-height: 25px;
  margin-bottom: 10px;
}

.footer-widget__open-hour-text {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  letter-spacing: var(--logi-letter-spacing);
}

.footer-widget__gallery {
  position: relative;
  display: block;
}

.footer-widget__gallery-list {
  position: relative;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 7px;
}

.footer-widget__gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.footer-widget__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--logi-base-rgb), .90);
  transition: all 700ms ease;
  transform: translateY(-100%);
  border-radius: 5px;
  z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget__gallery-img img {
  width: 100%;
  border-radius: 5px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  transform: scale(1);
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
  transform: scale(1.05);
}

.footer-widget__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--logi-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
}

.footer-widget__newsletter-text {
  color: #97a2b7;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: var(--logi-letter-spacing);
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 27px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 60px;
  background-color: #111d32;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #97a2b7;
  letter-spacing: var(--logi-letter-spacing);
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 35px;
  width: 35px;
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: var(--logi-white);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__newsletter-btn:hover {
  color: var(--logi-base);
}

.footer-widget__phone {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__phone-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__phone-icon span {
  font-size: 37px;
  color: var(--logi-primary);
  position: relative;
  display: inline-block;
}

.footer-widget__phone-text {
  position: relative;
  margin-left: 15px;
}

.footer-widget__phone-text a {
  font-size: 18px;
  color: var(--logi-white);
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__phone-text a:hover {
  color: var(--logi-primary);
}

.footer-widget__phone-text p {
  font-size: 14px;
  color: #97a2b7;
  line-height: 26px;
  letter-spacing: var(--logi-letter-spacing);
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(var(--logi-white-rgb), .10);
  padding: 15px 0;
}

.site-footer__bottom-text {
  color: #fff;
  letter-spacing: var(--logi-letter-spacing);
}

.site-footer__bottom-text a {
  color: #97a2b7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--logi-white);
}


.index-bg-1{
  width:100%;
  background-image: url(../imgs/index-bg1.jpg);
  background-size: cover;
}
/*--------------------------------------------------------------
# School News
--------------------------------------------------------------*/
.index-box-two {
  position: relative;
  display: block;
  margin-top:200px;
  padding: 40px 0 40px;
}

.index-box-two .container {
  max-width: 1460px;
}
.index-box-two .row{
  --bs-gutter-x: 60px;
}
.school__tzgg{
  padding-top:10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(242, 245, 249,0.5);
}
.school__tzgg-title{
  color: var(--logi-primary);
  height:51px;
  padding-bottom: 25px;
  padding-left: 30px;
  background: url(../imgs/title-tzgg.png) no-repeat;
}



.school__tzgg .tzgg-box {
  position: relative;
  display: block;
  padding-top: 40px;
}

.school_tzgg .tzgg-box .tzgg {
  width:100%;
  position: relative;
  display: block;
  float: left;
}

.school__tzgg .tzgg-box  li {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  margin:10px;
  transition: all 500ms ease;
  border-bottom: solid 1px rgba(var(--logi-primary-rgb), 1);
}
.school__tzgg .tzgg-box  li:last-child{
  border-bottom: 0px;
}

.school__tzgg .tzgg-box  li .news-date {
  padding:5px 10px;
  background-color: rgba(var(--logi-primary-rgb), 0.6);
  color: var(--logi-white);
}

.school__tzgg .tzgg-box  li .text {
  margin-left: 10px;
  flex: 1;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*
Xuesu Jiaoliu
*/
.school__xsjl{
  padding-top:10px;
}
.school__xsjl-title{
  color: var(--logi-primary);
  height:51px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background: url(../imgs/title-xsjl.png) no-repeat;
}



.school__xsjl .xsjl-box {
  position: relative;
  display: block;
  margin-top: 40px;
}

.school__xsjl .xsjl-box .tzgg {
  width:100%;
  position: relative;
  display: block;
  float: left;
}

.school__xsjl .xsjl-box li {
  position: relative;
  display: flex;
  flex-direction:column;
  align-items: center;
  background-color: var(--logi-white);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 35px;
  margin-bottom: 30px;
  transition: all 500ms ease;
  border-radius: 10px;
  border: solid 1px rgba(var(--logi-primary-rgb), 1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

.school__xsjl .xsjl-box  li:hover {
  background-color: var(--logi-base);
  color:var(--logi-white);
}

.school__xsjl .xsjl-box  li .xsjl-info{
  width:100%;
  margin-top: 10px;
}

.school__xsjl .xsjl-box  li .text {
  width:100%;
  font-size: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*--------------------------------------------------------------
# 学校数据
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
  padding: 50px 0 70px;
  z-index: 1;
}

.counter-two__bg-box {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--logi-primary);
  z-index: -1;
}

.counter-two__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.counter-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.counter-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(229, 239, 242) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(229, 239, 242) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(229, 239, 242) 0%, rgb(255, 255, 255) 100%);
  width: 116px;
  height: 116px;
  margin: 0 auto 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.counter-two__icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: var(--logi-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.counter-two__single:hover .counter-two__icon:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.counter-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--logi-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__icon span {
  color: var(--logi-white);
}

.counter-two__content-box {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--logi-white);
  padding: 55px 0 32px;
  margin-top: -40px;
}

.counter-two__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-two__count-box h3 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  line-height: 50px;
}

.counter-two__letter {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  line-height: 50px;
  color: var(--logi-black);
}

.counter-two__text {
  padding-top: 5px;
}

/*--------------------------------------------------------------
# About Five  -> school-news-one
--------------------------------------------------------------*/
.school-news-one {
  position: relative;
  display: block;
  padding: 100px 0 50px;
  z-index: 1;
}
.school-news-one .school-news__title{
  color: var(--logi-primary);
  height: 51px;
  line-height: 51px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: center;
  background-image:url(../imgs/title-school-news.png);
  background-repeat: no-repeat;
  background-position: center;
}
.school-news-one .container {
  max-width: 1460px;
}
.school-news-one__left {
  position: relative;
  display: block;
}


.school-news-one__left .school-news-list {
  box-sizing: border-box;
}

.school-news-one__left .school-news-list ul {
  padding-left: 0px;
}

.school-news-one__left .school-news-list li {
  font-size: 1.1em;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none;
  display: flex;
  align-items: center;
}
.school-news-one__left .school-news-list li .news-date{
  width:80px;
  display: flex;
  flex-direction: column;
}
.school-news-one__left .school-news-list li .news-date .news-date-1{
  width:100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color:rgba(var(--logi-primary-rgb), 1)
}
.school-news-one__left .school-news-list li .news-date .news-date-2{
  width:100%;
  font-size: 14px;
  text-align: center;
  color:#666;
}
.school-news-one__left .school-news-list li:first-child {
  border-top: 0px;
}

.school-news-one__left .school-news-list li:last-child {
  padding-bottom: 13px;
}
.school-news-one__left .school-news-list li i{
  margin-top:5px;
  color:#3f8cd4;
}
.school-news-one__left .school-news-list li a {
  flex: 1;
  font-size: 1em;
  font-weight: 500;
  color: var(--logi-gray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-left: 10px;
}

.school-news-one__left .school-news-list li a:hover {
  color:orange;
  /*color: #F44336;*/
}


.school-news-one__right {
  position: relative;
  display: block;
}


.school-news-one__right .swiper-slide {
  position: relative;
}

.school-news-one__right .container {
  position: relative;
  padding-top: 320px;
  padding-bottom: 0px;
  padding-left:0px;
  padding-right:0px;
  z-index: 30;
}

.school-news-one__right .school-news-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}
.school-news-one__right .school-news-img img{
  width:100%;
  aspect-ratio: 3 / 2;
}

.school-news-one__right__inner {
  position: relative;
  display: block;
  padding:0 15px;
  background-color: rgba(var(--logi-black-rgb), .50);
}

.school-news-one__right__content {
  position: relative;
  display: block;
}


.school-news-one__right__title {
  position: relative;
  font-size: 30px;
  color: var(--logi-white);
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  margin-bottom: 21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}


.school-news-one__right__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.school-news-one__right .swiper-slide-active .school-news-one__right__title,
.school-news-one__right .swiper-slide-active .school-news-one__right__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.school-news-img__nav {
  width:100%;
  padding:0 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 100;
  transform: translateY(-50%) translateX(0);
  display: flex;
  justify-content: space-between;
  flex-direction:row;
}


.school-news-img__nav .swiper-button-next,
.school-news-img__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--logi-white-rgb), .20);
  border: 2px solid rgba(var(--logi-white-rgb), .20);
  border-radius: 10px;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.school-news-img__nav .swiper-button-next:hover,
.school-news-img__nav .swiper-button-prev:hover {
  color: rgba(var(--logi-white-rgb), 1);
  border: 2px solid rgba(var(--logi-white-rgb), 1);
}

.school-news-img__nav .swiper-button-next::after,
.school-news-img__nav .swiper-button-prev::after {
  display: none;
}


.school-news-img-slider-pagination{
  width:100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom:20px;
  z-index: 100;
}
.school-news-img-slider-pagination .swiper-pagination-bullet{
  width:15px;
  height:15px;
}


.school-news-one__text-1 {
  font-size: 20px;
  color: var(--logi-base);
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.04em;
}

.school-news-one__text-2 {
  line-height: 30px;
  padding-top: 25px;
}

.school-news-one__progress-ber {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.school-news-one__progress-single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.school-news-one__progress-single+.school-news-one__progress-single {
  margin-left: 70px;
}

.school-news-one__progress-box {
  position: relative;
  display: inline-block;
}

.school-news-one__progress-box canvas {
  transform: rotate(90deg);
}

.school-news-one__progress-box .circle-progress {
  height: 118px;
}

.school-news-one__progress-box .school-news-one__pack {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.school-news-one__progress-box .school-news-one__pack p {
  font-size: 20px;
  font-weight: 700;
  color: var(--logi-base);
}

.school-news-one__progress-box .school-news-one__pack span {
  position: relative;
  display: block;
  line-height: 20px;
}

.school-news-one__progress-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--logi-black);
  margin-top: 7px;
  letter-spacing: var(--logi-letter-spacing);
}

/*--------------------------------------------------------------
# Testimonial Five
--------------------------------------------------------------*/
.students-work {
  position: relative;
  display: block;
  background-color: #000;
  padding: 60px 0 60px;
  margin-top:80px;
  z-index: 1;
}

.students-work__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  opacity: 0.80;
  z-index: -1;
}

.students-work__carousel {
  position: relative;
  display: block;
}

.students-work__single {
  position: relative;
  display: block;
}

.students-work__content {
  min-height: 250px;
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 29px 0px rgba(21, 21, 21, 0.08);
  padding: 20px;
  text-align: center;
  border-radius: var(--logi-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.students-work__single:hover .students-work__content {
  background-color: var(--logi-base);
}

.students-work__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  margin: 0 auto 0px;
  border-radius: var(--logi-bdr-radius);
  padding: 12.5px 0;
  color: var(--logi-base);
}
.students-work__title a{
  color: var(--logi-base);

}
.students-work__single:hover .students-work__title a {
  color: #FFFFFF;
}


.students-work__text {
  line-height: 30px;
  letter-spacing: var(--logi-letter-spacing);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: left;
  text-indent: 2em;
  color:#666;
}

.students-work__single:hover .students-work__text {
  color: #FFFFFF;
}

.students-work__client-info {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}
.student-work__more-box{
  margin-top:20px;
}
.students-work__client-img {
  position: relative;
  display: block;
  width: 75px;
  border-radius: 50%;
  margin: 0 auto 0;
  z-index: 1;
}

.students-work__client-img:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid var(--logi-base);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.students-work__single:hover .students-work__client-img:before {
  opacity: 1;
  transform: scale(1);
}

.students-work__client-img img {
  border-radius: 50%;
}

.students-work__client-content {
  position: relative;
  display: block;
  margin-top: 17px;
}

.students-work__client-sub-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 15px;
  color: #fff;
}

.students-work__client-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 4px;
  color: #fff;
}

.students-work__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.students-work__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.students-work__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/

.main-menu-two__main-menu-box .main-menu__list>.megamenu-clickable>ul,
.main-menu__wrapper .main-menu__list>.megamenu-clickable>ul,
.mobile-nav__content .main-menu__list>li.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  /* right: 0 !important;
  bottom: 0 !important; */
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: #fff;
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__content .main-menu__list>li.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu__list>li.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demos-one .container {
  padding-left: 15px;
  padding-right: 15px;
}


.megamenu-popup {
  position: relative;
}

.megamenu-popup .megamenu-clickable--close a {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  display: block;
}

@media (min-width: 768px) {
  .megamenu-popup .megamenu-clickable--close a {
    top: 50px;
    right: 50px;
    width: 35px;
    height: 35px;
  }
}

.megamenu-popup .megamenu-clickable--close a::before,
.megamenu-popup .megamenu-clickable--close a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--logi-black);
}

.megamenu-popup .megamenu-clickable--close a::before {
  width: 2px;
  height: 100%;
}


.is-new-menu>a {
  position: relative;
}

.is-new-menu>a>span {
  position: absolute;
  bottom: 100%;
  left: -50%;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background-color: var(--logi-base);
  line-height: 1em;
  padding: 3.5px 5.5px;
  display: inline-block;
}

.is-new-menu>a>span::after {
  content: '';
  width: 8px;
  height: 6px;
  background-color: var(--logi-base);
  position: absolute;
  top: 100%;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

ul li ul .is-new-menu>a>span {
  left: 6%;
  bottom: 70%;
}

ul li ul .is-new-menu>a>span::after {
  right: auto;
  left: 0;
}


/* 标准方式（适用于现代浏览器） */
::placeholder {
  color: #999; /* 设置为你想要的颜色，这里是灰色 */
  opacity: 1;   /* Firefox默认opacity为0.5，这里重置为1 */
}

/* 特定浏览器的兼容写法 */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: 1;
}