@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant-Bold';
  src: url(../fonts/Cormorant-Bold.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins.ttf) format('truetype');
}
@font-face {
  font-family: 'Syne-Medium';
  src: url(../fonts/Syne-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'sserife';
  src: url(../fonts/sserife.fon) format('truetype');
}
@font-face {
  font-family: 'Meddon';
  src: url(../fonts/Meddon.ttf) format('truetype');
}
@font-face {
  font-family: 'JosefinSans';
  src: url(../fonts/JosefinSans.otf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
.fancybox-image, .fancybox-spaceball{
  background-color: #fff !important;
}
body {
  font-family: 'Poppins-Light';
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  line-height: 30px;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#n_p_page{
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.mlztx {
  opacity: 0.6;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #0BC38F;
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 99;
  cursor: pointer;
}
#related_products {
  margin-top: 3vw;

}
#related_products .tip_title{
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'PlayfairDisplay-Bold';
}
#related_products .swiper{
  margin-top: 20px;
}
#related_products .swiper .swiper-slide .img{
  display: block;
  height: 250px;
  overflow: hidden;
}
#related_products .swiper .swiper-slide .text{
  text-align: center;
  display: block;
  font-size: 15px;
  margin-top: 10px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  /*overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;*/
  line-height: 30px;
}
#related_products .swiper .swiper-slide .text:hover{
  color: #ff5538;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0BC38F;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0BC38F;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0BC38F;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  background-image:url(/rainbowwipes/2022/04/23/1.jpg);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.f_14 {
  font-size: 14px;
}
.f_15 {
  font-size: 15px;
}
.f_16 {
  font-size: 16px;
  line-height: 2;
}
.f_18 {
  font-size: 18px;
}
.f_20 {
  font-size: 20px;
}
.f_24 {
  font-size: 24px;
}
.f_26 {
  font-size: 26px;
}
.f_29 {
  font-size: 29px;
}
.f_30 {
  font-size: 30px;
}
.f_33 {
  font-size: 33px;
}
.f_35 {
  font-size: 35px;
}
.f_38 {
  font-size: 38px;
}
.f_43 {
  font-size: 43px;
}
.f_50 {
  font-size: 50px;
}
.f_54 {
  font-size: 54px;
}
.t_1 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont {
  display: inline-block;
  position: relative;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.more_cont:hover {
  color: #eb623a;
}
.more_cont:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.more_cont span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.cir_rotate {
  animation: cir_rotate 8s infinite linear;
  -webkit-animation: cir_rotate 8s infinite linear;
}
@-webkit-keyframes cir_rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes cir_rotate {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.cir_btn_ani {
  animation: cir_btn_ani 5s infinite;
  -webkit-animation: cir_btn_ani 5s infinite;
}
@-webkit-keyframes cir_btn_ani {
  from {
    -webkit-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes cir_btn_ani {
  from {
    -webkit-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
.ling {
  animation: ling 5s infinite;
  -webkit-animation: ling 5s infinite;
}
@-webkit-keyframes ling {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ling {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
#banner .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
#banner .container .left {
  width: 43%;
}
#banner .container .left .b_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  padding: 25px;
  padding-right: 0;
  position: relative;
  z-index: 5;
}
#banner .container .left .b_top .logo {
  width: 110px;
  display: block;
}
#banner .container .left .b_top .logo img {
  width: 100%;
  display: block;
}
#banner .container .left .b_top .menu-menu-container {
  margin-left: 30px;
}
#banner .container .left .b_top .menu-menu-container a {
  display: block;
}
#banner .container .left .b_top .menu-menu-container > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item {
  position: relative;
  margin-left: 50px;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item > a {
  color: #003365;
  font-size: 16px;
  font-family: 'PlayfairDisplay-Bold';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item > a:hover {
  color: #eb623a;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #ff5538;
  -webkit-box-shadow: 0 0 5px 0 #f2f2f2;
  box-shadow: 0 0 5px 0 #f2f2f2;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  font-size: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #fff;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  padding: 10px;
  text-align: center;
}
#banner .container .left .b_top .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover {
  background-color: #eb623a;
  color: #fff;
}
#banner .container .left .b_bottom {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .left .b_bottom .nav {
  position: relative;
  z-index: 20;
  width: 15%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 800px;
}
#banner .container .left .b_bottom .nav .top {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .left .b_bottom .nav .top .fa-search {
  color: #000;
  cursor: pointer;
}
#banner .container .left .b_bottom .nav .top .fa-search:hover {
  color: #eb623a;
}
#banner .container .left .b_bottom .nav .top .lang_cont {
  width: 100%;
  position: relative;
  margin-top: 15px;
  text-align: center;
}
#banner .container .left .b_bottom .nav .top .lang_cont:hover i {
  color: #eb623a;
}
#banner .container .left .b_bottom .nav .top .lang_cont:hover .lang {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#banner .container .left .b_bottom .nav .top .lang_cont .fa-globe {
  cursor: pointer;
  font-size: 20px;
  margin-top: 10px;
}
#banner .container .left .b_bottom .nav .top .lang_cont .lang {
  position: absolute;
  top: 0;
  left: 100%;
  width: 150px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0 0 5px 0 #f2f2f2;
  box-shadow: 0 0 5px 0 #f2f2f2;
}
#banner .container .left .b_bottom .nav .top .lang_cont .lang li a {
  padding: 5px;
  display: block;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .left .b_bottom .nav .top .lang_cont .lang li a:hover {
  background-color: #333;
  color: #fff;
}
#banner .container .left .b_bottom .nav .top .lang_cont .lang li a img {
  width: 30px;
}
#banner .container .left .b_bottom .nav .email {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  font-family: 'Cormorant-Bold';
}
#banner .container .left .b_bottom .nav .bottom div {
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  font-family: 'Cormorant-Bold';
}
#banner .container .left .b_bottom .nav .bottom img {
  width: 7px;
  margin: auto;
  display: block;
  margin-top: 10px;
}
#banner .container .left .b_bottom .swiper_cont {
  width: 85%;
  padding: 50px 90px;
  padding-right: 0;
  position: relative;
}
#banner .container .left .b_bottom .swiper_cont .ani_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banner .container .left .b_bottom .swiper_cont .ani_cont .cir_btn {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .container .left .b_bottom .swiper_cont .ani_cont .img_cir {
  position: absolute;
  bottom: 60px;
  width: 130px;
  right: 15%;
}
#banner .container .left .b_bottom .swiper_cont .swiper {
  position: relative;
  z-index: 2;
}
#banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .tip_title {
  font-family: 'Poppins-Medium';
  padding: 8px 40px;
  display: inline-block;
  border-radius: 20px;
  background-color: #ffeae6;
  color: #ff5b3f;
}
#banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .title {
  font-family: 'PlayfairDisplay-Bold';
  color: #1a3760;
  line-height: 1.3;
  margin-top: 20px;
}
#banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .des {
  margin-top: 30px;
  color: rgba(26, 55, 96, 0.5);
  font-family: 'Syne-Medium';
  line-height: 30px;
}
#banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .more {
  border-radius: 40px;
  border: #eb623a solid 1px;
  padding: 10px 60px;
  margin-top: 35px;
  background-color: #ff5538;
}
#banner .container .right {
  overflow: hidden;
  width: 55%;
  position: relative;
  height: 50vw;
}
#banner .container .right img {
  position: relative;
}
#banner .container .right .sub_cir {
  position: absolute;
  top: -25%;
  left: 3%;
  width: 85%;
  height: 90%;
  background-color: #ff5538;
  border-radius: 50%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#banner .container .right .sub_cir_2 {
  position: absolute;
  top: -22%;
  left: 6%;
  width: 110%;
  height: 118%;
  background-color: #d6dbfc;
  border-radius: 50%;
}
#banner .container .right img {
  display: block;
  margin-left: auto;
  width: 95%;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  max-width: 100%;
  margin: auto;
}
#index-body .init-1 .container {
  padding: 3vw 0;
  width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .list {
  width: 20%;
  text-align: center;
}
#index-body .init-1 .container .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
#index-body .init-1 .container .list:hover img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
#index-body .init-1 .container .list img {
  height: 75px;
  margin: auto;
}
#index-body .init-1 .container .list .title {
  margin: 25px 0;
  font-family: 'PlayfairDisplay-Bold';
  color: #003365;
}
#index-body .init-1 .container .list .des {
  font-family: 'sserife';
  line-height: 30px;
}
#index-body .init-2 {
  overflow: hidden;
  background-color: #f8f5f0;
  position: relative;
}
#index-body .init-2 .subimg_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
}
#index-body .init-2 .subimg_2 {
  position: absolute;
  top: -200px;
  right: 0;
  width: 370px;
}
#index-body .init-2 .container {
  padding: 4vw 0;
  width: 100%;
  text-align: center;
}
#index-body .init-2 .container .tip_title {
  color: #faab34;
  font-family: 'Meddon';
}
#index-body .init-2 .container .title {
  margin-top: 5px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-2 .container .des {
  color: #aaaaaa;
  margin: auto;
  line-height: 30px;
  margin-top: 20px;
  max-width: 750px;
}
#index-body .init-2 .container .swiper {
  padding-left: 7vw;
  margin-top: 30px;
}
#index-body .init-2 .container .swiper .swiper-wrapper {
  padding-left: 25%;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover .name {
  color: #eb623a;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.1;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .name {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 2;
  bottom: 70px;
  left: 0;
  transform: translateY(200px);
  -ms-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -o-transform: translateY(200px);
  opacity: 0;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide-active .name {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}
#index-body .init-2 .container .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 60px;
}
#index-body .init-2 .container .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 1px;
  background-color: #c3dbad;
  opacity: 1;
  border-radius: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper-pagination .swiper-pagination-bullet-active {
  height: 4px;
  background-color: #489f10;
}
#index-body .init-3 .container {
  width: 1400px;
  padding: 3.5vw 0;
}
#index-body .init-3 .container .title_cont {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-3 .container .title_cont .left .title {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Meddon';
  color: #faab34;
}
#index-body .init-3 .container .title_cont .left .title img {
  width: 40px;
  margin-right: 30px;
}
#index-body .init-3 .container .title_cont .left .title span {
  margin-top: 5px;
}
#index-body .init-3 .container .title_cont .left .des {
  margin-top: 5px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-3 .container .title_cont .more {
  background-color: #489f10;
  padding: 16px 25px;
  border: #489f10 solid 1px;
}
#index-body .init-3 .container .swiper {
  margin-top: 40px;
  height: 1100px;
  padding: 10px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  padding: 40px 30px;
  height: calc((100% - 50px) / 2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 370px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .text {
  font-family: 'JosefinSans';
  color: #555555;
  overflow-y: auto;
  max-height: 90px;
  line-height: 30px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#index-body .init-3 .container .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 50px;
}
#index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 1px;
  background-color: #c3dbad;
  opacity: 1;
  border-radius: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet-active {
  height: 4px;
  background-color: #489f10;
}
#index-body .init-4 {
  background-color: #0b3d19;
  padding: 60px 0;
}
#index-body .init-4 .container {
  width: 1300px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-4 .container .list {
  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;
}
#index-body .init-4 .container .list .left {
  font-family: 'Meddon';
  color: #8ec135;
}
#index-body .init-4 .container .list .left .num {
  width: 150px;
}
#index-body .init-4 .container .list .right {
  color: #fff;
  font-family: 'Montserrat-Regular';
  margin-left: 10px;
  line-height: 30px;
}
#index-body .init-5 {
  position: relative;
  overflow: hidden;
}
#index-body .init-5 .sub_img {
  position: absolute;
  right: -4.5%;
  top: 25%;
  width: 24%;
}
#index-body .init-5 .container {
  position: relative;
  z-index: 2;
  width: 1200px;
  padding: 5.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-5 .container .left {
  position: relative;
  width: 46%;
  z-index: 2;
}
#index-body .init-5 .container .left > img {
  width: 100%;
}
#index-body .init-5 .container .left .list {
  width: 100%;
  margin-top: 70px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
