#myCarousel .con {
  position: relative;
}
#myCarousel .con .title {
  position: absolute;
  bottom: 4%;
  left: 2%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.list .box {
  margin-top: 6px;
  background-color: #fff;
  margin-bottom: 10px;
}
.list .box .title {

  padding-left: 10px;

  padding-right: 10px;

}
.list .box .title .span {
  font-weight: 600;
  font-size: 19px;
  color: #333333;
}


.spar {

}

.list .box .title span .l {
  left: 110%;
}
.list .box .title span .r {
  right: 110%;
}

.list .box .tab .nav-tabs {
  background: linear-gradient(rgba(161, 196, 253, 0.6), rgba(194, 233, 251, 0.6));
  background-size: cover;
  position: relative;
}
.list .box .tab .nav-tabs .active > a,
.list .box .tab .nav-tabs .nav-tabs > li.active > a:hover,
.list .box .tab .nav-tabs .nav-tabs > li.active > a:focus {
  background-color: transparent !important;
  border: none;
  font-weight: bold;
  color: #026CB8;
  position: relative;
}
.list .box .tab .nav-tabs .active a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 14px;
  width: 30px;
  height: 1px;
  background: #598df3;
}
.list .box .tab .nav-tabs li a {
  border: none !important;
  font-size: 16px;
  color: #4B4B4B;
  font-weight: bold;
}
.picture{
  padding-bottom: 10px;
}
.list .box .tab .nav-tabs .arrow {
  position: absolute;
  right: 14px;
  width: 10px;
  height: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.list .box .tab .tab-content {
  padding: 0 10px;
}
.list .box .tab .tab-content .article li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: square !important;
  padding: 13px 10px;
  border-bottom: 1px dashed #BFBFBF;
}
.list .box .tab .tab-content .article li .t {
  position: relative;
}
.list .box .tab .tab-content .article li .t a {
  width: 260px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 9px;
  color: #4D4D4D!important;
}
.wwwwa{
  width: 20%;float: left;
  padding-top: 11px;
}
.wwwwad{
  height: 18px
}
.wwwwae{
  width: 80%;float: left
}
.wwwwar{
  width: 30%;float: left;
  padding-top: 11px;
}
.wwwwaer{
  width: 70%;float: left
}
.wwwwary{
  width: 25%;float: left;
  padding-top: 11px;
}
.wwwwaery{
  width: 75%;float: left
}
.wwwwaf{
  border-bottom: 1px dashed #598df3;
}
.wwwwaff{
  clear: both
}

.list .box .tab .tab-content .article li .t span {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 35px;
  color: #598df3;
  position: absolute;
  left: -6px;
  top: -16px;
}
.list .box .tab .tab-content .article li .time {
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.link {
  width: 100%;
  background: #CCCCCC;
  padding: 13px;
}
.link .title {
  font-weight: 600;
  font-size: 15px;
  color: #4D4D4D;
  margin-bottom: 4px;
}
.link .content {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
}
.link .content a {
  color: #4D4D4D;
  font-size: 12px;
}
.footer {
  width: 100%;
  background: #313131;
  padding-top: 27px;
  padding-bottom: 5px;
}

.footer p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.7;
  padding: 0 14px;
}
.footer .more {
  display: flex;
  justify-content: start;
  margin-top: 15px;
  padding: 0 14px;
}
.footer .more .item {
  text-align: center;
}
.footer .more .item .img {
  margin-bottom: 9px !important;
  text-align: center;
}
.footer .more .item p {
  font-size: 11px;
  color: #FFFFFF;
  opacity: 0.7;
}
.footer .book {
  width: 100%;
  padding: 15px 0;

  font-size: 11px;

}
.blaoce{
  background: rgba(0,0,0,0.8);
  width: 100% !important;
  height: 50px!important;
  position: absolute !important;
  right: 0px !important;
  bottom: 0px !important;
  padding-left: 5px !important;
  padding-top: 19px !important;
  left: 0px !important;
  background: linear-gradient(transparent, rgba(0,0,0,1));
}


.content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content  .home {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 0px;
}

.content  .home img {
  float: left;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}


.slider-container {
  width: 100%;

  overflow-x: scroll;
  white-space: nowrap;
  box-sizing: border-box;

}


.slide {
  display: inline-block;

  transition: transform 0.3s ease-in-out;
}

