

/* CSS Index
-----------------------------------


*/



/* 1. Theme default css */

 body {
	font-family: 'Cabin', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #666;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
	color: #444172;
	margin-top: 0px;
	font-style: normal;
	font-weight: 800;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
  margin: 0;
  margin-bottom: 0;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-moz-user-select: none;
	background: #0084fe none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Muli', sans-serif;
	box-shadow: 0px 0px 24px 0px rgba(93, 87, 171, 0.32);
}
.btn:hover {
	box-shadow: none;
	color: #fff;
}


/* scrollUp */
#scrollUp {
	background: #0084fe;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	line-height: 45px;
}
#scrollUp:hover {
	background: #444;
}

/* 22. Preloader */
#preloader{
	background-color: #1E2331;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}
@keyframes object_one {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}
@-webkit-keyframes object_two {


  75% { -webkit-transform: scale(0); }


}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}
@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}
@keyframes object_three {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}


/* 2. Header */
.transparent-header {
  width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: none;
}
.menu-area {
  box-sizing: border-box;
	padding: 15px 0;
	box-shadow: 0px 0px 43px 0px rgba(23, 17, 96, 0.3);
	z-index: 1;

}
.headerBox{
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin-left: 40px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	color: #667289;
	padding: 33px 0;
	display: block;
	position: relative;
}
.main-menu ul li:hover > a {
	color: #0084fe;
}
.main-menu nav > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 22px;
	height: 0px;
	width: 0;
	border-top: 4px dotted #0084fe;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.main-menu nav > ul > li:hover > a::before {
	width: 29px;
	opacity: 1;
}
.main-menu ul li.active > a {
	color: #0084fe;
}
.main-menu nav > ul > li.active > a::before {
	width: 29px;
	opacity: 1;
}

.muen {display: none;  width: 36px; height: 36px; box-sizing: border-box; padding: 10px 6px; background: #fff; border-radius: 6px;}
.muen span {display: block; width: 100%; height: 3px; margin-top: 4px; background: #0084fe; -moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.muen span:first-child {margin-top: 0;}
.muen.on span.muenX {margin-top: 6px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.muen.on span.muenY {display: none;}
.muen.on span.muenZ {margin-top: -3px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}


.header-btn {
	margin-left: 40px;
}
.header-btn .btn {
	background: #e4007f;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	padding: 9px 16px;
	font-weight: 700;
	transition: all 0.5s ease 0s;
}

.header-btn .btn:hover {
	background: #0084fe;
}
.s-main-menu ul li a {
	color: #fff;
}
.s-main-menu ul li:hover a,
.s-main-menu ul li.active a {
	color: #fff;
}
.s-main-menu nav > ul > li > a::before {
	border-color: #fff;
}

.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	background: #0084fe;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.menu-area.sticky-menu {
	padding: 0;
}
.transparent-header.sticky-menu {
	background: #0084fe;
}
.transparent-logo{
   height: 60px;
   width: auto;
}
.sticky-logo {
	display: none;
}
.sticky-menu .sticky-logo {
	display: block;
  height: 60px;
}
.sticky-menu .transparent-logo {
	display: none;
}
.sticky-menu .s-main-menu ul li a {
	color: #fff;
}
.sticky-menu .s-main-menu nav > ul > li > a::before {
	border-color: #fff;
}
.sticky-menu .s-main-menu ul li:hover a,
.sticky-menu .s-main-menu ul li.active a {
	color: #fff;
}
#mobile-menu{
  display: block;
  position: fixed;
  width: 50%;
  height: calc(100% - 5.5rem);
  padding: 25px;
  top:5.5rem;
  right: 0;
  background-color: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInRight;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInRight;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 999999;
}
#mobile-menu ul li{
  color: #0084fe;
  font-size: 16px;
  font-weight: bold;
  line-height: 3rem;
}

.gradient-bg {
	background-image: -moz-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
	background-image: -webkit-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
	background-image: -ms-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
}