#index-body .init-5 .container .left .list:hover .img_2 {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
#index-body .init-5 .container .left .list:nth-child(2):hover .img_2 {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
#index-body .init-5 .container .left .list:nth-child(3) {
  margin-left: 120px;
  margin-top: 40px;
}
#index-body .init-5 .container .left .list .s_left {
  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;
  position: relative;
  width: 25%;
  height: 120px;
}
#index-body .init-5 .container .left .list .s_left .img_1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#index-body .init-5 .container .left .list .s_left .img_2 {
  position: relative;
  display: block;
  margin-right: 20px;
}
#index-body .init-5 .container .left .list .s_right {
  padding: 30px 20px;
  width: 75%;
}
#index-body .init-5 .container .left .list .s_right .title {
  font-family: 'Montserrat-Regular';
  font-weight: bold;
}
#index-body .init-5 .container .left .list .s_right .des {
  margin-top: 10px;
  color: #636363;
  font-family: 'JosefinSans';
  line-height: 30px;
}
#index-body .init-5 .container .right {
  width: 47%;
}
#index-body .init-5 .container .right .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-5 .container .right .title_cont img {
  width: 40px;
}
#index-body .init-5 .container .right .title_cont .text {
  color: #faab34;
  font-family: 'Meddon';
  margin-left: 30px;
}
#index-body .init-5 .container .right .title {
  font-family: 'PlayfairDisplay-Bold';
  color: #333333;
  margin-top: 15px;
}
#index-body .init-5 .container .right .des {
  margin-top: 20px;
  color: #616161;
  line-height: 2;
  font-family: 'Syne-Medium';
}
.ruiboh1 {
  display: inline;
}
#index-body .init-5 .container .right .video_cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-5 .container .right .video_cont .video_btn {
  width: 45px;
  height: 45px;
  background-color: #faab34;
  border-radius: 50%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  position: relative;
}
#index-body .init-5 .container .right .video_cont .video_btn i {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .container .right .video_cont .video_btn::before {
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #faab34;
  animation: ling 2s infinite linear;
  -webkit-animation: ling 2s infinite linear;
}
#index-body .init-5 .container .right .video_cont .text {
  margin-left: 30px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-5 .container .right .img_3 {
  margin-top: 40px;
}
#index-body .init-6 {
  background-image: url(../images/index_19.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}
#index-body .init-6 .container {
  padding: 6.5vw 0;
  text-align: center;
  color: #fff;
}
#index-body .init-6 .container .title {
  font-family: 'Meddon';
}
#index-body .init-6 .container .title_2 {
  font-family: 'PlayfairDisplay-Bold';
  text-transform: uppercase;
}
#index-body .init-6 .container .des {
  font-family: 'Syne-Medium';
  margin: auto;
  margin-top: 20px;
  max-width: 700px;
  line-height: 2;
}
#index-body .init-6 .container .play_btn {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  margin: auto;
  margin-top: 30px;
  cursor: pointer;
}
#index-body .init-6 .container .play_btn:hover {
  color: #ff5538;
  border-color: #ff5538;
}
#index-body .init-6 .container .play_btn i {
  position: relative;
  z-index: 2;
}
#index-body .init-7 {
  overflow: hidden;
  background-color: #f8f5f0;
  position: relative;
}
#index-body .init-7 .subimg_4 {
  position: absolute;
  left: -60px;
  top: 25%;
  width: 205px;
}
#index-body .init-7 .subimg_5 {
  position: absolute;
  right: 0;
  top: -100px;
  width: 405px;
}
#index-body .init-7 .container {
  width: 1200px;
  padding: 4.5vw 0;
}
#index-body .init-7 .container .title_cont {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-7 .container .title_cont .left .title {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Meddon';
  color: #faab34;
}
#index-body .init-7 .container .title_cont .left .title img {
  width: 40px;
  margin-right: 30px;
}
#index-body .init-7 .container .title_cont .left .title span {
  margin-top: 5px;
}
#index-body .init-7 .container .title_cont .left .des {
  margin-top: 5px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-7 .container .title_cont .more {
  background-color: #489f10;
  padding: 16px 25px;
  border: #489f10 solid 1px;
}
#index-body .init-7 .container .swiper {
  padding: 10px;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 460px;
  margin-top: 40px;
  color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover .subline_2 {
  opacity: 1;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover .shadow {
  opacity: 1;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover .cat_name,
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover .cont {
  color: #3e3e3e;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover .cont .des {
  -webkit-line-clamp: 5;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover .cont .bottom {
  background-color: #f9f7f3;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide:hover .cont .bottom .more {
  border-color: #3e3e3e;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .subline_2 {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  left: 0;
  opacity: 0;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cat_name {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  margin-left: 25px;
  padding: 5px 20px;
  background-color: #faab34;
  display: inline-block;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  color: black;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  padding: 0 25px;
  font-family: 'PlayfairDisplay-Bold';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .title:hover {
  color: #489f10;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  padding: 0 25px;
  margin-top: 15px;
  font-family: 'Poppins-Light';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .des:hover {
  color: #489f10;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .bottom {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  padding-bottom: 30px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .bottom .more {
  text-transform: uppercase;
  border-bottom: #fff solid 1px;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .bottom .more:hover {
  border-color: #489f10;
  color: #489f10;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide .cont .bottom span {
  margin-left: 15px;
}
#index-body .init-7 .container .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 50px;
}
#index-body .init-7 .container .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 1px;
  background-color: #c3dbad;
  opacity: 1;
  border-radius: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-7 .container .swiper-pagination .swiper-pagination-bullet-active {
  height: 4px;
  background-color: #489f10;
}
#footer {
  background-color: #29313e;
  background-image: url(../images/index_23.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#footer .container {
  width: 1500px;
  padding-top: 2vw;
}
#footer .container .f-top {
  color: #fff;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: #757575 solid 1px;
  padding-bottom: 50px;
}
#footer .container .f-top .logo_cont {
  width: 20%;
}
#footer .container .f-top .logo_cont .logo {
  width: 110px;
  display: block;
}
#footer .container .f-top .logo_cont .logo img {
  display: block;
  width: 100%;
}
#footer .container .f-top .logo_cont p {
  margin-top: 20px;
  font-family: 'Poppins-Medium';
}
#footer .container .f-top .subline {
  background-color: #828282;
  width: 2px;
  height: 90px;
}
#footer .container .f-top .right {
  width: 70%;
}
#footer .container .f-top .right p {
  font-family: 'Poppins-Medium';
  line-height: 30px;
}
#footer .container .f-top .right a {
  font-family: 'Poppins';
  margin-top: 15px;
  text-transform: uppercase;
  color: #489f10;
  display: inline-block;
}
#footer .container .f-top .right a.footrba {
    color: inherit;
    font-family: 'Poppins-Medium';
        text-transform: inherit;
}
#footer .container .f-top .right a:hover {
  color: #eb623a;
}
#footer .container .f-bottom {
  padding-top: 50px;
  padding-bottom: 70px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
