/* -----------------------------------
	01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #3e3e3e;
  font-family: 'MiSans-Regular', sans-serif;
  vertical-align: baseline;
  line-height: 1.5;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  color: #19082d;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.text-md-left {
  text-align: left;
}
.text-md-right {
  text-align: right;
}
.text-right {
  text-align: right;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-bg {
  background: #e5e5e5;
}
.gray-bg2 {
  background: #f8f8f8;
}
.gray-bg3 {
  background: #fcf9ff;
}
.gray-bg4 {
  background: #faf9ff;
}
.gray-bg5 {
  background: #f8fbff;
}
.gray-bg6 {
  background: #fffbfb;
}
.gray-bg7 {
  background: #e5e5e5;
}
.gray-bg8 {
  background: #fbfbfb;
}
.gray-bg9 {
  background: #fff5e9;
}
.gray-bg10 {
  background: #fefcf8;
}
.gray-bg11 {
  background: #f6f6f6;
}
.gray-bg12 {
  background: #f1f6ff;
}
.gray-bg13 {
  background: #f5f5f5;
}
.gray-bg14 {
  background: #f9faff;
}
.gray-bg15 {
  background: #f9f9f9;
}
.black-bg {
  background-color: #3A3748;
}
.black-bg2 {
  background-color: #100E22;
}
.black-bg3 {
  background-color: #19082D;
}
.black-bg4 {
  background-color: #151515;
}
.black-bg5 {
  background-color: #3A3748;
}
.black-bg6 {
  background-color: #1D1C2D;
}
.purple-bg {
  background-color: #6721B5;
}
.purple-bg2 {
  background-color: #4f4bff;
}
.purple-bg3 {
  background-color: #fbf8ff;
}
.blue-bg {
  background-color: #5F0FC5;
}
.blue-bg2 {
  background-color: #4f00b2;
}
.red-bg {
  background-color: #BE0D42;
}
.red-bg2 {
  background-color: #400F10;
}
.red-bg3 {
  background-color: #c42b37;
}
.yellow-bg {
  background-color: #FFDC76;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #101010 !important;
}
.body-color {
  color: #3e3e3e !important;
}
.white-bg {
  background: #fff;
}
.pb-225 {
  padding-bottom: 225px;
}
.pb-215 {
  padding-bottom: 215px;
}
a {
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #0578ac;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.fs-em-5 {
  font-size: 5em;
}
.fs-phone-em-5 {
  font-size: 3em;
}
/* -----------------------
	03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 {
  padding: 0 20px;
  background: #010D14;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li {
  display: inline-block;
  line-height: 50px;
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i {
  color: #6722b5;
  margin-right: 6px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i:before {
  font-size: 18px;
  margin-left: 0;
  position: relative;
  top: 3px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a {
  border-right: 1px solid #514d4d;
  margin-right: 20px;
  padding-right: 20px;
  color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a:hover {
  color: #6722b5;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li .desc {
  margin: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child a {
  border: none;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix {
  text-align: right;
  margin: 0px;
  padding: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em {
  border-right: 1px solid #514d4d;
  margin-right: 5px;
  padding-right: 20px;
  color: #ffffff;
  font-style: normal;
  font-size: 14px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em i {
  color: #6722b5;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em i:before {
  font-size: 18px;
  margin-right: 8px;
  line-height: 20px;
  position: relative;
  top: 3px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li {
  display: inline-block;
  line-height: 50px;
  margin-right: 13px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i {
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i:hover {
  color: #6722b5;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}
.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: unset;
  flex: unset;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  max-height: 110px;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
  position: static;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.logo {
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li .navitem {
  font-size: 17px;
  font-weight: 500;
  height: 140px;
  line-height: 140px;
  padding: 0;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  width: 110px;
  text-align: center;
  letter-spacing: 2px;
}
/*.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li  a.navitem:hover {
    background-image: -webkit-gradient(linear, left top,right top, from(rgba(0, 121, 180, 1)), to(rgba(13, 255, 255, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
/*.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a.english::after {
    content: "";
    background-image: url('/limg/header/line.png');
    background-repeat: no-repeat;
    width: 31px;
    height: 5px;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
}*/
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children .english {
  background-image: -webkit-gradient(linear, left top, right top, from(#0079b4), to(#0dffff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  font-size: 16px;
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children .english::before {
  content: "";
  background-image: url('/limg/header/line.png');
  background-repeat: no-repeat;
  width: 31px;
  height: 5px;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
}
/*.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover .navitem::after {
    background-color: #202020;
}*/
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item a {
  background-image: -webkit-gradient(linear, left top, right top, from(#0079b4), to(#0dffff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item .navitem::before {
  content: "";
  background-image: url('/limg/header/line.png');
  background-repeat: no-repeat;
  width: 31px;
  height: 5px;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background-color: #000000;
  margin: 0;
  padding: 20px 0;
  transition: all 0.3s ease-in;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
  width: 200px;
  text-align: center;
  letter-spacing: 2px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menus {
  background: #000000;
  margin: 0;
  padding: 20px 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menus li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menus li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
  width: 200px;
  text-align: center;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menus li a:hover {
  color: #6722b5;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menus li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menus li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menus.right {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
  color: #6722b5;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #19082d;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #6722b5;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #6722b5;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
  display: none;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent {
  position: relative;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent a i {
  color: #3B4052;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent a i:before {
  font-size: 18px;
  font-weight: 400 !important;
  font-family: uicons-regular-rounded !important;
  position: relative;
  top: 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent a i:hover {
  color: #6722b5;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form {
  position: absolute;
  top: 69px;
  right: 0;
  max-width: 400px;
  width: 400px;
  z-index: 9;
  border-radius: 4px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  right: -93px;
  transition: 0.4s;
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form .screen-reader-text {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form input {
  background: #010d14;
  border: none;
  color: #000;
  outline: none;
  padding: 14px 17px;
  width: 100%;
  border-radius: 5px;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button {
  background: transparent !important;
  border: medium none;
  padding: 13px 18px;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 1;
  outline: none;
  border-radius: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button i:before {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: uicons-regular-rounded !important;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent.open_add_class .sticky_form {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander {
  background: #372748;
  padding: 13px 14px 14px 14px;
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 50%;
  margin-left: 28px;
}
.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span {
  height: 2px;
  width: 25px;
  display: block;
  background: #fff;
  transition: none;
  cursor: pointer;
  list-style: none;
  margin: 5px 0;
}
.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span.dot1 {
  width: 16px;
  float: right;
  clear: right;
  margin-right: 2px;
}
.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span.dot2 {
  clear: both;
}
.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span.dot3 {
  width: 16px;
  margin-left: 2px;
}
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #19082d;
}
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #ff7425 !important;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent a i {
  color: #ffffff;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
  color: #19082d;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .nav-link .nav-expander {
  background: #ffffff;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #3e3e3e;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #3e3e3e;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander {
  background: #3e3e3e;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #ffffff;
}
.full-width-header .rs-header.header-style1.header-modify1 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style1.header-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style1.header-modify1 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style1.header-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #dd4447 !important;
}
.full-width-header .rs-header.header-style1.header-yellow-modify3 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style1.header-yellow-modify3 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style1.header-yellow-modify3 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style1.header-yellow-modify3 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #ffae00 !important;
}
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #19082d;
}
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #0072f5 !important;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner ul .search-parent a i:hover {
  color: #0072f5;
}
.full-width-header .rs-header.header-style2.header-modify2 {
  border-bottom: 1px solid #ffffff1c;
}
.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #19082d;
}
.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #fe3243 !important;
}
.full-width-header .rs-header.header-style2.header-modify2 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #19082d;
}
.full-width-header .rs-header.header-style2.header-modify2 .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #19082d;
}
.full-width-header .rs-header.header-style2.header-modify2 .expand-btn-inner ul .search-parent a i {
  color: #ffffff;
}
.full-width-header .rs-header.header-style2.header-modify2 .expand-btn-inner ul .nav-link .nav-expander {
  background: #ffffff;
}
.full-width-header .rs-header.header-style2.header-modify2 .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background-color: #19082d;
}
.full-width-header .rs-header.header-style2.header-modify2 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander {
  background: #19082d;
}
.full-width-header .rs-header.header-style2.header-modify2 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background-color: #ffffff;
}
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #19082d;
}
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style3 .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.header-style3 .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #320930 !important;
}
.full-width-header .rs-header.header-style3 .main-menu .rs-menu ul.sub-menu li a:hover,
.full-width-header .rs-header.header-style3 .main-menu .rs-menu ul ul > li.current-menu-item > a,
.full-width-header .rs-header.header-style3 .main-menu .rs-menu ul li.active a {
  color: #be0d42 !important;
}
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul ul > li.current-menu-item > a,
.full-width-header .rs-header.header-style3 .main-menu .rs-menu ul ul > li.current-menu-item > a,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu > ul > li.current-menu-item > a:before,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu > ul > li.current-menu-item > a {
  color: #320930 !important;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .search-parent a i:hover {
  color: #be0d42;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link .nav-expander {
  background: #ffffff;
  margin-left: 0px;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #19082d;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .main-menu .rs-menu > ul > li.current-menu-item > a:before,
.full-width-header .rs-header.header-style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #be0d42 !important;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #19082d;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #be0d42 !important;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander {
  background: #be0d42;
  margin-left: 0px;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #ffffff;
}
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a,
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #4f4bff !important;
}
.full-width-header .rs-header.header-style4 .menu-area .row-table .col-cell.menu-respondsive-left {
  padding-left: 56px;
  display: flex;
  flex: 1;
}
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a,
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #fe3243 !important;
}
.full-width-header .rs-header.header-style6 {
  border-bottom: 1px solid #ffffff1c;
}
.full-width-header .rs-header.header-style6 .rs-menu-area {
  margin-right: 80px;
}
.full-width-header .rs-header.header-style6 .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header.header-style6 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #19082d;
}
.full-width-header .rs-header.header-style6 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
}
.full-width-header .rs-header.header-style6 .menu-area .main-menu .rs-menu ul.sub-menu li a {
  color: #19082d;
}
.full-width-header .rs-header.header-style6 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style6 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style6 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a,
.full-width-header .rs-header.header-style6 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #cf3201 !important;
}
.full-width-header .rs-header.header-style6 .expand-btn-inner ul .nav-link .nav-expander {
  background: #ffffff;
}
.full-width-header .rs-header.header-style6 .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #19082d;
}
.full-width-header .rs-header.header-style6 .expand-btn-inner ul .search-parent a i {
  color: #ffffff;
}
.full-width-header .rs-header.header-style6 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander {
  background: #19082d;
}
.full-width-header .rs-header.header-style6 .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #fff;
}
.full-width-header .rs-header.header-transparent {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #202020;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #6722b5;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #ff7425;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}
.full-width-header .right_menu_togle {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px #eee;
  padding: 90px 60px 60px 50px;
  font-size: 1.15em;
  max-width: 375px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 99;
  right: 57px;
  cursor: pointer;
  transition: all .3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
  position: absolute;
  top: 23px;
  display: block;
  z-index: 99;
  right: 3px;
  cursor: pointer;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px !important;
  height: 25px !important;
  background: #101010;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #6722b5;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 35px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 45px;
}
.full-width-header .right_menu_togle .offcanvas-text {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  margin-bottom: 45px;
  padding-bottom: 24px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin: 0px 0 38px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .widget-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #19082d;
  margin: 0 0 10px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 24px;
  align-items: center;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #6722b5;
  line-height: 45px;
  text-align: center;
  margin-right: 15px;
  display: block;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  font-size: 16px;
  color: #ffffff;
  top: 0px;
  position: relative;
  font-family: uicons-regular-rounded !important;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
  color: #3E3E3E;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-size: 20px;
  color: #19082D;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  font-size: 20px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: #19082D;
  font-style: normal;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #6722b5;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  border-top: 1px solid rgba(62, 62, 62, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  background: #f4f3f4;
  color: #626262;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 7px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out 0s;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  color: #ffffff;
  background: #6722b5;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #19082d;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}
.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #333;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}
.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}
.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}
.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
  top: 19px;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
  top: 13px;
}
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: #6722b5;
}
/*------------------------------------
	04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.middletext {
  /*padding-top: 149px;*/
}
.middletext .img {
  height: 98px;
  line-height: 98px;
  background-color: #000;
}
@media screen and (min-width: 1199px) {
  .right_menu_togle.mobile-navbar-menus {
    display: none;
  }
}
.footer {
  margin-top: -1px;
}
.footer .top {
  background-color: #2f2f2f;
  padding: 70px 0;
  color: #9fa0a0;
  font-size: 14px;
}
.footer .top .lianxititle {
  color: #009cdc;
  border-bottom: 1px solid #009cdc;
  padding-bottom: 10px;
  width: 48px;
}
.footer .top .lianxititle1 {
  color: #009cdc;
  padding-bottom: 10px;
  width: 48px;
}
.footer .top .youbian {
  margin-top: 5.8rem;
}
.footer .topphone {
  background-color: #2f2f2f;
  padding: 50px 0;
  color: #9fa0a0;
  font-size: 14px;
}
.footer .topphone .lianxititle {
  color: #009cdc;
  border-bottom: 1px solid #009cdc;
  padding-bottom: 10px;
  width: 48px;
}
.footer .topphone .lianxititle1 {
  color: #009cdc;
  padding-bottom: 10px;
  width: 48px;
}
.footer .topphone .youbian {
  margin-top: 2.8rem;
}
.footer .bottom {
  padding: 17px 0 27px 0;
}
.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.fuchuang {
  position: fixed;
  top: 15%;
  right: 0%;
  z-index: 9999;
}
.fuchuang .fuchuangbg {
  background-image: url('/limg/fuchuangbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 223px;
  height: 597px;
  padding: 30px 0;
}
.fuchuang .closeimg {
  position: absolute;
  top: 0;
  right: 5px;
  width: 25px;
  cursor: pointer;
}
.fuchuang ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.fuchuang ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fuchuang ul li .tooltip {
  left: 0;
  opacity: 1;
  display: none;
}
.fuchuang ul li .tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -14px;
  top: 37%;
}
.fuchuang ul li .tooltip .tooltip-inner {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px #ccc;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.fuchuang ul li .tooltip .tooltip-inner p {
  margin-bottom: 0;
}
.fuchuang ul li .tooltip .tooltip-inner img {
  width: 115px;
}
.fuchuang ul .first {
  background-image: url('/limg/fuchuangnamebg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 123px;
  height: 50px;
  padding-top: 4px;
  font-size: 15px;
  color: #fff;
}
.close {
  display: none !important;
}
.bannerbox .fs-5em {
  font-size: 5em;
}
.bannerbox .fs-4em {
  font-size: 4em;
}
.bannerbox .text-shadow {
  text-shadow: 2px 1px 2px #000;
}
.bannerbox .line {
  width: 67px;
  height: 5px;
  background-color: #fff;
  box-shadow: 2px 1px 2px #000;
}
.bannerbox .line-sm {
  width: 40px;
  height: 2px;
  background-color: #fff;
  box-shadow: 2px 1px 2px #000;
}
.bannerbox .line-black {
  width: 40px;
  height: 3px;
  background-color: #000;
  box-shadow: 2px 1px 2px #000;
}
.bannerbox .text-box {
  margin-top: -10%;
}
.bannerbox .text-box-sm {
  margin-top: -5%;
}
.bannerbox .font-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#0079b4), to(#0dffff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}
.bannerbox .pe-6 {
  padding-right: 1em;
}
.bannerbox .pe-10 {
  padding-right: 5em;
}
.letter-space-5 {
  letter-spacing: 5px;
}
.letter-space-2 {
  letter-spacing: 2px;
}
.line-blue {
  margin: 0 auto;
  width: 50px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0079b4), to(#0dffff));
  -webkit-text-fill-color: transparent;
}
.line-blue-sm {
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0079b4), to(#0dffff));
  -webkit-text-fill-color: transparent;
}