/* 4. Slider */
.slider-bg {
	background-position: center;
	background-size: cover;
	padding-top: 155px;
}
.slider-content h2 {
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}
.slider-content p {
	font-weight: 600;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	margin-bottom: 0;
}
.slider-search-form {
	margin: 0 20px;
}
.slider-search-form form {
	position: relative;
	display: flex;
	box-shadow: 0px 0px 16px 0px rgba(50, 44, 135, 0.3);
	border-radius: 50px;
	margin-bottom: 30px;
}
.slider-search-form input {
	width: 375px;
	padding: 24px 30px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #8393ac;
	font-family: 'Muli', sans-serif;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-right: 1px solid #f1eeee;
}
.slider-search-form input::placeholder {
	color: #8393ac;
}
.slider-search-form .nice-select {
	width: 220px;
	background: #fff;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	color: #8393ac;
	padding: 27.7px 25px;
}
.slider-search-form .nice-select::after {
	border-bottom: 2px solid #8393ac;
	border-right: 2px solid #8393ac;
	right: 30px;
}
.slider-search-form a.button {
	width: 200px;
	border: 3px solid #fff;
	background: #0084fe;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: .3s;
	cursor: pointer;
}
.slider-search-form a.button:hover {
	background: #0084fe;
}
.s-slider-bg {
	min-height: 600px;
	background-position: center;
	background-size: cover;
	padding-top: 280px;
}
.s-slider-content span {
	font-weight: 800;
}
.s-slider-search-form {
	margin: 0 55px;
	position: relative;
}
.s-slider-search-form input {
	border: none;
	width: 100%;
	background: #fbfbfc;
	padding: 21px 35px;
	border-radius: 50px;
	padding-right: 100px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}
.s-slider-search-form a.button {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
	color: #0084fe;
	cursor: pointer;
	padding: 0;
}
.s-slider-search-form input::placeholder {
	color: #c1bfbf;
}
.t-slider-bg {
	min-height: 798px;
	background-position: center;
	background-size: cover;
}
.third-slider-wrap {
	padding-top: 180px;
}
.t-slider-content h2 {
	margin-bottom: 10px;
}
.t-slider-content p {
	margin-bottom: 35px;
}
.t-slider-search-form {
	margin: 0;
	margin-right: 90px;
}
.t-slider-search-form input {
	padding: 18px 35px;
	padding-right: 100px;
	box-shadow: 0px 0px 35px 0px rgba(65, 63, 94, 0.43);
}
.t-slider-search-form a.button {
	right: 3px;
	color: #fff;
	height: 56px;
	width: 56px;
	text-align: center;
	line-height: 56px;
	background: #0084fe;
	border-radius: 50%;
}
.slider-dashboard {
	margin: 40px auto -140px;
}
.dashboard-active .slick-list {
	margin-left: -50px;
	margin-right: -50px;
	padding-bottom: 50px;
}
.single-dashboard {
	text-align: center;
}
.single-dashboard img {
	border-radius: 5px;
	box-shadow: 0px 0px 43px 0px rgba(133, 129, 192, 0.3);
	display: inline-block;
}



/* 21. Footer */
footer{
  background-color: #1C212F;
  padding: 5rem 0;
}
.footCon{
  width:80%;
  margin:0 auto;
  display: flex;
  flex-wrap:nowrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.footCon p{
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 25px;
}
@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}
@keyframes object_one {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}
@-webkit-keyframes object_two {


  75% { -webkit-transform: scale(0); }


}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}
@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}
@keyframes object_three {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}