#footer .container .f-bottom .left {
  width: 40%;
}
#footer .container .f-bottom .left .title {
  font-family: 'Poppins';
}
#footer .container .f-bottom .left .des {
  font-family: 'Poppins-Medium';
  margin-top: 20px;
  line-height: 40px;
}
#footer .container .f-bottom .left .cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .container .f-bottom .left .cont .more_cont {
  font-family: 'PlayfairDisplay-Bold';
  padding: 20px 70px;
  background-color: #8fc321;
}
#footer .container .f-bottom .left .cont .more_cont:hover {
  color: #8fc321;
}
#footer .container .f-bottom .left .cont #ewm {
  width: 70px;
  padding: 2px;
  background-color: #fff;
  margin-left: 18px;
}
#footer .container .f-bottom .right {
  width: 40%;
}
#footer .container .f-bottom .right .title {
  font-family: 'Poppins';
}
#footer .container .f-bottom .right .list {
  line-height: 40px;
  padding: 10px 0;
  border-bottom: #757575 solid 1px;
}
#footer .container .f-bottom .right .list.address {
  margin-top: 20px;
}
#footer .container .f-bottom .right .list.email {
  border: none;
}
#footer .container .f-bottom .right .list a {
  margin-left: 20px;
}
#footer .container .f-bottom .right .list a:hover {
  color: #489f10;
}
#footer .copyright {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: #757575 solid 1px;
}
#footer .copyright .cont {
  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: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1500px;
  margin: auto;
}
#footer .copyright .left {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#footer .copyright .left a {
  margin-left: 10px;
}

#footer .copyright .left a img {
  margin-top: 5px;
  height: 16px;
}
#footer .copyright .right {
  margin-top: 10px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .copyright .right .list {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .copyright .right .list:first-child {
  margin-left: 0;
}
#footer .copyright .right .list span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #489f10;
}
#footer .copyright .right .list a {
  margin-left: 10px;
  font-family: 'Poppins-Medium';
}
#footer .copyright .right .list a:hover {
  color: #489f10;
}
@media (max-width: 1700px) {
  #banner .container .left .b_top .menu-menu-container > .menu > .menu-item {
    margin-left: 2vw;
  }
  #banner .container .left .b_top .menu-menu-container > .menu > .menu-item:first-child {
    margin-left: 0;
  }
  #banner .container .left {
    width: 50%;
  }
  #banner .container .left .b_bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #banner .container .left .b_bottom .nav {
    height: 40vw;
  }
  #banner .container .left .b_bottom .swiper_cont {
    padding: 2.5vw 4.5vw;
  }
  #banner .container .right .sub_cir {
    left: 5%;
  }
  #banner .container .right {
    width: 48%;
  }
  #banner .container .right .sub_cir_2 {
    width: 100%;
    height: 105%;
  }
  #index-body .init-1 .container {
    padding: 3vw 20px;
  }
  #footer .copyright .cont {
    width: 100%;
    padding: 0 10px;
  }
  #footer .copyright .cont .left {
    width: 100%;
  }
  #footer .copyright .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .footrui {
  display: none;
}
}
@media (max-width: 1400px) {
  #related_products .swiper .swiper-slide .img{
    height: 300px;
  }
  #banner .container .left .b_top .menu-menu-container > .menu > .menu-item > a {
    font-size: 1.2vw;
  }
  .f_15 {
    font-size: 1.2vw;
  }
  .f_20 {
    font-size: 1.7vw;
  }
  .f_24 {
    font-size: 1.9vw;
  }
  .f_29 {
    font-size: 2vw;
  }
  .f_30 {
    font-size: 2vw;
  }
  .f_33 {
    font-size: 2.1vw;
  }
  .f_35 {
    font-size: 2.2vw;
  }
  .f_38 {
    font-size: 2.3vw;
  }
  .f_43 {
    font-size: 3.2vw;
  }
  .f_50 {
    font-size: 3.5vw;
  }
  .f_54 {
    font-size: 3.7vw;
  }
  #banner .container .left .b_bottom .nav {
    padding: 0 2vw;
  }
  #index-body .init-2 .subimg_1 {
    width: 16%;
  }
  #index-body .init-2 .subimg_2 {
    width: 16vw;
    top: -5vw;
    right: -5vw;
  }
  #index-body .init-2 .container .swiper{
    padding-left: 0;
  }
  #index-body .init-3 .container {
    padding: 3.5vw 20px;
  }
  #index-body .init-3 .container .swiper {
    height: 80vw;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 25vw;
  }
  #index-body .init-4 .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .init-4 {
    padding: 3vw 0;
  }
  #index-body .init-6 {
    background-size: auto 100%;
  }
  #index-body .init-7 .subimg_4 {
    width: 15%;
    left: -4%;
  }
  #index-body .init-7 .subimg_5 {
    width: 20%;
  }
  #footer .container {
    width: 100%;
    padding: 0 20px;
    padding-top: 2vw;
  }
}
@media (max-width: 1200px) {
  #index-body .init-5 .container {
    padding: 5.5vw 20px;
  }
  #index-body .init-5 .container .left .list .s_left {
    height: 10vw;
  }
  #index-body .init-5 .container .left .list .s_left .img_2 {
    width: 40%;
  }
  #index-body .init-6 .container {
    padding: 3.5vw 20px;
  }
  #index-body .init-7 .container {
    padding: 4.5vw 20px;
  }
  #index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide {
    height: 40vw;
  }
}
@media (max-width: 1024px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .container .left .b_bottom .nav {
    display: none;
  }
  #banner .container .left .b_bottom .swiper_cont {
    text-align: center;
    width: 100%;
  }
  #banner .container .left .b_top {
    display: none;
  }
  #banner .container .left {
    width: 100%;
  }
  #banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .tip_title {
    font-size: 16px;
  }
  #banner .container .right {
    display: none;
  }
  #banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
  #index-body .init-1 .container .list {
    width: 48%;
    margin-top: 20px;
  }
  .f_15 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_24 {
    font-size: 18px;
  }
  .f_29 {
    font-size: 19px;
  }
  .f_30 {
    font-size: 20px;
  }
  .f_35 {
    font-size: 20px;
  }
  .f_38 {
    font-size: 20px;
  }
  .f_33 {
    font-size: 20px;
  }
  .f_43 {
    font-size: 25px;
  }
  #index-body .init-3 .container .swiper {
    height: auto;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  #index-body .init-4 .container .list {
    width: 48%;
    margin-top: 20px;
  }
  #index-body .init-5 .container .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  #index-body .init-5 .container .left .list:nth-child(3) {
    margin-left: 0;
  }
  #index-body .init-5 .container .right {
    width: 100%;
    text-align: center;
  }
  #index-body .init-5 .container .right .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-5 .container .right .video_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-5 .sub_img {
    top: 0;
  }
  #index-body .init-5 .container .right .img_3 {
    margin: auto;
    margin-top: 20px;
  }
  #index-body .init-5 .container .left > img {
    display: none;
  }
  #index-body .init-5 .container .left .list {
    margin-top: 30px;
  }
  #index-body .init-5 .container .left .list .s_left .img_1 {
    width: 100%;
  }
  #index-body .init-5 .container .left .list .s_left .img_2 {
    width: 35%;
  }
  #index-body .init-5 .container .left .list .s_right {
    width: 83%;
  }
  #index-body .init-5 .container .left .list .s_left {
    width: 15%;
  }
  #index-body .init-6 .container .title_2 {
    font-size: 22px;
  }
  #index-body .init-6 .container .play_btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  #footer .copyright .cont .right {
    display: none;
  }
  #footer .copyright {
    padding: 20px;
    line-height: 2;
    text-align: center;
  }
  #footer .copyright .left a img {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  #index-body .init-1,.new.content,.headline01{
    display: none;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 38vw;
  }
  #index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide {
    height: 60vw;
  }
  #footer .container {
    padding: 3vw 10px;
  }
  #footer .container .f-top {
    padding-bottom: 20px;
  }
  #footer .container .f-top .logo_cont {
    width: 100%;
    text-align: center;
  }
  #footer .container .f-top .logo_cont .logo {
    margin: auto;
  }
  #footer .container .f-top .subline {
    display: none;
  }
  #footer .container .f-top .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: none !important;
  }
  #footer .container .f-top .right p {
    font-size: 14px;
  }
  #footer .container .f-bottom {
    padding: 20px 0;
  }
  #footer .container .f-bottom .left {
    width: 100%;
    text-align: center;
  }
  #footer .container .f-bottom .left .cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .container .f-bottom .left .cont .more_cont {
    padding: 10px 40px;
  }
  #footer .container .f-bottom .right {
    width: 100%;
  }
  #footer .container .f-bottom .right .title {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .f_16 {
    font-size: 14px;
  }
  #banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .tip_title {
    padding: 4px 20px;
  }
  #banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 10px;
    font-size: 18px;
  }
  #banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .des {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }
  #banner .container .left .b_bottom .swiper_cont .swiper .swiper-wrapper .swiper-slide .more {
    margin-top: 10px;
    padding: 7px 30px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper {
    padding-left: 0;
  }
  #index-body .init-2 .container .des {
    margin-top: 10px;
  }
  #index-body .init-2 .container .swiper-pagination {
    margin-top: 20px;
  }
  #index-body .init-2 .container .swiper-pagination {
    height: 4px;
  }
  #index-body .init-2 .container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
  }
  #index-body .init-3 .container .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-3 .container .title_cont .more {
    padding: 8px 15px;
    margin-top: 10px;
  }
  #index-body .init-3 .container .title_cont .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-3 .container .title_cont .left .title img {
    width: 30px;
  }
  #index-body .init-3 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    padding: 20px 10px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 90vw;
  }
  #index-body .init-3 .container .swiper-pagination {
    margin-top: 20px;
    height: 4px;
  }
  #index-body .init-3 .container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
  }
  #index-body .init-4 .container .list {
    width: 100%;
  }
  #index-body .init-6 .container .des {
    margin-top: 10px;
  }
  #index-body .init-6 .container .play_btn {
    margin-top: 10px;
  }
  #index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide {
    height: 110vw;
  }
  #index-body .init-7 .container .swiper-pagination {
    margin-top: 20px;
    height: 4px;
  }
  #index-body .init-7 .container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
  }
  #footer .copyright {
    padding: 20px 10px;
  }
}






