.slider-container::-webkit-scrollbar {
  display: none;
}
.itemaa {
  height: 32px;
  padding: 0 9px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  background-color: #EBEEF2;
  color: #598df3;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}

.activea {
  background-color: #598df3;
  color: #fff;
}



.search-content {
  height: 35px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 7px 16px 7px 16px;
  cursor: pointer;
  margin-bottom: 10px;
}

.search-content .search {
  height: 100%;
  width: 80%;
  outline: none;
  border: none;
  font-size: 15px;
}

.yuiop{
  margin-bottom: 10px;margin-top: 10px
}
.iopimg{
  width: 21px;
}


.zopa{
  padding: 10px 12px;
}
.zopb{
  font-weight: bold;font-size: 22px;
}
.zopd{
  font-size: 14px;color: #999999
}
.zope{
  font-size: 14px;color: #999999
}
.zopf{
  margin-right: 3px;vertical-align: middle;margin-top: -5px;width: 20px
}
.zopg{
  float: right
}
.zoph{
  height: 1px;border: 1px solid #BFBFBF;margin-top: 26px;margin-bottom: 60px
}


.toppadd{
  padding: 10px 12px;
}
.yioimgj{
  width: 90%!important;
}
.zzaw{
  background-image: url(../../../img/aa.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px 0px;
}


.navww {
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 4px;
  font-weight: 400;
  font-size: 13px;
  color: #3D3D3D;
  overflow: hidden;

}

.yuaa{
  font-size: 18px;
}
.yuae{
  font-size: 12px;padding-top: 0px;margin-bottom: 30px;height: 30px;
}
.imghjkl{
  width: 60px
}

.ertwwa{
  margin-top: 10px;margin-bottom: 10px
}
.ertwwb{
  float: left;width: 30%
}
.ertwwd{
  float: left;width: 70%
}
.ertwwe{
  color: #598df3;;font-weight: bold
}
.ertwwf{
  color: black;margin-top: 6px
}
.ertwwg{
  border: 1px solid #598df3;padding: 3px 9px;float: right;border-radius: 5px;margin-top: -7px
}

.ertwwh{
  width: 15px
}
.ertwwi{
  font-size: 12px
}
.ertwwj{
  color: black;
}
.ertwwkee{
  color: #4D4D4D;
}

.tiklk{
  font-size: 18px;font-weight: bold;margin-bottom: 29px
}

.imgxx{
  width: 90%;
  margin-bottom: 20px;
}
.about-image .image {
  border-radius: 0px 90px 90px 90px;
}

.about-image .shape {
  position: absolute;
  z-index: -1;
}

.about-image .shape.shape-1 {
  left: -5px;
  top: 10px;
}

.about-image .shape.shape-2 {
  right: -5px;
  bottom: 0;
}

.aayuiyi{
  z-index: 1;
}

.tivbb{
  font-size: 15px;margin-bottom: 9px;margin-top: 9px;
}
.mmmiiao{
  margin-top: 10px;
}

.yioimgj{
  width: 90%!important;
  border-radius: 90px 0px 90px 0px;
}
.yioimgjvvv{
  width: 100%!important;
  border-radius: 0px 50px 0px 50px;
}

a{
  text-decoration: none!important;
}


.uiopppa{
  font-size: 15px;
  background: white;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}
.uiopppa:hover{
  color: white;!important;
  background: #598df3;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}

.testimonial-quote {
  position: absolute;
  right: 30px;
  top: -25px;
  width: 60px;
  height: 60px;
  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;
  background-color: #598df3;
  color: white;
  font-size: 20px;
  border-radius: 50%;
}

.single-testimonial {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 25px #ebeffd;
  box-shadow: 0px 0px 25px #ebeffd;
  background-color: white;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  border-radius: 12px;
}

.single-testimonial .testimonial-content {
  margin-top: 10px;
  margin-bottom: 25px;
}

.single-pricing {
  margin-bottom: 40px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  text-align: center;

}

.iokkkk{
  background-color: #d4deff;padding-top: 30px;padding-bottom: 20px;font-size: 20px; border-radius: 20px 20px 0px 0px;
}
.uiopoio{
  padding: 30px 30px 50px 30px;text-align: left;
}
.uioghghg{
  background-color: #598df3;padding-top: 30px;padding-bottom: 20px;font-size: 20px;color: white;border-radius: 20px 20px 0px 0px;
}

.testimonials {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #f0f2f5;
}

.swwh4 {
  font-weight: 600;
  font-size: 18px;
}


.single-faq {
  background: var(--white);
  border: 1px solid #f3f4fe;
  margin-bottom: 20px;
  padding: 30px;
}

.opopoww{
  font-weight: bold;
  font-size: 15px;
}
.opoplll{
  border: 1px solid #598df3;background-color: white; border-radius: 50%;text-align: center;
  margin: auto;padding-top: 18px;padding-bottom: 18px
}
.zzzaaaaa{
  width: 100px;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

}



.icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}
.icon-box .icon {
  margin-bottom: 10px;
}
.icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}
.icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}
.icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}
.icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.opklopl{
  font-size: 17px!important;font-weight: bold;margin-bottom: 20px;padding-bottom: 20px;
}
.icvcbxv{
  margin-bottom: 20px;
}

.siuiuaa {
  float: right;
}


.accordion-list ul {
  padding: 0;
  list-style: none;
}
.accordion-list li + li {
  margin-top: 15px;
}
.wwli {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}
.accordion-list div {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.si {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.accordion-list .icon-show {
  display: none;
}
.accordion-list a.collapsed {
  color: #343a40;
}
.accordion-list a.collapsed:hover {
  color: #47b2e4;
}
.accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.accordion-list a.collapsed .icon-close {
  display: none;
}

.iojio{
  height: 430px!important;
}