/* 23. Element-css */
.element-title {
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.element-title h4 {
	font-size: 26px;
}
.element-title p {
	margin-bottom: 0;
}
H3.bigTit{
  text-align: center;
  height: 10rem;
  font-size: 2rem;
  line-height: 10rem;
  box-sizing: border-box;
}
.tabBox{
  position: absolute;
  width: 1000px;
  height: auto;
  padding: 0 3%;
  top: 15rem;
  left: calc(50% - 500px);
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px #999;
  z-index: 6;
  border: 1px solid #eee;
  transition: all .3s ease-in-out;
}
.TabFilter{
  width: 100%;
  height: 8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;

}
.filterBox{
  width: 80%;
  margin: 0 auto;
  border-top: 2px solid #999;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0 3rem;
}
.tabitem{
  box-sizing: border-box;
  width: 8.4rem;
  height: 3.4rem;
  padding: .2rem;
  border-radius: 1.6rem;
  background-color: #fff;
  cursor: pointer;
  margin: 2.3rem;
  user-select: none;
}
.tabitem span{
  display: block;
  width: 8rem;
  height: 3rem;
  line-height: 3rem;
  color: #0084fe;
  text-align: center;
  border-radius: 1.5rem;
  font-weight: 600;
  user-select: none;
}
.tabitem.isActive{
  box-shadow: 0 0 10px #0084fe; 
}
.tabitem.isActive span{
  color: #fff;
  background-color: #0084fe;
}
.filterBox span{
  display: block;
  box-sizing: border-box;
  width: 16%;
  height: 3rem;
  line-height: 3rem;
  margin: 1% 2%;
  background-color: #eee;
  text-align: center;
  box-shadow:-2px -2px 4px #999;
  overflow: visible;
  cursor: pointer;
  user-select: none;
}
.filterBox span:hover{
background-color: #0084fe;
color: #fff;
box-shadow:-2px -2px 4px #0084fe;
}

.ListBox{
  position: relative;
  width: 70%;
  margin: 15rem auto 0;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ListBox .ditem{
  width: 23%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 3rem;
  box-shadow:-2px -2px 4px #999;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.ListBox .ditem h5{
  font-size: 16px;
  color: #0084fe;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin: 2rem 0 1rem;
}
.ListBox .ditem p{
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  margin: 0;
  padding: 0;
}
.cimgitem, .doshLine, .cbtit{
  width: 11.11111%;
}
.cimgitem{
  height: auto;
}
.doshLine{
  height: 1px;
  border-bottom: 1px dashed #0084fe;
}
.doshLine.hide{
  height: 1px;
  border-bottom: 0;
}
.cbtit{
  text-align: center;
  color: #0084fe;
  font-weight: bold;
  font-size: 22px;
}
.cbtitle{
  text-align: center;
  color: #333;
  font-size: 22px;
}
.descBox{
  width: 60%;
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  line-height: 2;
}
.about{
  display: block;
}
.aboutm{
  display: none;
}
.expBox{
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:nowrap;
}
.expBox img, #About2 img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
#About2{
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:nowrap;
}
#mAbout2{
  display: none;
}
.pagegation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.page {
  display: inline-block;
  margin: 0 auto;
  user-select: none;
}

.pagelist {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  user-select: none;
}

.pagelist span {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  user-select: none;
}

.pagelist .jump {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(204, 204, 204, 0.3);
  border-radius: 50%;
  font-size: 14px;
  user-select: none;
}

.pagelist .bgprimary {
  cursor: default;
  color: #fff;
  background: #0084fe;
  border-radius: 6px;
  user-select: none;
}

.jumpinp input {
  width: 55px;
  height: 26px;
  font-size: 14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.ellipsis {
  padding: 0px 8px;
  text-align: center;
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  background: rgba(204, 204, 204, 0);
  border-radius: 6px;
  user-select: none;
}

.bgprimary {
  cursor: default;
  color: #fff;
  background: #0084fe;
  border-radius: 6px;
}

.pagelist .jump.disabled {
  pointer-events: none;
  color: rgba(153, 153, 153, 1);
}

.jumppoint {
  margin: 0 10px;
  user-select: none;
}

.pagelist .gobtn {
  font-size: 14px;
  user-select: none;
}

.pageNum {
  display: inline-block;
  height: 28px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
  user-select: none;
}
.infoBox{
  position: relative;
  padding: 5rem 0;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -480px;
  z-index: 2;
}



.infocontent {
  box-sizing: border-box;
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

.astable {
  width: 100%;
  /* background-color: #f2f2f2;
	border: 1px solid #eee; */
  margin-top: 10px;
}

.inforow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  box-sizing: border-box;
  /* border-bottom: 1px solid #eee; */
}

.inforow2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.inforow:last-child {
  border-bottom: 0;
}

.infolabel {
  width: 80px;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  text-align: left;

}

.asbox {
  box-sizing: border-box;
  width: calc(100% - 80px);
  font-size: 14px;
  line-height: 2;
  background-color: #fff;
  padding-right: 12px;
}

.imgBox {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.imgBox img{
  width: 23%;
  height: auto;
  margin: 3% 1%;

}
.qrcodeBox{
display: block;
}
.LinkTo{
  display: none;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px;
}
.aasbtn{
  display: inline-block;
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #0084fe;
  border-radius: 1.5rem;
  font-size: 14px;
  color: #fff;
}