.location__single-last #ewm2{
  width: 100px;
  position: absolute;
  right: 40px;
  top: 35%;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 58px 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 2px solid #003365;
  z-index: 1;
  text-shadow: 0 0 0.25px currentColor;
}
.thm-btn::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: #003365;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  opacity: 0;
  z-index: -1;
}
.thm-btn:hover {
  color: #fff;
}
.thm-btn:hover::after {
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1380px;
}
.main-menu-wrapper__right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30.5px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  z-index: 11;
}
.main-menu-wrapper__call {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.main-menu-wrapper__call-icon {
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-wrapper__call-number {
  margin-left: 15px;
}
.main-menu-wrapper__call-number p {
  font-size: 13px;
  margin: 0;
  line-height: 14px;
  color: #b1b0b0;
}
.main-menu-wrapper__call-number h5 {
  font-size: 18px;
  line-height: 27px;
}
.main-menu-wrapper__call-number h5 a {
  color: white;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-wrapper__call-number h5 a:hover {
  color: #dd0429;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px;
}
#header .nav .ui.menu .logo {
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  z-index: 11;
}
#header .nav .ui.menu .menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 35px 0;
  margin: 0 25px;
  font-size: 16px;
  line-height: 36px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: '';
  height: 1px;
  border-radius: 0px;
  background-color: #fff;
  position: absolute;
  top: 18px;
  left: -10px;
  right: -10px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #003365;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  position: relative;
  padding: 10px 0;
}
#header .nav .ui.menu .language::before {
  position: absolute;
  top: -5px;
  bottom: -4px;
  left: -25px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 1px;
}
#header .nav .ui.menu .language img {
  width: 30px;
}
#header .nav .ui.menu .language ul {
  position: absolute;
  left: -50px;
  top: 100%;
  display: none;
}
#header .nav .ui.menu .language ul{
  width: 130px;
}
#header .nav .ui.menu .language ul li a {
  display: flex;
  background-color: white;
  padding: 2px;
  align-items: center;

}
#header .nav .ui.menu .language ul li a em{
  margin-left: 10px;
  font-size: 16px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 50px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .inner-page {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.main-slider-three__btn-box {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease,
        -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease,
        -webkit-transform 2000ms ease;
  -moz-transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease,
        -moz-transform 2000ms ease;
  transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
  transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease,
        -webkit-transform 2000ms ease,
        -moz-transform 2000ms ease;
}
.main-slider-three__arrow {
  position: absolute;
  top: -26px;
  right: -90px;
  -webkit-animation-name: btnIconMove;
  -moz-animation-name: btnIconMove;
  animation-name: btnIconMove;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes btnIconMove {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 3px);
    transform: rotate(0deg) translate(0, 3px);
  }
  50% {
    -webkit-transform: rotate(-15deg) translate(0, 10px);
    transform: rotate(-15deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 3px);
    transform: rotate(0deg) translate(0, 3px);
  }
}
@-moz-keyframes btnIconMove {
  0% {
    -moz-transform: rotate(0deg) translate(0, 3px);
    transform: rotate(0deg) translate(0, 3px);
  }
  50% {
    -moz-transform: rotate(-15deg) translate(0, 10px);
    transform: rotate(-15deg) translate(0, 10px);
  }
  100% {
    -moz-transform: rotate(0deg) translate(0, 3px);
    transform: rotate(0deg) translate(0, 3px);
  }
}
@keyframes btnIconMove {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 3px);
    -moz-transform: rotate(0deg) translate(0, 3px);
    transform: rotate(0deg) translate(0, 3px);
  }
  50% {
    -webkit-transform: rotate(-15deg) translate(0, 10px);
    -moz-transform: rotate(-15deg) translate(0, 10px);
    transform: rotate(-15deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 3px);
    -moz-transform: rotate(0deg) translate(0, 3px);
    transform: rotate(0deg) translate(0, 3px);
  }
}
.main-slider__social {
  position: absolute;
  bottom: 484px;
  left: -57px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.main-slider__social a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 36px;
  font-family: var(--mibooz-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-slider__social a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  height: 1px;
  background-color: #003365;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.main-slider__social a:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.main-slider__social a + a {
  margin-left: 50px;
}
.services-one__top {
  position: relative;
  display: block;
  padding: 120px 0 0;
}
.services-one__top-left {
  position: relative;
  display: block;
}
.services-one__top-left .section-title__title {
  color: #fff;
}
.section-title {
  margin-top: -6px;
  margin-bottom: 46px;
}
.section-title__tagline {
  position: relative;
  display: block;
  color: #003365;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-family: var(--mibooz-font-two);
}
.services-one__top-left .section-title__tagline {
  color: white;
}
.section-title__title {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'PlayfairDisplay-Bold';
}
.services-one__top-right {
  position: relative;
  display: block;
  margin-top: 13px;
}
.services-one__top-text {
  color: white;
  margin: 0;
  font-family: var(--mibooz-font-two);
}
.services-one__bottom {
  position: relative;
  display: block;
  padding: 0 0 90px;
  counter-reset: count;
}
.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: white;
  padding: 82px 40px 34px;
  overflow: hidden;
  z-index: 1;
}
.services-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: black;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(90deg) scale(0);
  -moz-transform: perspective(400px) rotateX(90deg) scale(0);
  transform: perspective(400px) rotateX(90deg) scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.services-one__single:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -moz-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}
.services-one__single:hover .services-one__icon {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.services-one__title {
  font-size: 18px;
  font-family: var(--mibooz-font-two);
  line-height: 25px;
}
.services-one__icon {
  position: absolute;
  top: 35px;
  right: 20px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
}
.services-one__count {
  height: 30px;
  width: ;
  position: absolute;
  top: 35px;
  left: 39px;
  line-height: 30px;
}
.services-one__count::before {
  position: absolute;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: rgba(0, 0, 0, 0.1);
}
.services-one__view-all {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 58px 60px 58px;
  background-color: black;
}
.services-one__view-all-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 25px;
}
.services-one__view-all-title a {
  color: white;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 46% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}
.services-one__view-all-title a:hover {
  background-size: 100% 1px;
  color: #dd0429;
}

.welcome-one-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.welcome-one-shape img {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.welcome-one__left {
  position: relative;
  display: block;
  margin-right: 70px;
  z-index: 1;
}
.welcome-one__left::before {
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: -10000000px;
  right: 230px;
  content: "";
  background-color: #f6f6f6;
  z-index: -1;
}
.welcome-one__img-box {
  position: relative;
  display: block;
}
.welcome-one__img-box:before {
  position: absolute;
  bottom: 0;
  left: -40px;
  height: 224px;
  width: 20px;
  content: "";
  background-color: #d3a565;
}
.welcome-one__img-box:hover .welcome-one__img:after {
  -webkit-animation: shine 1.5s;
  -moz-animation: shine 1.5s;
  animation: shine 1.5s;
}
.welcome-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background: black;
  z-index: 1;
}
.welcome-one__img img {
  width: 100%;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}
.welcome-one__img::after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.welcome-one__experience {
  position: absolute;
  top: 74px;
  left: -94px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(161, 156, 156, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(161, 156, 156, 0.1);
  padding: 29px 40px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.welcome-one__experience-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.welcome-one__experience-icon span {
  position: relative;
  display: inline-block;
  -webkit-transition: color 500ms ease, -webkit-transform 500ms linear;
  transition: color 500ms ease, -webkit-transform 500ms linear;
  -moz-transition: transform 500ms linear, color 500ms ease, -moz-transform 500ms linear;
  transition: transform 500ms linear, color 500ms ease;
  transition: transform 500ms linear, color 500ms ease, -webkit-transform 500ms linear, -moz-transform 500ms linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.welcome-one__img-box:hover .welcome-one__experience-icon span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.welcome-one__experience-content {
  margin-left: 30px;
}
.welcome-one__experience-title {
  font-size: 21px;
  line-height: 30px;
  font-family: var(--mibooz-font-two);
}
.welcome-one__experience-title span {
  font-size: 30px;
  font-weight: bold;
}
.welcome-one__right {
  position: relative;
  display: block;
}
.welcome-one__right .section-title {
  margin-bottom: 26px;
}
.welcome-one__right-text {
  line-height: 1.8;
  margin: 0;
  padding-bottom: 32px;
  color: #707070;
  font-family: var(--mibooz-font-two);
}
.welcome-one__bottom-right-content {
  position: relative;
  background-color: #f6f6f6;
  padding: 40px 39px 40px;
  max-width: 450px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.welcome-one__bottom-right-title {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.welcome-one__btn {
  padding: 4px 37px 4px;
  color: #333;;
  font-size: 12px;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@-moz-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

.counter-one-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}
.counter-one__box-one {
  position: absolute;
  bottom: -106px;
  right: -106px;
  height: 106px;
  width: 106px;
  background-color: #003365;
  -webkit-animation: boxRotate 8s linear infinite;
  -moz-animation: boxRotate 8s linear infinite;
  animation: boxRotate 8s linear infinite;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.counter-one__box-two {
  position: absolute;
  bottom: -212px;
  right: 0;
  height: 106px;
  -webkit-perspective: 106px;
  -moz-perspective: 106px;
  perspective: 106px;
  width: 106px;
  background-color: #f6f6f6;
  -webkit-animation: boxRotate 8s linear infinite;
  -moz-animation: boxRotate 8s linear infinite;
  animation: boxRotate 8s linear infinite;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
@-webkit-keyframes boxRotate {
  0%,
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    visibility: hidden;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    visibility: visible;
  }
}
@-moz-keyframes boxRotate {
  0%,
  100% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    visibility: hidden;
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  50% {
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    visibility: visible;
  }
}
@keyframes boxRotate {
  0%,
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    visibility: hidden;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    visibility: visible;
  }
}
@-webkit-keyframes boxRotateReverse {
  0%,
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    visibility: hidden;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    visibility: visible;
  }
}
@-moz-keyframes boxRotateReverse {
  0%,
  100% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    visibility: hidden;
  }
  50% {
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    visibility: visible;
  }
}
@keyframes boxRotateReverse {
  0%,
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    visibility: hidden;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    visibility: visible;
  }
}
.blog-content {
  position: relative;
  display: block;
  background-color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 49px 40px 36px;
  margin-top: -30px;
  -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);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}


.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blog-one__img {
  position: relative;
  display: block;
  background-color: #333;
  overflow: hidden;
}
.blog-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-one__single:hover .blog-one__img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 22, 26, 0.3);
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -moz-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}
.blog-one__img > a > span {
  position: relative;
}
.blog-one__img > a > span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__img > a > span::after {
  content: '';
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-one__single:hover .blog-one__img > a {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.blog-one__date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #003365;
  padding: 7px 20px 6px;
}
.blog-one__date p {
  font-size: 14px;
  font-family: var(--mibooz-font-two);
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
}
.blog-content {
  position: relative;
  display: block;
  background-color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 49px 40px 36px;
  margin-top: -30px;
  -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);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__single:hover .blog-content {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.blog-one__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-one__meta>li a{
  display: flex;
  align-items: center;
}
.blog-one__meta>li a img{
  margin-right: 10px;
}
.blog-one__meta li + li {
  margin-left: 6px;
}
.blog-one__meta li span {
  font-size: 14px;
}
.blog-one__meta li a {
  font-size: 14px;
  line-height: 36px;
  font-family: var(--mibooz-font-two);
  color: #707070;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__meta li a:hover {
  color: #003365;
}
.blog-one__meta li a i {
  font-size: 15px;
  color: #003365;
}
.blog-one__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 8px;
}
.blog-one__title > a {
  color: #333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'PlayfairDisplay-Bold';
}
.blog-one__single:hover .blog-one__title > a {
  color: #003365;
}
.blog-one__read-btn > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  color: #707070;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__single:hover .blog-one__read-btn > a {
  color: #333;
}
.blog-one__read-btn > a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  height: 1px;
  background-color: #003365;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.blog-one__single:hover .blog-one__read-btn > a:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}


@media screen and (max-width: 1600px) {
  .main-menu-wrapper__call {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .location__single-last #ewm2{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .main-slider__social {
    display: none;
  }
  .section-title__title {
    font-size: 42px;
    line-height: 57px;
  }


  .welcome-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .welcome-one__right {
    max-width: 600px;
    margin: 180px auto 0;
  }
  .blog-content {
    padding: 49px 20px 36px;
  }

}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .main-slider-three__arrow {
    display: none;
  }
  #header {
    display: none;
  }
  .services-one__top-right {
    margin-top: 0;
    margin-bottom: 48px;
  }
  .services-one__top-left .section-title {
    margin-bottom: 36px;
  }
  .welcome-one__bottom-right-content {
    max-width: 100%;
  }

  .counter-one__box-one,
  .counter-one__box-two {
    display: none;
  }
  .font-18 {
    font-size: 16px;
  }

}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .section-title__title {
    font-size: 26px;
    line-height: 40px;
  }

  .welcome-one__experience {
    display: none;
  }
  #related_products .swiper .swiper-slide .img{
    height: 38vw;
  }

  .ruibooh2 {
  display: none;
}
.prodet-one {
    padding-top: 60px !important;
}
.inner-banner {
    padding: 80px 0 60px !important;
}
.ruiboopro {
  display: none;
}
.detrui {
  display: none;
}

}
@media screen and (max-width: 500px) {
  .font-16{
    line-height: 2;
  }
  .welcome-one__bottom-right-content {
    display: block;
  }
  .welcome-one__bottom-right-title {
    margin-bottom: 49px;
  }
  .font-18 {
    font-size: 14px;
  }
  #related_products{
    text-align: center;
    margin-top: 20px;
  }
  #related_products .tip_title{
    font-size: 20px;
  }
  #related_products .swiper .swiper-slide .img{
    height: 75vw
  }

}
.inner-banner {
  position: relative;
  display: block;
  padding: 260px 0 158px;
  background-color: #333;;
  z-index: 1;
}
.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #333;;
  /*background-blend-mode: luminosity;*/
  /*opacity: .20;*/
  z-index: -1;
}
.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}
.page-header__inner h2 {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: 'PlayfairDisplay-Bold';
}
.thm-breadcrumb {
  position: relative;
  display: block;
}
.thm-breadcrumb {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 30px;
}
.thm-breadcrumb li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-breadcrumb li::before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  background-color: #003365;
  height: 1px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.thm-breadcrumb li + li {
  margin-left: 18px;
}
.thm-breadcrumb li:hover:before,
.thm-breadcrumb li.active:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.location {
  position: relative;
  display: block;
  padding: 120px 0 0;
  background-color: #f6f6f6;
  z-index: 1;
}
.location .grid-box {
  margin: 0 -15px;
}
.location .grid-box > .column {
  width: 50%;
  padding: 0 15px;
}

.location-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .60;
  z-index: -1;
}
.location__single {
  position: relative;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 44px 50px 42px;
  margin-bottom: 30px;
}
.location__title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: 'PlayfairDisplay-Bold';
}
.location__text {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
  min-height: 120px;
  font-family: var(--mibooz-font-two);
}
.location__phone-email {
  font-size: 14px;
  font-family: var(--mibooz-font-two);
  line-height: 30px;
}
.location__phone {
  color: #707070;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location__phone:hover {
  color: #003365;
}
.location__email {
  color: #707070;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location__email:hover {
  color: #003365;
}
.location__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9px;
}
.location__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #333;;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location__social a + a {
  margin-left: 20px;
}
.location__social a:hover {
  color: #003365;
}
.location__single-last {
  padding-bottom: 50px;
}
.location__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--mibooz-bdr-color);
  padding-top: 54px;
  padding-bottom: 52px;
  margin-top: 30px;
}
.location-bottom__text {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.location-bottom__text a {
  position: relative;
  display: inline-block;
  margin-left: 13px;
  color: #333;;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location-bottom__text a:hover {
  color: #003365;
}
.location-bottom__text a:before {
  position: absolute;
  top: 12px;
  left: -10px;
  right: -10px;
  height: 1px;
  content: "";
  background-color: #003365;
}
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.contact-page .container {
  max-width: 768px;
  width: 100%;
}
.contact-page__form .comment-form__btn {
  margin: 0 auto;
  display: block;
}
.comment-one__form .grid-box {
  margin: 0 -10px;
}
.comment-one__form .column {
  padding: 0 10px;
}
.comment-form__input-box {
  position: relative;
  display: block;
}
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 68px;
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  border-radius: 0;
  outline: none;
  font-size: 18px;
  color: #707070;
  display: block;
}
.comment-form__input-box textarea {
  font-size: 16px;
  color: #707070;
  height: 170px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 16px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 20px;
  border-radius: 0;
}
.comment-form__btn {
  color: #333;;
}
@media screen and (max-width: 1000px) {
  .location .grid-box > .column {
    width: 100%;
  }
  .location .grid-box > .column:nth-child(-n+2){
    width: 100%;
  }
  .location__text {
    min-height: unset;
  }
  .contact-page .grid-box.two > .column {
    width: 100%;
  }
}
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 0;
  background-color: #f6f6f6;
  z-index: 1;
}
.faq-page-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .60;
  z-index: -1;
}
.faq-page__top {
  position: relative;
  display: block;
}
.faq-page__top .grid-box {
  margin: 0 -15px;
}
.faq-page__top .column {
  padding: 0 15px;
}
.faq-page__single {
  margin-bottom: 60px;
}
.faq-page__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--mibooz-bdr-color);
  padding-top: 54px;
  padding-bottom: 52px;
}
.faq-page__bottom-text {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.faq-page__bottom-text a {
  position: relative;
  display: inline-block;
  color: #333;;
  margin-left: 13px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page__bottom-text a:hover {
  color: #003365;
}
.faq-page__bottom-text a:before {
  position: absolute;
  top: 12px;
  left: -10px;
  right: -10px;
  content: "";
  background-color: #003365;
  height: 1px;
}
.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.faq-one-accrodion .accrodion:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 2px;
  content: "";
  background-color: #003365;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.faq-one-accrodion .accrodion.active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 24px 40px 25px;
  padding-right: 27px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #333;;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: bold;
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: #fff;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: #333;;
}
.faq-one-accrodion .accrodion-title h4::before {
  content: "\f196";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #003365;
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f147";
  color: #333;;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 29px;
  margin-top: -13px;
}
.faq-one-accrodion .accrodion.active .accrodion-content {
  background-color: #fff;
}
.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
}
.cta-one__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #003365;
  padding: 92px 100px;
}
.cta-one__box-1 {
  position: absolute;
  top: -106px;
  left: -106px;
  height: 106px;
  width: 106px;
  background-color: #f6f6f6;
  -webkit-animation: boxRotate 4s linear infinite;
  -moz-animation: boxRotate 4s linear infinite;
  animation: boxRotate 4s linear infinite;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.cta-one__box-2 {
  position: absolute;
  top: 0;
  left: -212px;
  height: 106px;
  width: 106px;
  background-color: #333;;
  -webkit-animation: boxRotate 4s linear infinite;
  -moz-animation: boxRotate 4s linear infinite;
  animation: boxRotate 4s linear infinite;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.cta-one__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-one__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-one__icon span {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cta-one__inner:hover .cta-one__icon span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.cta-one__title-box {
  margin-left: 30px;
}
.cta-one__title {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 43px;
  color: #fff;
}
.cta-one__right {
  position: relative;
  display: block;
}
.cta-one__btn {
  border: 2px solid #fff;
}
.cta-one__btn:after {
  background-color: #fff;
}
.cta-one__btn:hover {
  color: #333;;
}
@media screen and (max-width: 1000px) {
  .faq-page__top .grid-box.two > .column {
    width: 100%;
  }
  .cta-one__title {
    font-size: 30px;
  }
  .cta-one__inner {
    padding: 92px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cta-one__right {
    margin-top: 25px;
  }
}
@media screen and (max-width: 700px) {
  .cta-one__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-one__box-1,
  .cta-one__box-2 {
    display: none;
  }
  .cta-one__title-box {
    margin-left: 0;
    margin-top: 33px;
  }
  .cta-one__inner {
    padding: 92px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .faq-one-accrodion .accrodion-title h4::before{
    display: none;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title h4::before{
    display: none;
  }
}
.blog-page {
  padding: 120px 0 120px;
}
.blog-page .grid-box {
  margin: 0 -23px;
}
.blog-page .column {
  padding: 0 23px;
}
@media screen and (max-width: 1000px) {
  .blog-page .column {
    width: 100%!important;
  }
}
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.service-details__sidebar {
  position: relative;
  display: block;
}
.service-details__sidebar-service {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 48px 30px 29px;
}
.service-details__sidebar-title {
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.service-details__sidebar-service-list {
  margin: 0;
}
.service-details__sidebar-service-list li + li {
  margin-top: 7px;
}
.service-details__sidebar-service-list li a {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8.5px 20px;
}
.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
  background-color: #ffffff;
  -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);
  color: #333;;
}
.service-details__sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #003365;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}
.service-details__sidebar-service-list li a span.icon-right-arrow-angle {
  font-weight: bold;
}
.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.service-details__sidebar-service-list li.current:first-child {
  margin-top: 20px;
}
.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 39px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: #003365;
}
.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #003365;
  opacity: .10;
  z-index: -1;
}
.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: #333;;
  color: #fff;
  font-size: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 21px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-details__need-help-title {
  font-size: 34px;
  color: #fff;
  line-height: 46px;
  text-transform: uppercase;
}
.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 34px;
}
.service-details__need-help-contact p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 18px;
}
.service-details__need-help-contact a {
  font-size: 24px;
  color: #fff;
}
.service-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}
.service-details__title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
}
.service-details__text {
  font-size: 18px;
  margin: 0;
  line-height: 34px;
}
.sidebar-box {
  margin: 0 -15px;
}
.sidebar-box .sidebar-left {
  width: 33.33%;
  padding: 0 15px;
}
.sidebar-box .sidebar-right {
  width: 66.66%;
  padding: 0 15px;
}
.team-one .grid-box {
  margin: 0 -3px;
}
.team-one .column {
  padding: 0 3px;
}
.team-page .team-one__single {
  margin-bottom: 6px;
}
.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}
.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #333;;
  z-index: 1;
}
.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #003365;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 1;
}
.team-one__single:hover .team-one__img:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.team-one__img img {
  width: 100%;
  /*mix-blend-mode: luminosity;*/
}
.team-one__details {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-126%);
  -moz-transform: translateX(-126%);
  -ms-transform: translateX(-126%);
  transform: translateX(-126%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  z-index: 2;
}
.team-one__single:hover .team-one__details {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.team-one__name {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
.team-one__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 15%;
  -webkit-transform: translateX(135%);
  -moz-transform: translateX(135%);
  -ms-transform: translateX(135%);
  transform: translateX(135%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  z-index: 2;
}
.team-one__single:hover .team-one__social {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.team-one__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-one__social a:hover {
  color: #fff;
}
.team-one__social a + a {
  margin-left: 20px;
}
.two-boxes {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.two-boxes .grid-box {
  margin: 0 -20px;
}
.two-boxes .column {
  padding: 0 20px;
}
.two-boxes__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #333;;
  /*background-blend-mode: luminosity;
  opacity: 0.30;*/
  z-index: -1;
}
.two-boxes__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 71px 60px 70px;
  margin-bottom: 30px;
  background-color: #333;;
  z-index: 1;
  overflow: hidden;
}
.two-boxes__tagline {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 30px;
  min-height: 90px;
}
.two-boxes__title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 20px;
}
.two-boxes__arrow {
  position: relative;
  display: block;
  margin-top: 12px;
}
.two-boxes__arrow a {
  font-size: 10px;
  color: #003365;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.two-boxes__arrow a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .sidebar-box .sidebar-left {
    width: 40%;
  }
  .sidebar-box .sidebar-right {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .sidebar-box .sidebar-left {
    width: 100%;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .service-details__sidebar {
    margin-bottom: 60px;
  }
  .two-boxes .column {
    width: 100%!important;
  }
}
@media screen and (max-width: 700px) {
  .two-boxes__single {
    padding: 71px 20px 70px;
  }
  .two-boxes__tagline {
    font-size: 20px;
  }
}
.product-cat__btn {
  font-size: 16px;
  padding: 10px;
  color: #fff;
  border-color: #fff;
}
.inner-product-cat {
  padding: 120px 0;
}
.inner-product-cat h2 {
  font-size: 42px;
  font-family: var(--mibooz-font-two);
}
.inner-product-cat p {
  font-family: var(--mibooz-font-two);
  line-height: 24px;
  min-height: 144px;
  margin: 30px 0;
  opacity: .7;
}
.inner-product-cat .img {
  width: 67%;
  height: 650px;
}
.inner-product-cat .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-product-cat .content {
  max-width: 580px;
  width: 100%;
  background-color: #003365;
  color: #fff;
  padding: 90px 80px 70px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.inner-product-cat ul li {
  position: relative;
}
.inner-product-cat ul li:not(:last-child) {
  margin-bottom: 145px;
}
.inner-product-cat ul li:nth-child(odd) .img {
  margin-left: auto;
}
.inner-product-cat ul li:nth-child(even) .content {
  left: auto;
  right: 0;
}
.inner-product-cat ul li:hover .content {
  background-color: #333333;
}
@media screen and (max-width: 1000px) {
  .inner-product-cat .content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
  }
  .inner-product-cat .img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-product-cat .content {
    padding: 50px 20px;
  }
  .inner-product-cat p {
    min-height: unset;
    margin: 20px 0;
  }
  .inner-product-cat h2 {
    font-size: 24px;
  }
}
.project-one {
  position: relative;
  display: block;
  padding: 60px 0 60px;
}
.project-one .grid-box {
  margin: 0 -15px;
}
.project-one .column {
  padding: 0 15px;
}
.project-filter {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 47px;
}
.ruiboopro {
  font-size: 24px;
  font-family: 'PlayfairDisplay-Bold';
  margin-bottom: 30px;
  margin-top: 40px;
  color: #8fc321;
}
.detrui {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
}
.project-filter.style1 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-filter.style1 li:nth-child(1) {
  padding-right: 13px;
}
.project-filter.style1 li .filter-text {
  position: relative;
  color: #707070;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  display: block;
  cursor: pointer;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  font-family: 'PlayfairDisplay-Bold';
}
.project-filter.style1 li .filter-text:before {
  position: absolute;
  top: 18px;
  left: -10px;
  right: -6px;
  content: "";
  background: #003365;
  height: 1px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
  color: #333;;
}
.project-filter.style1 li .count {
  color: #707070;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  padding: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -4px;
}
.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
  color: #333;;
  opacity: 1;
}
.project-filter.style1 li + li {
  margin-left: 50px;
}
.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.project-one__img {
  position: relative;
  display: block;
  background-color: #eee;
  width: 100%;
}
.project-one__img>a{
  display: block;
}
.project-one__img img {
  width: 100%;
  /*mix-blend-mode: luminosity;*/
  -webkit-transition: mix-blend-mode 500ms ease, -webkit-transform 500ms ease;
  transition: mix-blend-mode 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, mix-blend-mode 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease, mix-blend-mode 500ms ease;
  transition: transform 500ms ease, mix-blend-mode 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-one__single:hover .project-one__img img {
  mix-blend-mode: normal;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.project-one__hover {
  text-align: center;
  padding: 20px 10px;
  background: #333;
  min-height: 230px;
}

.project-one__hover a{
  color: #fff;
}
.project-one__hover a:hover{
  color: #ff5538;
}
.project-one__hover .content{
  font-size: 15px;
  line-height: 1.8;
  transition: all .5s;
}
.prodet-three .project-one__hover{
  min-height: 220px;
}
.project-one__title {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.project-one__title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-one__title a:hover {
  color: #ff5538;
}
@media screen and (max-width: 1000px) {
  .project-one .grid-box.three > .column {
    width: 50%;
  }
  .project-one .list {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .project-one .grid-box.three > .column {
    width: 100%;
  }
  .project-one__hover{
    min-height: inherit;
  }
  .prodet-three .project-one__hover{
    min-height: inherit;
  }
}
.prodet-one {
  padding-top: 120px;
}
.prodet-one .left {
  width: 50%;
  padding-right: 90px;
}
.prodet-one .left img {
  width: 100%;
  background-color: #eee;
}
.prodet-one .right {
  width: 50%;
}
.prodet-one h1 {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'PlayfairDisplay-Bold';
}
.prodet-one h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'PlayfairDisplay-Bold';
}
.prodet-one .text {
  margin-bottom: 30px;
  line-height: 1.8;
}
.image-gallery {
  margin: 0 -10px;
  padding-top: 20px;
}
.image-gallery li {
  padding: 0 10px;
}
.prodet-two {
  padding-top: 120px;
}
.prodet-two h2 {
  font-size: 48px;
}
.prodet-two ul {
  padding-top: 50px;
}
.prodet-two img {
  width: 100%;
}
.prodet-two .name {
  padding: 30px;
  min-width: 190px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-three {
  padding-top: 120px;
}
.prodet-three .grid-box {
  margin: 0 -20px;
}
.prodet-three .column {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .prodet-one .left {
    padding-right: 30px;
  }
  .prodet-one .text {
    margin-bottom: 20px;
  }
  .prodet-one h1{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-one .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .prodet-one .right {
    width: 100%;
  }
  .prodet-three .grid-box.four > .column {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-one h1 {
    font-size: 22px;
    line-height: 40px;
  }
  .prodet-one h4 {
    font-size: 20px;
  }
  .prodet-two h2 {
    font-size: 30px;
  }
  .prodet-three .grid-box.four > .column {
    width: 100%;
  }
}
.about-page .about-1 {
  padding: 120px 0;
}
.about-page .about-1 .yankee-heading {
  padding: 0 0 25px;
}
.about-page .about-1 .right .item>div:last-child{
  max-height: 420px;
  overflow-y: auto;
  line-height: 30px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 60px;
}
.about-page .about-1 .right .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}
.about-page .about-1 .right .next-btn {
  font-size: 0;
  padding-top: 60px;
}
.about-page .about-1 .right .next-btn span {
  padding: 0 25px;
  display: inline-block;
  line-height: 60px;
  background-color: #333;;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.about-page .about-1 .right .next-btn span:hover {
  background-color: #003365;
}
.about-page .about-1 .right .next-btn span img {
  vertical-align: middle;
}
.about-page .about-2 .box {
  background-color: #003365;
  margin: 20px 35px 0;
  padding: 0 0 20px;
}
.about-page .about-2 .content {
  margin: -20px -20px 0;
  padding: 80px 0 40px;
  background-color: #1d2122;
}
.about-page .about-2 ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.about-page .about-2 ul li {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.about-page .about-2 .counter-box {
  margin: 0 0 40px;
  text-align: center;
}
.about-page .about-2 .counter-box .count {
  color: #fff;
}
.about-page .about-2 .counter-box .count small {
  font-size: 16px;
  margin-left: 2px;
}
.about-page .about-2 .counter-box .title {
  color: #fff;
}
.about-page .about-3 {
  /*background-color: #f4f9fa;*/
  background: url(../images/about-3-bg.jpg)no-repeat center;
  background-size: cover;
  margin-top: -110px;
  margin-bottom: 0;
  padding: 240px 0 120px;
}
.about-page .about-3 .timeline-tab-btns {
  padding: 0px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 60px;
}
.about-page .about-3 .timeline-tab-btns li a {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 35px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: #003365;
}
.about-page .about-3 .timeline-tab-btns li.active a {
  background-color: #003365;
  color: #fff;
}
.about-page .about-3 .tab-content .tab-pane:not(:first-child) {
  display: none;
}
.about-page .about-3 .tab-content .tab-pane > .grid-box {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .tab-content .tab-pane .img {
  width: 58%;
  padding: 0 15px;
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  order: 13;
}
.about-page .about-3 .tab-content .tab-pane .content {
  width: 42%;
  padding: 0 15px;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}
.about-page .about-3 .timeline-text .timeline-tag {
  font-size: 16px;
  font-weight: 700;
  color: #003365;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.about-page .about-3 .timeline-text .timeline-title {
  font-size: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  font-family: 'PlayfairDisplay-Bold';
}
.about-page .about-3 .timeline-text a.history-btn {
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 20px 45px;
  background-color: #003365;
  color: #1d2122;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about-page .about-3 .timeline-text a.history-btn:hover {
  background-color: #1d2122;
  color: #fff;
}
.about-page .about-4 {
  padding: 120px 0 90px;
}
.about-page .about-4 .yankee-heading {
  padding-bottom: 50px;
  text-align: center;
}
.about-page .about-4 .list ul {
  margin: 0 -15px;
}
.about-page .about-4 .list ul li {
  padding: 0 15px;
}
.about-page .about-5{
  padding-bottom: 90px;
}
.about-page .about-5 .yankee-testimonial-slider {
  background-image: url(../images/testi-illustration.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-page .about-6 .container ul li{
  text-align: center;
}
.about-page .about-6 .container ul li .box {
    /*padding-left: 80px;*/
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: left;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-6 .container ul li .box h4 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'PlayfairDisplay-Bold';
}
.about-page .about-6 .container ul li .box h4 em {
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}
.about-page .about-6 .container ul li .box p {
    display: block;
    font-size: 16px;
    color: #666;
}
.about-page .about-6 .container ul li .box:hover {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}
.about-page .about-7{
  margin-top: 6vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center  center;
}
.about-page .about-7 .container{
  padding: 8vw 0;
}
.about-page .about-7 .container .play_btn{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
}
.about-page .about-7 .container .play_btn i{
  margin-left: 10px
}
.about-page .about-7 .container p{
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.yankee-heading .tag-line {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #003365;
  margin-bottom: 15px;
  display: inline-block;
}
.yankee-heading .title {
  font-size: 55px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-family: 'PlayfairDisplay-Bold';
}
.yankee-heading .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(29, 33, 34, 0.2);
}
.yankee-counter-boxes .counter-box {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
.yankee-counter-boxes .counter-box .count {
  display: block;
  font-size: 55px;
  margin-bottom: 5px;
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.timeline-btns.with-progess {
  position: relative;
  z-index: 1;
}
.timeline-btns.with-progess .progress {
  height: 4px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline-btns.with-progess .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.66%;
  background-color: #003365;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.yankee-testimonial-slider {
  padding: 100px 170px;
  position: relative;
  z-index: 1;
}
.yankee-testimonial-slider .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
}
.yankee-testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 9px;
  width: 12px;
  height: 12px;
  background-color: #333;;
  border-radius: 50%;
}
.yankee-testimonial-slider .slick-dots li.slick-active {
  background-color: #003365;
}
.yankee-testimonial-slider .slick-dots li button {
  display: none;
}
.yankee-testimonial-slider .single-testimonial {
  text-align: center;
}
.yankee-testimonial-slider .single-testimonial .testimonial-img {
  margin-bottom: 50px;
}
.yankee-testimonial-slider .single-testimonial .testimonial-img img {
  max-width: 380px;
  display: inline-block;
}
.yankee-testimonial-slider .single-testimonial p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-family: var(--mibooz-font-two);
}
.yankee-testimonial-slider .single-testimonial .testimonial-info {
  margin-bottom: 20px;
}
.yankee-testimonial-slider .single-testimonial .testimonial-info .name {
  font-size: 36px;
  font-weight: bold;
  font-family: var(--mibooz-font-two);
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 1700px) {
  .about-page .about-6 .container ul li .box h4 em{
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .yankee-heading .title {
    font-size: 42px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .page-title {
    font-size: 42px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-page .about-3 .timeline-tab-btns li a {
    padding: 12px 20px;
    font-size: 14px;
  }
  .about-page .about-3 .tab-content .tab-pane .img {
    width: 100%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .about-page .about-3 .tab-content .tab-pane .content {
    width: 100%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .about-page .about-3 .timeline-text {
    margin-top: 50px;
  }
  .about-page .about-3 .timeline-text .timeline-title {
    font-size: 42px;
    font-family: 'PlayfairDisplay-Bold';
  }
  .yankee-testimonial-slider {
    padding: 80px 0;
  }
  .about-page .about-3 .timeline-tab-btns {
    padding: 0 30px;
  }
  .about-page .about-6 .container ul li{
    width: 50%;
    margin-top: 20px;
  }
  .about-page .about-6 .container ul li .box h4{
    text-align: center;
  }
  .about-page .about-6 .container ul li .box p{
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .page-title {
    font-size: 36px;
  }
  .about-page .about-1 .right .section-title {
    font-size: 18px;
  }
  .about-page .about-7 .container .play_btn{
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .about-page .about-7 .container .play_btn i{
    margin-left: 5px;
  }
  .yankee-counter-boxes .counter-box .count {
    font-size: 42px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .yankee-heading .title {
    font-size: 26px;
    line-height: 42px;
  }
  .about-page .about-1{
    padding-bottom: 30px;
  }
  .about-page .about-2 ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .timeline-btns.with-progess .progress {
    display: none;
  }
  .about-page .about-3 .timeline-tab-btns {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .about-page .about-3 .timeline-tab-btns li a {
    margin: 5px;
  }
  .about-page .about-3 .timeline-text .timeline-title {
    font-size: 32px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 16px;
    line-height: 30px;
  }
  .yankee-testimonial-slider .single-testimonial .testimonial-info .name {
    font-size: 20px;
  }
}



.newdet-page {
  padding: 120px 0;
}
.newdet-page .news-content h1.title {
  font-size: 24px;
  font-family: 'PlayfairDisplay-Bold';
  line-height: 36px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
      margin-top: 20px;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #003365;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  line-height: 30px;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #003365;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  line-height: 30px;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #003365;
  text-decoration: underline;
}

.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #003365;
  color: white;
}

.m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.m-page a:hover {
  background: #489f10 none repeat scroll 0 0;
  color: #fff;
}


.headline01{
   
    text-align:center;
    font-size: 31px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    margin-top: 20px;
}
.new.content {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 30px;
}
.newscontent{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: lowercase;
}
.overview{
  padding-top: 130px;
}
.details{
  font-size: 16px;
  line-height: 30px;
  padding-top: 45px;

}