@charset "utf-8";
/* 元指令建站 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

:root {
  --clr-heading: #222222;
  --clr-body: #818790;
  --clr-bg: #F9F8F8;
  --clr-def: #2598e8;
  --clr-def-2: #b43608;
  --clr-ftr: #1f1f1f;
  --clr-ftr-2: #666666;
  --clr-ftr-3: #323232;
  --clr-white: #fff;
  --clr-black: #000;
  --font-1: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
  --font-2: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
  --rad-1: 1.5rem;
  --clr-grad-1: linear-gradient(to right, var(--clr-def), var(--clr-def-2)); }
@media (max-width: 991px) {
.navbar-expand-lg .navbar-collapse{
	display:none;
}
.navbar-expand-lg .navbar-collapse.show{
	display:block;
}
.navbar-expand-lg .navbar-collapse .navbar-nav {
    overflow-y: auto;
    height: calc(100vh - 56px);
}
}
/*-------------------------------------------------------
02. Mixins Css
---------------------------------------------------------*/
@minxin hero-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left; }
/*-------------------------------------------------------
1. Typography css
---------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-family: var(--font-1);
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: var(--clr-body); }

a {
  color: var(--clr-body); }

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none; }

a:hover {
  color: var(--clr-def); }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: var(--clr-heading);
  margin: 0 0 1.5rem 0;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--font-2);
  line-height: 1.5; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

p {
  margin:0;
  padding:0;
  /* margin-bottom: 1rem; */
  font-family: var(--font-2);
  font-weight: 300;
  color: var(--clr-heading);
  line-height: 2.8rem; }

.img, img {
  max-width: 100%;
  -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;
  height: auto; }

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px; }

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500; }

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5; }

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: .5; }

/*-------------------------------------------------------
2. Theme Default css
---------------------------------------------------------*/
.ovr-hid {
  overflow: hidden; }

.txt-right {
  text-align: right; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center; }

.h-100 {
  height: 100%; }

.h-100vh {
  height: 100vh; }

.bg {
  background-color: var(--clr-bg); }

.bg-2 {
  background-image: linear-gradient(to right, var(--clr-def), var(--clr-def-2)); }

.bg-3 {
  background-color: var(--clr-def); }

/*Theme button css*/
.site-title {
  margin-bottom: 6rem; }
  .site-title h2 {
    margin-bottom: 0; }

.site-title.wh h2 {
  color: var(--clr-white); }

/*margins paddings*/
.pb-140 {
  padding-bottom: 14rem; }

.pd-50 {
  padding: 5rem 0; }

.de-padding {
  padding: 8rem 0; }

.de-pt {
  padding-top: 8rem; }

.de-pb {
  padding-bottom: 8rem; }

.pt-0 {
  padding-top: 0rem; }

.pt-10 {
  padding-top: 1rem; }

.pt-20 {
  padding-top: 2rem; }

.pt-30 {
  padding-top: 3rem; }

.pt-40 {
  padding-top: 4rem; }

.pt-50 {
  padding-top: 5rem; }

.pt-60 {
  padding-top: 6rem; }

.pt-70 {
  padding-top: 7rem; }

.pt-80 {
  padding-top: 8rem; }

.pt-90 {
  padding-top: 9rem; }

.pt-100 {
  padding-top: 10rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pb-20 {
  padding-bottom: 2rem; }

.pb-30 {
  padding-bottom: 3rem; }

.pb-40 {
  padding-bottom: 4rem; }

.pb-50 {
  padding-bottom: 5rem; }

.pb-60 {
  padding-bottom: 6rem; }

.pb-70 {
  padding-bottom: 7rem; }

.pb-80 {
  padding-bottom: 8rem; }

.pb-90 {
  padding-bottom: 9rem; }

.pb-100 {
  padding-bottom: 10rem; }

.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 1rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

.mt-40 {
  margin-bottom: 4rem; }

.mt-50 {
  margin-bottom: 5rem; }

.mt-60 {
  margin-top: 6rem; }

.mt-70 {
  margin-top: 7rem; }

.mt-80 {
  margin-top: 8rem; }

.mt-90 {
  margin-top: 9rem; }

.mt-100 {
  margin-top: 10rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 1rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-40 {
  margin-bottom: 4rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-70 {
  margin-bottom: 7rem; }

.mb-80 {
  margin-bottom: 8rem; }

.mb-90 {
  margin-bottom: 9rem; }

.mb-100 {
  margin-bottom: 10rem; }

.pos-rel {
  position: relative;
  z-index: 1; }

/*Theme Button*/
.tm-btn {
  padding: 2rem 4rem;
  border: 1px solid #eee;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #222222;
  position: relative;
  z-index: 1;
  display: inline-block; }

@media (min-width: 1200px) {
  .container-custom {
    max-width: 1800px;
    margin: 0 auto;
    padding-right: 6rem;
    padding-left: 6rem;
    width: 100%; } }
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1194px; } }
@media (min-width: 1400px) {
  .main-2 .container,
  .main-2 .container-lg,
  .main-2 .container-md,
  .main-2 .container-sm,
  .main-2 .container-xl,
  .main-2 .container-xxl {
    max-width: 1394px; } }
@media (min-width: 1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1460px; } }
.btn-4 {
  background-color: var(--clr-def);
  border: none; }

.btn-5 {
  background-image: linear-gradient(to right, var(--clr-def), var(--clr-def-2));
  border: none; }

.btn-4,
.btn-5 {
  padding: 2rem 4rem;
  line-height: 1;
  color: var(--clr-white);
  outline: none;
  font-weight: 500;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden; }
  .btn-4::before,
  .btn-5::before {
    position: absolute;
    content: '';
    background-color: var(--clr-black);
    border: none;
    height: 0;
    width: 102%;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: -1;
    visibility: hidden; }
  .btn-4:hover::before,
  .btn-5:hover::before {
    height: 102%;
    visibility: visible; }

.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr); }

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); }

.gap-0 {
  grid-gap: 0; }

/*-------------------------------------------------------
12. Scroll top css 
---------------------------------------------------------*/
#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f65868;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1; }
  #scrtop:hover {
    background-color: #222222; }

/*-------------------------------------------------------
03. bsnav menu css
---------------------------------------------------------*/
@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    color: var(--clr-heading);
    margin-right: 2.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    height: 90px;
    line-height: 90px;
    padding: 0; }
	.dropdown-toggle::after {
		font-size: 1.4rem;
		margin-left: .4em;
	}
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0; }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto; }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 0; }

  .navbar .nav-item .dropdown-menu li {
    margin-bottom: 1rem; }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0; }

  .navbar .nav-item:hover .nav-link {
    color: var(--clr-def); }
  .navbar .nav-item .nav-link.on {
	color: var(--clr-def);
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%; }

  .navbar .dropdown-menu.fade-up {
    top: 180%; }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 1.5rem;
    font-weight: 500; }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg); } }
/*Bootstrap menu*/
.navbar {
  padding-top: 0;
  padding-bottom: 0; }

.navbar.fixed-top {
  background-color: var(--clr-white);
  box-shadow: 0 0px 5px #e0e0e0;  }

.navbar .navbar-brand .logo-display {
  display: block; }

.navbar .navbar-brand .logo-scrolled {
  display: none; }

.navbar.fixed-top .navbar-brand .logo-display {
  display: block; }

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block; }

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0; }

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit; }

/*-------------------------------------------------------
08. Hero css 
---------------------------------------------------------*/
.header-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-top-list {
  display: flex;
  gap: 4rem;
  align-items: center; }
  .header-top-list li {
    color: var(--clr-white);
    font-size: 1.8rem;
    font-weight: 500; }
    .header-top-list li a {
      color: var(--clr-white);
      font-size: 1.8rem;
      font-weight: 500; }
    .header-top-list li i {
      margin-right: 1rem; }

/*-------------------------------------------------------
03. Hero css 
---------------------------------------------------------*/
.hero-single {
  height: 840px;
  max-height: 840px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; }
  .hero-single .hero-content {
	text-align: center;
    padding: 0 9rem; }
/*   .hero-single::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: ''; } */

.sub-title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--clr-def);
  margin-bottom: 2rem;
  display: block;
  font-family: var(--font-2); }
.site-tile h2,.site-title h2 {
	color: var(--clr-def);
}
.hero-title {
  font-size: 6.5rem;
  line-height: 8.2rem;
  font-weight: 500;
  color: var(--clr-white);
  margin-bottom: 4rem; }

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px; }

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-def);
  font-size: 5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0; }

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: var(--clr-def);
  text-decoration: none; }

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 15rem; }

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 15rem; }

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.hero-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  position: relative;
  z-index: 1; }
  .hero-2.hero-2::before {
    position: absolute;
    content: '';
    width: 70rem;
    height: 54rem;
    border-radius: 50px;
    background-color: var(--clr-def);
    opacity: .1;
    right: -44px;
    top: 0;
    z-index: -1; }

.hero-2-btn {
  display: flex;
  gap: 3rem;
  margin-top: 3rem; }

.hero-2-container {
  height: 850px;
  max-height: 850px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero-2-container .hero-2-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 5rem; }
    .hero-2-container .hero-2-content h2 {
      font-size: 5.6rem;
      line-height: 1.3;
      font-weight: 500;
      margin-bottom: 3rem; }
    .hero-2-container .hero-2-content p {
      color: var(--clr-heading);
      font-weight: 500;
      padding-right: 14rem;
      line-height: 3.6rem; }

.hero-2-tll {
  font-size: 5.6rem;
  line-height: 1.3;
  font-weight: 500; }

/*-------------------------------------------------------
06. Feature Css
---------------------------------------------------------*/
.feature-area {
  position: relative; }
  .feature-area .fet-shape {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.feature-yzlcon {
  overflow: hidden; }
  .feature-yzlcon .feature-pic {
    position: relative;
    z-index: 1; }
/*     .feature-yzlcon .feature-pic::before {
      position: absolute;
      content: '';
      bottom: -100%;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
      background-image: linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .5s ease;
      transition: .5s ease; }
    .feature-yzlcon .feature-pic::after {
      position: absolute;
      content: '';
      background-image: url(../images/fac-bg.png);
      bottom: 0;
      left: 0;
      height: 23rem;
      width: 100%;
      z-index: 1; } */
    .feature-yzlcon .feature-pic img {
      width: 100%;
      object-fit: cover; }
    .feature-yzlcon .feature-pic .feature-ovr {
      display: flex;
      align-items: center;
      gap: 2rem;
      justify-content: center;
      position: absolute;
      bottom: 0rem;
      left: 0;
      width: 100%;
	  background: rgb(0,0,0,0.5);
	  padding: 1rem 0;
      z-index: 2; }
      .feature-yzlcon .feature-pic .feature-ovr i {
        color: #f65868;
        font-size: 4rem; }
      .feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx {
		width: 100%;
		padding: 0rem;
        line-height: 2; }
        .feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx h5 {
          color: #fff;
          line-height: 2;
          margin-bottom: 0px;
          text-align: center; }
		  .feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx h5 a {
          color: #fff; }
		  .feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx h5 a:hover {
          color: var(--clr-def); }
        .feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx span {
          color: #fff;
          line-height: 1;
          font-size: 1.4rem; }
/*   .feature-yzlcon:hover .feature-pic::before {
    bottom: 0;
    opacity: 1;
    visibility: visible; } */

/*-------------------------------------------------------
10. About css 
---------------------------------------------------------*/
.about-area {
  position: relative; }
  .about-area .about-shape {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -480px; }

.about-wpr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem; }

.about-left h2 {
  margin-bottom: 3rem;
  font-size: 4rem;
  color: var(--clr-def);
  line-height: 5rem; }
.about-left p {
  margin-bottom: 3rem; }
.about-right-pic img {
	width:100%;
}
.about-qt {
  font-size: 2.8rem;
  font-weight: 500;
  text-decoration: underline;
  line-height: 2;
  color: #222222; }

.ab-2-f {
  display: flex;
  gap: 6rem;
  margin: 3rem 0 0 0; }

.ab-2-b-p {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-right: 1px solid;
  padding-right: 6rem; }

.ab-2-bio {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500; }
  .ab-2-bio h5 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem; }

/*-------------------------------------------------------
11. Categories css
---------------------------------------------------------*/
.cate-area {
  position: relative;
  z-index: 1; }
  .cate-area .cate-shp .s-1 {
    position: absolute;
    content: '';
    height: 40rem;
    width: 40rem;
    background-color: var(--clr-def);
    border-radius: 50%;
    z-index: -1;
    top: -60px;
    left: -80px; }
  .cate-area .cate-shp img {
    position: absolute;
    top: 60px;
    left: -60px; }

.cate-box {
  text-align: center;
  padding: 5rem 3rem;
  background-color: var(--clr-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ccc; }
  .cate-box::before {
    position: absolute;
    z-index: -1;
    background-color: var(--clr-bg);
    content: '';
    bottom: -235px;
    left: 70px;
    width: 28rem;
    height: 28rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1; }
  .cate-box .cate-icon {
    margin-bottom: 2.5rem; }
    .cate-box .cate-icon i {
      font-size: 5rem;
      display: inline-block;
      color: var(--clr-def); }
  .cate-box .cate-info h4 {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 2.2rem; }
  .cate-box .cate-info span {
    display: inline-block;
    line-height: 1;
    font-size: 1.6rem;
    font-family: var(--font-2);
    color: var(--clr-heading); }

.cate-2-box {
  border: 1px solid #ccc;
  padding: 3rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  text-align: center; }
  .cate-2-box .cate-2-icon {
    margin-bottom: 3rem; }
    .cate-2-box .cate-2-icon i {
      height: 9rem;
      width: 9rem;
      line-height: 9rem;
      text-align: center;
      display: inline-block;
      font-size: 3.5rem;
      background-image: linear-gradient(to right, var(--clr-def), var(--clr-def-2));
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
      color: var(--clr-white); }
  .cate-2-box .cate-2-info h3 {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 2.6rem; }
  .cate-2-box .cate-2-info p {
    margin-bottom: 2rem; }

/*-------------------------------------------------------
12. Courses css    
---------------------------------------------------------*/
.course-area {
  position: relative; }

.course-sp-1 {
  position: absolute;
  top: -2rem;
  left: 2rem;
  opacity: .467; }

.course-sp-2 {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  opacity: .467; }

.course-sp-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
  transform: rotateX(-180deg); }

.course-yzlcon {
  position: relative;
  box-shadow: 0 0 30px #eee;
  overflow: hidden;
  background-color: var(--clr-white); }
  .course-yzlcon .course-hand {
    position: absolute;
    bottom: 20px;
    right: -90px;
    opacity: .467; }
  .course-yzlcon .course-pic {
    position: relative; }
    .course-yzlcon .course-pic .course-price {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 1; }
      .course-yzlcon .course-pic .course-price .course-num {
        padding: 3px 1.5rem;
        color: var(--clr-white);
        font-weight: 500;
        background: var(--clr-def);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-family: var(--font-2); }
    .course-yzlcon .course-pic img {
      width: 100%;
      object-fit: cover; }
  .course-yzlcon .course-info {
    padding: 2rem 3rem; }
    .course-yzlcon .course-info .course-rating {
      display: flex;
      align-items: center;
      font-size: 1.4rem;
      color: var(--clr-def);
      gap: 5px; }
    .course-yzlcon .course-info .course-desc .course-title {
      font-size: 1.8rem;
	  margin-bottom: 0rem;
	  text-align: center;
	  }
      .course-yzlcon .course-info .course-desc .course-title a {
        color: var(--clr-heading);
        font-weight: 500;
        line-height: 3.6rem; }
	.course-yzlcon .course-info .course-desc .course-title a:hover {
        color: var(--clr-def); }
    .course-yzlcon .course-info .course-tech {
      display: flex;
      align-items: center;
      gap: 2rem; }
      .course-yzlcon .course-info .course-tech .course-bio {
        line-height: 1; }
        .course-yzlcon .course-info .course-tech .course-bio h5 {
          line-height: 1;
          margin-bottom: 4px;
          font-size: 1.5rem;
          font-weight: 500; }
        .course-yzlcon .course-info .course-tech .course-bio span {
          font-size: 1.4rem;
          color: var(--clr-def);
          line-height: 1;
          font-family: var(--font-2); }
    .course-yzlcon .course-info .course-buy {
      margin-top: 4rem;
      padding-top: 4rem;
      border-top: 1px solid #eee;
      display: flex;
      align-items: center;
      justify-content: space-between; }

.course-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .course-meta li {
    color: #363636;
    font-size: 1.6rem; }
    .course-meta li i {
      margin-right: 1rem;
      color: var(--clr-def); }

.course-yzlcon.c-box-2 .course-price .course-num {
  background-color: var(--clr-white);
  color: var(--clr-def); }
.course-yzlcon.c-box-2 .course-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0 3rem; }
  .course-yzlcon.c-box-2 .course-meta li {
    color: var(--clr-white); }
    .course-yzlcon.c-box-2 .course-meta li i {
      color: var(--clr-white); }
.course-yzlcon.c-box-2 .course-buy {
  margin-top: 3.5rem;
  padding-top: 0rem;
  border-top: none; }

.c-2-shape {
  position: absolute;
  bottom: 0;
  left: 0; }

.cse {
  top: 2rem;
  left: 2rem !important;
  bottom: inherit;
  transform: translate(0, 0) !important;
  z-index: 1; }

/*-------------------------------------------------------
7. Counter css 
---------------------------------------------------------*/
.counter-area {
  position: relative;
  z-index: 2; }
  .counter-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 65%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left; }
  .counter-area::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 65%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8); }

.counter-wpr {
  padding: 6rem;
  border-radius: var(--rad-1);
  background-color: var(--clr-def); }

.fun-fact .fun-icon i {
  font-size: 5rem;
  color: var(--clr-white); }
.fun-fact .fun-desc .timer {
  font-size: 5rem;
  margin: 3rem 0 0 0;
  display: inline-block;
  color: var(--clr-white);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  font-weight: 500; }
.fun-fact .fun-desc .medium {
  font-size: 18px;
  margin-left: 1.5rem;
  color: var(--clr-white);
  font-weight: 500; }

/*-------------------------------------------------------
8. Promotion css 
---------------------------------------------------------*/
.prom-area {
  position: relative;
  z-index: 2; }

.shape-pencil {
  position: absolute;
  height: 45rem;
  width: 70rem;
  z-index: -1;
  top: -227px;
  right: -349px;
  opacity: .256; }

.prom-left-pic {
  position: relative;
  z-index: 1; }
  .prom-left-pic::before {
    position: absolute;
    content: '';
    height: 40rem;
    width: 40rem;
    background-color: var(--clr-def);
    border-radius: 50%;
    z-index: -1;
    bottom: 20px;
    left: -230px; }
  .prom-left-pic::after {
    position: absolute;
    content: '';
    height: 51.2rem;
    width: 51.2rem;
    border-radius: 50%;
    z-index: -1;
    top: -60px;
    left: -200px; }

.prom-right h2 {
  margin-bottom: 4rem;
  font-size: 4rem;
  line-height: 5rem; }
.prom-right .prom-right-txt {
  margin-bottom: 0;
  padding: 3rem;
  border-radius: var(--rad-1);
  border-bottom: 2px solid var(--clr-def);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.prom-opt {
  margin-top: 4rem; }
  .prom-opt ul {
    display: flex;
    gap: 3rem;
    align-items: center; }

.prom-info {
  text-align: center; }
  .prom-info i {
    font-size: 3rem;
    height: 8rem;
    width: 8rem;
    text-align: center;
    line-height: 7rem;
    border: 5px solid var(--clr-def);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: var(--clr-def);
    margin-bottom: 2.6rem; }
  .prom-info .prom-txt p {
    margin-bottom: 0; }

/*-------------------------------------------------------
9. Promotion css 
---------------------------------------------------------*/
.event-area {
  position: relative;
  z-index: 1; }

.event-wpr.grid-2 {
  grid-gap: 6rem; }

.event-yzlcon {
  display: flex;
  gap: 3rem;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 6rem;
  margin-bottom: 1rem; }
  .event-yzlcon .event-info h4 {
    font-weight: 600;
    margin-bottom: 2rem; }
    .event-yzlcon .event-info h4 a {
      color: var(--clr-heading); }
	  .event-yzlcon .event-info h4 a:hover {
      color: var(--clr-def); }
  .event-yzlcon .event-info ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2.5rem;
    line-height: 1; }
    .event-yzlcon .event-info ul li {
      display: flex;
      align-items: center;
      font-size: 1.6rem;
      color: var(--clr-heading);
      font-weight: 500;
      line-height: 1; }
      .event-yzlcon .event-info ul li i {
        margin-right: 6px;
        margin-top: -6px;
        color: var(--clr-def); }


.event-date {
  width: 320px;
  -webkit-border-radius: var(--rad-1);
  border-radius: var(--rad-1);
  background-color: var(--clr-white);
  box-shadow: 1px 1.732px 40px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 3rem 3rem 4rem 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .event-date h3 {
    margin-bottom: 0;
    position: absolute;
    color: var(--clr-def);
    font-size: 3.5rem;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #FFF;
    height: 8rem;
    width: 8rem;
    line-height: 8.3rem;
    text-align: center;
    -webkit-box-shadow: 1px 1.732px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1.732px 40px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .event-date h5 {
    margin-bottom: 0;
    margin-top: 4.5rem;
    font-size: 1.6rem;
    font-weight: 500; }
  .event-date::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    left: 18px;
    border: 2px dashed var(--clr-def);
    -webkit-border-radius: var(--rad-1);
    border-radius: var(--rad-1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*-------------------------------------------------------
13. Subscribe css    
---------------------------------------------------------*/
.input-style-1 {
  height: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--clr-white);
  background-color: transparent;
  border: 3px solid var(--clr-white);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0 25px; }

.input-style-1::placeholder {
  color: var(--clr-white);
  font-size: 1.6rem;
  opacity: 1; }

.btn-2 {
  padding: 1rem 4rem;
  color: var(--clr-white);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 3px solid var(--clr-white);
  background-color: var(--clr-def); }
  .btn-2::before {
    position: absolute;
    content: '';
    background-color: var(--clr-black);
    height: 0%;
    width: 100%;
    left: 0;
    transition: all .5s ease;
    z-index: -1;
    opacity: .5;
    top: 0; }
  .btn-2::after {
    position: absolute;
    content: '';
    background-color: var(--clr-black);
    height: 0%;
    width: 100%;
    left: 0;
    transition: all .5s ease;
    z-index: -1;
    opacity: .5;
    bottom: 0; }
  .btn-2:hover::before {
    height: 50%; }
  .btn-2:hover::after {
    height: 50%; }
  .btn-2:hover {
    color: var(--clr-white); }

/*-------------------------------------------------------
14. Feedback css    
---------------------------------------------------------*/
.feed {
  position: relative; }
  .feed .feed-shape {
    position: absolute;
    top: 0;
    left: -20.8rem;
    z-index: -1; }

.feed-wpr.grid-px-2 {
  grid-gap: 10rem; }

.feed-left h2 {
  font-size: 50px;
  line-height: 1.4; }

.feed-box {
  position: relative;
  border-radius: var(--rad-1);
  background-color: white;
  box-shadow: 1px 1.732px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 4rem;
  overflow: hidden; }
  .feed-box .feed-shp {
    position: absolute;
    right: -49px;
    top: 0; }
    .feed-box .feed-shp i {
      font-size: 12rem;
      color: var(--clr-def);
      opacity: .7;
      display: inline-block; }
  .feed-box .feed-author {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 2.5rem; }
    .feed-box .feed-author .feed-auth-pic {
      position: relative; }
      .feed-box .feed-author .feed-auth-pic .feed-qoute {
        position: absolute;
        top: 20px;
        left: -13px; }
        .feed-box .feed-author .feed-auth-pic .feed-qoute i {
          height: 3rem;
          width: 3rem;
          line-height: 3rem;
          text-align: center;
          display: inline-block;
          background-color: var(--clr-def);
          color: var(--clr-white);
          border-radius: 50%;
          font-size: 1.4rem; }
    .feed-box .feed-author .feed-info h4 {
      line-height: 1;
      font-size: 2.2rem;
      margin-bottom: 1rem; }
    .feed-box .feed-author .feed-info span {
      font-size: 2rem;
      line-height: 1;
      font-weight: 500;
      display: inline-block;
      color: var(--clr-heading); }
  .feed-box p {
    margin-bottom: 2.5rem; }
  .feed-box .feed-rating {
    display: flex;
    align-items: center;
    gap: 3px; }
    .feed-box .feed-rating i {
      font-size: 1.5rem;
      color: var(--clr-def); }

.feed-active.owl-theme .owl-dots .owl-dot span {
  width: 2rem;
  height: 5px;
  margin: 0 7px;
  background: var(--clr-def);
  display: block;
  border-radius: 30px; }

.feed-active.owl-theme .owl-dots .owl-dot.active span,
.feed-active.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--clr-black); }

.feed-active.owl-carousel .owl-stage-outer {
  padding: 2rem;
  margin: 0rem -4rem 0rem 0; }

/*-------------------------------------------------------
10. Blog css 
---------------------------------------------------------*/
.blog-yzlcon .blog-pic {
  margin-bottom: 3rem; }
.blog-yzlcon .blog-pic img {
  width:100%; }
/* .blog-yzlcon .blog-info {
  padding: 0 0 4rem 0; } */
  .blog-yzlcon .blog-info .blog-meta {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2rem; }
    .blog-yzlcon .blog-info .blog-meta li {
      color: var(--clr-body);
      display: flex;
      align-items: center; }
      .blog-yzlcon .blog-info .blog-meta li a {
        color: var(--clr-body); }
      .blog-yzlcon .blog-info .blog-meta li i {
        color: var(--clr-def);
        margin-right: 1.5rem; }
/* .blog-yzlcon h4 {
  margin-bottom: 3rem; } */
  .blog-yzlcon h4 a {
    /* line-height: 38px; */
    font-size: 2rem;
    color: var(--clr-heading);
    font-weight: 500; }
  .blog-yzlcon h4 a:hover {
    color: var(--clr-def); }
.blog-yzlcon .blog-date-more {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .blog-yzlcon .blog-date-more .blog-date {
    background-color: var(--clr-def);
    border-radius: 30px;
    padding: 9px 23px;
    color: var(--clr-white);
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-yzlcon .blog-date-more .blog-date i {
      margin-right: 1rem; }

.btn-3 {
  display: inline-block;
  color: var(--clr-def);
  text-align: center;
  font-size: 2.2rem;
  text-decoration: underline; }

/*-------------------------------------------------------
21. Footer css 
---------------------------------------------------------*/
.yzlcms-footer {
  background-color: var(--clr-ftr); }

.footer-widget-wpr {
  display: grid;
  grid-template-columns: 350px 1fr 250px 1fr;
  grid-gap: 4rem; }

.footer-widget-title {
  color: var(--clr-white);
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  z-index: 1;
  opacity: .7; }
  .footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 6rem;
    height: 4px;
    background-color: var(--clr-ftr-2);
    bottom: 0;
    left: 0; }

.footer-adrs ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1rem; }
  .footer-adrs ul li i {
    margin-right: 1rem;
    display: inline-block; }

.footer-list li a {
  color: var(--clr-body); }

.footer-post {
  gap: 2rem; }

.post-content h5 {
  color: var(--clr-body);
  font-family: var(--font-1);
  font-weight: 500;
  line-height: 2.2rem;
  margin-bottom: 5px; }

.footer-post-date {
  line-height: 1;
  color: var(--clr-def); }

.footer-course li {
  margin-bottom: 1.5rem; }
  .footer-course li:last-child {
    margin-bottom: 0; }

.footer-contact .btn-1 {
  margin-top: -9px; }

.inp {
  height: 4rem;
  width: 100%;
  background-color: #222222;
  border: 1px solid #323232;
  padding: 1rem 2rem 1.5rem 2rem;
  color: #fff;
  margin-bottom: 2rem;
  outline: none;
  line-height: 1; }

.inp.input-3 {
  height: 12rem; }

.btn-1 {
  padding: 2rem 4rem;
  line-height: 1;
  background-color: var(--clr-def);
  border: 1px solid var(--clr-def);
  color: var(--clr-white);
  outline: none;
  font-weight: 500;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
  z-index: 1;
  display: inline-block; }
.btn-1:hover{
	color: var(--clr-white);
}

.footer-widget-box p {
  color: var(--clr-body); }

.copyright {
  text-align: center; }
.copyright p {
    color: var(--clr-body); }
.copyright span {
    margin:0 10px; }
.footer-social {
  display: flex;
  gap: 3rem; }
  .footer-social li a i {
    font-size: 3rem; }

/*-------------------------------------------------------
16. Subscribe css
---------------------------------------------------------*/
.contact-page-info.grid-2 {
  grid-gap: 13rem; }

.contact-left h2 {
  line-height: 5.5rem; }

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .contact-list li h5 {
    line-height: 1;
    margin-bottom: 1rem; }

.g-map-area {
  height: 100vh; }

.g-map--wrapper iframe {
  width: 100%;
  height: 100vh;
  border: none; }

/*-------------------------------------------------------
11. What We do css 
---------------------------------------------------------*/
.faq-wpr.grid-2 {
  grid-gap: 13rem; }

.faq-padding-left {
  padding-left: 36rem;
  margin-top: 5rem; }

.faq-right .faq-pic {
  text-align: right; }
  .faq-right .faq-pic img {
    width: 100%;
    object-fit: cover; }

.e-fq .accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.accordion-item:not(last-child) {
  margin-bottom: 3rem; }

.accordion-button {
  padding: 2.5rem 2rem;
  font-size: 1.8rem;
  color: var(--heading-color);
  background-color: var(--bg-color);
  font-weight: 500; }

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f067";
  /* FontAwesome Unicode */
  font-weight: 500;
  background-image: inherit;
  font-size: 1.4rem; }

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: inherit;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f068";
  /* FontAwesome Unicode */
  font-weight: 500;
  font-size: 1.4rem; }

.accordion-button:not(.collapsed) {
  border: none; }

.accordion-button:not(.collapsed) {
  color: var(--heading-color);
  background-color: var(--white-color);
  box-shadow: none; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none; }

.accordion-body {
  padding: 0rem 3rem 3rem 3rem; }
  .accordion-body p {
    font-size: 1.6rem; }

.faq-2-left {
  padding-right: 10rem; }
  .faq-2-left img {
    width: 100%;
    object-fit: cover; }

/*-------------------------------------------------------
20. Couse Single Css
---------------------------------------------------------*/
.course-right-yzlcon {
  margin-bottom: 3rem; }

.course-right-yzlcon:last-child {
  margin-bottom: 0; }

.course-post-wrp {
/*   display: flex;
  align-items: center; */
  float: left;
  width: 48%;
  margin-bottom: 1.5rem; }
.course-post-wrp.last {
	margin-left:4%;
}
  .course-post-wrp:last-child {
    margin-bottom: 0; }
.yzlcm-related .course-post-wrp img {
	width:100%;
/* 	width:8rem;
	height:8rem; */
	/* -webkit-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px; */
}
/* .course-post-text {
  margin-left: 1rem; } */
  .course-post-text h6 {
    margin: 5px 0;
    font-weight: 500;
	text-align: center;
    line-height: 1.5; }
  .course-post-text span {
    color: var(--clr-def);
    font-weight: 500; }

.course-right-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #2da2f3;
  font-weight: 500;
  }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--clr-white);
  background-color: var(--clr-def);
  border: 3px solid var(--clr-def); }

.nav-pills .nav-link {
  background: 0 0;
  border: 3px solid var(--clr-def);
  border-radius: 3rem;
  padding: 1.2rem 3.5rem;
  line-height: 1;
  margin-right: 2rem; }

/*Main COntent*/
.course-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 3rem; }

.course-syl-title {
  font-size: 3rem;
  color: #2da2f3;
  line-height: 4.6rem;
  margin-bottom: 3rem;
  margin-top: -1rem; }

.course-syl-price ul,
.course-syl-author ul {
  display: flex;
  align-items: center; }

.course-syl-price ul li,
.course-syl-author ul li {
  margin-right: 2rem;
  position: relative;
  z-index: 1;
  padding-right: 2rem; }

.course-syl-price ul li:last-child,
.course-syl-author ul li:last-child {
  margin-right: 0;
  padding-right: 0; }

.course-syl-author ul li::before {
  position: absolute;
  content: '';
  z-index: 1;
  background-color: #eaeaea;
  width: 1px;
  height: 5.4rem;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.course-syl-author ul li:last-child::before {
  display: none; }

.course-syl-author ul li .course-syl-author-wrp.d-bio {
  display: flex;
  align-items: center; }

.course-syl-author ul li .course-syl-author-wrp.d-bio img {
  border-radius: 50%;
  margin-right: 1rem; }

.course-syl-author ul li .course-syl-bio p {
  line-height: 1;
  margin-bottom: 1rem; }

.course-syl-author ul li .course-syl-rating i {
  color: var(--clr-def); }

.course-syl-header .cr-mb {
  margin-bottom: 3rem; }

.course-syl-header .cr-mb :last-child {
  margin-bottom: 0; }

.course-syl-price ul li p i {
  color: var(--clr-def);
  margin-right: 1rem;
  display: inline-block; }

.course-syl-price ul li .value {
  font-size: 2rem;
  font-family: var(--font-2);
  font-weight: 500;
  color: var(--clr-def); }

.course-btn {
  margin-bottom: 3rem; }

/*Course Tabs*/
.course-syl-tab nav {
  background-color: var(--clr-def);
  padding: 2rem 4rem; }

.course-syl-tab .nav-tabs .nav-link.active {
  color: var(--clr-heading);
  background-color: #fff; }

.course-syl-tab .nav-tabs {
  border-bottom: none; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.course-syl-tab .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 1.5rem;
  color: var(--clr-white);
  font-weight: 500;
  border: none;
  border-radius: 3rem;
  line-height: 1;
  padding: 1rem 3rem; }

.course-syl-con-header {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  padding-bottom: 4rem; }

.course-syl-con-header::before {
  position: absolute;
  content: '';
  z-index: -1;
  height: 3px;
  width: 4rem;
  background-color: var(--clr-def);
  bottom: 0;
  left: 0; }

.course-syl-con-header h2 {
  font-size: 3rem;
  margin-bottom: 2.5rem; }

ul.course-li-1 li {
  font-family: var(--font-2);
  font-weight: 500;
  color: var(--clr-heading);
  margin-bottom: 1rem;
  display: flex;
  align-items: center; }

ul.course-li-1 li i {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--clr-white);
  font-size: 6px;
  border-radius: 50%;
  background-color: var(--clr-def);
  margin-right: 1rem; }

.course-li-1.li-2 {
  -webkit-column-count: 2;
  column-count: 2; }

.course-li-1.li-2 li {
  font-family: var(--font-1);
  font-weight: 500; }

.course-syl-tab div#nav-tabContent {
  margin-top: 4rem; }

/*Course Accordion*/
.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #f6f5ff; }

.accordion-item:not(last-child) {
  margin-bottom: 3rem; }

.accordion-button {
  padding: 2.5rem 2rem;
  font-size: 1.8rem;
  color: var(-clr-heading);
  background-color: var(-clr-bg);
  font-weight: 500; }

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f067";
  /* FontAwesome Unicode */
  font-weight: 500;
  background-image: inherit;
  font-size: 1.4rem; }

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: inherit;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f068";
  /* FontAwesome Unicode */
  font-weight: 500;
  font-size: 1.4rem; }

.accordion-button:not(.collapsed) {
  border: none; }

.accordion-button:not(.collapsed) {
  color: var(-clr-heading);
  background-color: var(-clr-heading);
  box-shadow: none; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none; }

.accordion-body {
  padding: 2rem 2rem 2rem 2rem; }
  .accordion-body p {
    font-size: 1.6rem; }

/*Course Syllabus Design*/
.course-video-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.course-item-name {
  display: flex;
  align-items: center; }

.course-item-name div span {
  margin-left: 8px;
  font-size: 1.4rem;
  color: var(--clr-heading); }

.course-item-name div i {
  color: var(--clr-def); }

.course-item-name h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-left: 8px; }

.course-item-info span {
  color: var(--clr-heading); }
.course-item-info a {
  padding: 7px 3rem;
  line-height: 1;
  background-color: var(--clr-def);
  border-radius: 3rem;
  color: var(--clr-white);
  display: inline-block;
  margin-left: 8px; }

.course-video-list li {
  margin-bottom: 1.5rem;
  background-color: #F6FFFE;
  padding: 2rem 3rem; }
  .course-video-list li:last-child {
    margin-bottom: 0; }

/*Couse Details Review*/
.course-over-fet {
  background-color: var(--clr-white);
  box-shadow: 0 3px 1.5rem rgba(139, 139, 139, 0.16);
  padding: 6rem; }

.course-over-bio {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }

.course-over-name {
  margin-left: 2.5rem; }
  .course-over-name h5 {
    line-height: 1;
    margin-bottom: 9px; }
  .course-over-name h6 {
    line-height: 1;
    margin-bottom: 3px; }

.course-over-rating i {
  color: var(--clr-def);
  font-size: 1.5rem; }

.course-ovr-wrp .single-content-title {
  margin-bottom: 2.5rem; }
.course-ovr-wrp .single-comments-section-form h2 {
  margin-bottom: 3rem; }
.course-ovr-wrp .single-comments-section {
  margin-top: 3rem; }

.row.csf.align-items-center {
  margin-top: -3.5rem; }

.single-commentor {
  margin-bottom: 5rem; }
  .single-commentor ul {
    display: flex;
    flex-direction: column;
    gap: 3rem; }

.single-commentor-user {
  display: flex;
  align-items: center;
  gap: 3rem; }

/*-------------------------------------------------------
23. Author Single css
---------------------------------------------------------*/
.author-list li {
  display: block;
  margin-bottom: 7px;
  color: var(--clr-heading);
  font-family: var(--font-2);
  font-size: 1.6rem; }

.author-list li:last-child {
  margin-bottom: 0; }

.author-rating {
  display: flex; }

.author-rating p {
  color: var(--clr-heading);
  font-family: var(--font-2);
  margin-right: 8px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.author-rating ul li {
  display: inline-block; }

.author-rating ul li i {
  color: var(--clr-def); }

.auhtor-con span {
  margin-bottom: 1rem;
  display: block;
  color: var(--clr-heading); }

.auhtor-pic img {
  border-radius: 50%;
  border: 13px solid #eee;
  padding: 1.3rem; }

.author-bio-wrapper {
  -webkit-box-shadow: 0 3px 3rem rgba(139, 139, 139, 0.16);
  box-shadow: 0 3px 3rem rgba(139, 139, 139, 0.16);
  padding: 6rem;
  background-color: var(--clr-white); }

.auhtor-text p {
  margin-bottom: 0; }

.auhtor-text,
.auhtor-con {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.author-contact-exp {
  margin-top: 10rem; }

.autor-contact .contact {
  margin-bottom: 3rem; }
  .autor-contact .contact ul {
    display: flex;
    gap: 1.5rem;
    flex-direction: column; }
    .autor-contact .contact ul li i {
      margin-right: 1rem;
      color: var(--clr-def); }
.autor-contact .social ul {
  display: flex;
  gap: 1.5rem;
  align-items: center; }
  .autor-contact .social ul li i {
    color: var(--clr-white);
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 10px;
    background-color: var(--clr-def); }

.exp-box h4 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: 500; }
.exp-box .exp {
  margin-bottom: 3rem; }
  .exp-box .exp h5 {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px; }
  .exp-box .exp:last-child {
    margin-bottom: 0; }

/*-------------------------------------------------------
21. Login css
---------------------------------------------------------*/
.login-btns {
  display: flex;
  gap: 3rem;
  align-items: center; }
  .login-btns .form-check {
    display: flex;
    min-height: inherit;
    padding-left: 1.5em;
    margin-bottom: 0;
    align-items: center;
    gap: 1rem;
    line-height: 1; }
  .login-btns .form-check-label {
    color: var(--clr-heading);
    font-size: 2rem; }

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em; }
  .form-check .form-check-input:focus {
    outline: none;
    box-shadow: none; }

.login-title {
  font-weight: 500;
  font-size: 2.6rem; }

.form-check-input:checked {
  background-color: var(--clr-def);
  border-color: var(--clr-def); }

.login-form {
  padding: 7rem 6rem;
  background-color: var(--clr-white);
  border-radius: var(--rad-1);
  border: 1px solid #ccc; }
  .login-form .input-style-2 {
    background-color: #f7f7f7;
    font-size: 2rem; }

/*-------------------------------------------------------
21. Breadcrumb css
---------------------------------------------------------*/
.site-breadcrumb {
  height: 360px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1; }
  .site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: none;	}
  .site-breadcrumb .breadcrumb-title {
    font-size: 4.8rem;
    color: var(--clr-white);
    font-weight: 500;
    margin-bottom: 2rem;
	letter-spacing: 1px;
	font-family: var(--font-2);
	line-height: 1.2;
	}
  .site-breadcrumb .breadcrumb-menu {
    position: relative;
	color: var(--clr-white);
	font-weight: 300;
    z-index: 1; }
	.site-breadcrumb .breadcrumb-menu a {
        color: var(--clr-white);
		font-weight: 300;}
		.site-breadcrumb .breadcrumb-menu a:hover {
        color: var(--clr-def);}
    .site-breadcrumb .breadcrumb-menu li {
      position: relative;
      display: inline-block;
      margin-left: 3rem;
      color: var(--clr-white);
      font-weight: 500; }
      .site-breadcrumb .breadcrumb-menu li a {
        color: var(--clr-white);
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 1rem; }
      .site-breadcrumb .breadcrumb-menu li.active a {
        color: var(--clr-def); }
      .site-breadcrumb .breadcrumb-menu li::before {
        position: absolute;
        content: '\f101';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 500;
        width: 2rem;
        right: -24px;
        top: 1px;
        text-align: center;
        font-size: 1.4rem;
        color: var(--clr-white); }
      .site-breadcrumb .breadcrumb-menu li:first-child {
        margin-left: 0; }
      .site-breadcrumb .breadcrumb-menu li:last-child:before {
        display: none; }
      .site-breadcrumb .breadcrumb-menu li:hover {
        color: #d63031; }

/*-------------------------------------------------------
21. Blog Single css
---------------------------------------------------------*/
.single-page-info {
  display: grid;
  grid-template-columns: 1fr 37.3rem;
  grid-gap: 3rem; }
  .single-page-info.snp {
    grid-gap: 13rem; }

.single-area .g-5, .single-area .gx-5 {
  --bs-gutter-x: 6rem; }

.blog-single-pic {
  margin-bottom: 6rem;
  display: block; }

.blog-single-info .blog-single-header .blog-single-title {
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 2rem;
  color: #2da2f3;  }
.blog-single-info .blog-single-header .blog-single-meta {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.3rem;
  font-weight: 300;  }
  .blog-single-info .blog-single-header .blog-single-meta li i {
    margin-right: 1rem; }
  .blog-single-info .blog-single-header .blog-single-meta li:first-child i {
    color: #2878eb; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(2) i {
    color: #f14d5d; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(3) i {
    color: #00d2ff; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(4) i {
    color: #f14d5d; }
  .blog-single-info .blog-single-header .blog-single-meta li:nth-child(5) i {
    color: #1a01ff; }
.blog-single-info .blog-tag-links {
  gap: 2rem; }
.blog-single-info .blog-single-nxt-prev {
  display: flex;
  gap: 1.5rem; }
  .blog-single-info .blog-single-nxt-prev a i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--clr-def);
    text-align: center;
    color: var(--clr-white);
    display: inline-block;
    font-size: 3rem; }
  .blog-single-info .blog-single-nxt-prev a:last-child i {
    background-color: #f14d5d; }
.blog-single-info .blog-single-comment .blog-single-single {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 4rem;
  align-items: center;
  margin-bottom: 3rem; }
  .blog-single-info .blog-single-comment .blog-single-single:last-child {
    margin-bottom: 0; }
  .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio h5 {
    font-weight: 500; }
    .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio h5 .reply {
      color: var(--clr-body);
      font-size: 1.6rem;
      font-weight: 500; }
  .blog-single-info .blog-single-comment .blog-single-single .blog-single-single-bio span {
    display: block;
    margin-bottom: 1.5rem; }

.input-style-2 {
  padding: 2.1rem 2rem;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  line-height: 1; }
  .input-style-2::placeholder {
    font-size: 1.6rem;
    color: #787781;
    opacity: 1; }

textarea.input-style-2 {
  height: 15rem !important; }

button.theme-btn {
  border: none; }

.single-user-title {
  font-weight: 500;
  margin-bottom: 6rem; }

.b-qoute {
  padding: 3rem 6rem;
  font-style: italic;
  border: 1px solid #eaeaea; }

/*-------------------------------------------------------
23. Sidebar css
---------------------------------------------------------*/
.sidebar-widget {
  margin-bottom: 3rem;
  border-radius: 5px; }
  .sidebar-widget :last-child {
    margin-bottom: 0; }

/*Sidebar Title css*/
.widget-title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  color: #2da2f3;
  font-weight: 500; }

/*Search css*/
.sidebar-widget.search form {
  position: relative;
  z-index: 1; }
  .sidebar-widget.search form input {
    width: 100%;
    height: 6rem;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #f8f9ff; }
    .sidebar-widget.search form input::placeholder {
      color: var(--heading-color); }
  .sidebar-widget.search form button {
    position: absolute;
    padding: 1.3rem 2.4rem;
    background: var(--theme-color);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white-color);
    border: none;
    outline: none;
    top: 4px;
    right: 3px;
    font-size: 1.8rem; }

/*Recent css*/
.recent-post-single {
/*   display: grid;
  align-items: center;
  grid-template-columns: 10rem 1fr;
  grid-gap: 2rem; */
  margin-bottom: 2rem; }
  .recent-post-single:last-child {
    margin-bottom: 0; }
  .recent-post-single .recent-post-img img {
	width:100%;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .recent-post-single .recent-post-info span {
    font-family: var(--font-2);
    display: block;
    font-size: 1.4rem;
	font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1; }
  .recent-post-single .recent-post-info h5 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5; }


/*Categories css*/
.sidebar-widget.cate ul li {
  margin-bottom: 1.2rem;
    line-height: 1;
    border-bottom: 1px solid #e8e7e7;
    padding-bottom: 1.2rem;
  line-height: 1; }
  .sidebar-widget.cate ul li a {
	font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sidebar-widget.cate ul li a.on {
    color: var(--clr-def); }
  .sidebar-widget.cate ul li:last-child {
    margin-bottom: 0; }

/*-------------------------------------------------------
20. Breadcrumb css 
---------------------------------------------------------*/
.main-404-wrapper.grid-2 {
  align-items: center;
  height: 100vh; }

.main-404-btn {
  display: flex; }

.main-404-btn a {
  align-self: flex-start;
  font-weight: 500; }

.main-404-right span {
  display: block;
  font-size: 15rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2rem; }

.main-404-right p {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.3; }


.navbar-toggler .yzlcms_menu .bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: var(--clr-def); -webkit-transition: .3s; transition: .3s; }
.navbar-toggler .yzlcms_menu .bar:nth-of-type(1) { margin: 0px auto;}
.navbar-toggler .yzlcms_menu .bar:nth-of-type(3) { margin: 0px auto;}

.ti-angle-left:before {
	display: inline-block;
	content:"";
    width: 30px;
    height: 30px;
    border-top: 3px solid var(--clr-def);
    border-right: 3px solid var(--clr-def);
    transform: rotate(225deg);
}
.ti-angle-right:before {
	display: inline-block;
	content:"";
    width: 30px;
    height: 30px;
    border-top: 3px solid var(--clr-def);
    border-right: 3px solid var(--clr-def);
    transform: rotate(45deg);
}

.yzlcms-near p {margin-bottom: 0rem;color: var(--clr-body);}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Large Device: 1200px. */
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
	
	.hero-2-container .hero-2-content p {
        padding-right: 0;
    }
    
    .event-wpr.grid-2 {
        grid-gap: 3rem;
    }
    
    .cate-area .cate-shp .s-1 {
        top: 121px;
    }
	
.hero-single {
    height: 750px;
    padding: 0;
}
.hero-single .hero-content {
    padding: 0 16rem;
	text-align: center;
}
.hero-title {
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 500;
    color: var(--clr-white);
    margin-bottom: 4rem;
}
.de-padding {
    padding: 8rem 0;
}
.de-pt {
    padding-top: 8rem;
}
.de-pb {
    padding-bottom: 8rem;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	
    /*Hero*/
    .hero-2-container {
        height: auto;
        max-height: initial;
        padding-top: 5rem;
    }
    /*	About*/
    .about-wpr.grid-2 {
        grid-template-columns: 1fr;
    }
	
    /* Categories*/
    .cate-wpr.grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cate-2-wpr.grid-4 {
       grid-template-columns: repeat(2, 1fr); 
    }
    
    /*Couse*/
    
    .course-wpr.grid-3 {
        grid-template-columns: repeat(3, 1fr)
    }
    
    /*Promotion*/
    
    .prom-wpr.grid-2 {
        grid-template-columns: 1fr;
    }
    
    /*Event*/
    
    .event-wpr.grid-2 {
        grid-template-columns: 1fr;
    }
    
     /*Counter*/
    
    .counter-wpr.grid-4 {
        grid-template-columns: repeat(2,1fr);
    }
    
    .course-info-wrapper {
        grid-template-columns: 1fr;
    }
    
    /* Blog*/
    
    .blog-wpr.grid-3 {
        grid-template-columns: repeat(2,1fr);
    }
	
    .blog-wpr.grid-4 {
        grid-template-columns: repeat(2,1fr);
    }
    
    /*Footer*/
    
    .footer-widget-wpr {
        grid-template-columns: 1fr 1fr;
    }
    
    /* Contact*/
    
    .contact-page-info.grid-2 {
        grid-gap: 5rem;
    }
	
.navbar .navbar-brand .logo-display {
    height: 40px;
}
.hero-single {
    height: 650px;
    padding: 0;
}
.hero-single .hero-content {
    padding: 0 12rem;
	text-align: center;
}
.hero-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
    color: var(--clr-white);
    margin-bottom: 4rem;
}
.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 10rem;
}
.hero-slider.owl-theme .owl-nav .owl-next {
    right: 10rem;
}
.de-padding {
    padding: 6rem 0;
}
.de-pt {
    padding-top: 6rem;
}
.de-pb {
    padding-bottom: 6rem;
}
    
}




/* Mobile Layout: 320px. */
@media only screen and (max-width: 991px) {
body {
    font-size: 1.5rem;
    line-height: 2.8rem;
}
p {
    line-height: 2.8rem;
}
.about-left p {
    margin-bottom: 1rem;
}
	.site-title h2 {
		font-size: 2.4rem;
	}
    
    .site-breadcrumb .breadcrumb-title {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
	
	/*	Padding*/
	
	.de-padding{
		padding: 3rem 0;
	}

	.de-pt {
		padding-top: 3rem;
	}

	.pt-120 {
		padding-top: 3rem;
	}

	.pt-105 {
		padding-top: 3rem;
	}

	.pt-210 {
		padding-top: 13rem;
	}
	
	.de-pb {
		padding-bottom: 3rem;
	}

	.pb-120 {
		padding-bottom: 3rem;
	}

	.pb-105 {
		padding-bottom: 3rem;
	}
	
	.pb-80 {
		padding-bottom: 3rem;
	}
.mb-30 {
    margin-bottom: 1.5rem;
}
	.mb-50 {
		margin-bottom: 2rem;
	}
	.mb-60 {
		margin-bottom: 3rem;
	}
	
	h2 {
		font-size: 2.2rem;
	}
	h4,h5 {
		font-size: 1.6rem;
		line-height: 2.8rem;
		font-weight: 500;
	}
	/*	Breadcrumb*/
	
	.main-breadcrumb {
		padding: 0;
		text-align: center;
	}
	
	.site-breadcrumb-title h2 {
		font-size: 3rem;
		line-height: 1;
		margin-bottom: 1rem;
	}
	
	/*NavBar*/
	.navbar ul.navbar-nav .nav-item {
		border-bottom: 1px solid #e8e7e7;
	}	
	.navbar ul.navbar-nav .nav-item a {
		color: var(--clr-heading) !important;
	}

	.navbar.sticked.in ul.navbar-nav .nav-item a {
		color: var(--clr-heading);
	}
  .navbar ul.navbar-nav .nav-item a.on {
	color: var(--clr-def) !important;
  }	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 2.5rem;
	}
	
	.navbar {
		padding: 1rem 0;
	}
.dropdown-menu {
    padding: 0;
}
   .dropdown-menu .dropdown-item {
        font-size: 1.4rem!important
    }
    
	/*	grids*/
	
	.grid-2 {
		grid-gap: 1rem;
		grid-template-columns: 1fr;
	}
	
	.grid-3 {
		grid-gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.grid-4 {
		grid-gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}
	
    /*	Header Top*/
    
    .header-top-list {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        flex-direction: column;
    }
    
	/*	Hero*/
	
    .hero-section {
        height: auto;
    }
    
	.hero-single {
		height: 360px;
		padding: 0;
        
	}
	
    .hero-title {
        font-size: 2.4rem;
        line-height: 1.2;
        font-weight: 500;
        color: var(--clr-white);
        margin-bottom: 2rem;
    }
    
    /* Hero 2*/
    
    .hero-2-container {
        height: auto;
    }
    
    .hero-2-container .hero-2-content {
        padding-right: 0;
        padding-top: 5rem;
    }

    .hero-2-container .hero-2-content h2 {
        font-size: 3rem;
        line-height: 1.3;
        font-weight: 500;
    }
    
    .hero-2-container .hero-2-content p {
        padding-right: 0;
    }
    
    .hero-2-btn {
        flex-direction: column;
        align-self: flex-start;
    }
    
    /* About*/
    
    .about-qt {
        font-size: 2.2rem;
    }
    
    .ab-2-f {
        display: flex;
        gap: 3rem;
        flex-direction: column;
    }
    
    .about-right {
		margin-top: 3rem;
        position: relative;
        z-index: 2;
    }
    
    /* Categories*/
    
    .hero-2-tll {
        font-size: 3.6rem;
    }
    
    .site-title-2 {
        margin-bottom: 5rem;
    }
    
    /*Course*/
    
    .course-sp-1 {
        display: none;
    }
    
    .course-yzlcon .course-info .course-buy {
        gap: 5px;
    }
    
    .course-yzlcon.c-box-2 .course-pic .course-price {
        bottom: inherit;
        left: 2rem;
        transform: translate(0, 0);
        top: 2rem;
    }
    
    .course-info-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    
    .course-syl-price ul,
    .course-syl-author ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    
    .nav-pills .nav-link {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    
    ul.course-li-1 li {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    
    .course-li-1.li-2 {
        -webkit-column-count: 1;
        column-count: 1;
    }
    
    .course-syl-author ul li::before {
        display: none;
    }
    
    .course-video-wrp {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    
    .course-item-name {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    
    .course-item-name h5 {
        margin-left: 0;
    }
    
    .course-item-info a {
        margin-left: 0;
        margin-top: 8px;
    }
    
    .course-item-info span {
        display: block;
    }
    
    .course-over-fet {
        padding: 3rem;
    }
    
    .single-commentor-user {
        flex-direction: column;
        align-items: flex-start;
    }

     /* Counter*/
    
    .counter-area {
        position: relative;
        z-index: 2;
    }
    
    .counter-wpr {
        padding: 3rem;
    }
    
    /* Promotion*/
    .prom-opt ul {
        flex-direction: column;
    }
	
    /*Event*/
    
    .event-yzlcon {
        flex-direction: column;
		padding-bottom: 1rem;
		align-items: normal;
    }
    .event-wpr.grid-2 {
		grid-gap: 1rem;
	}
    .event-date {
        width: 200px;
		display:none;
    }
    
    .event-yzlcon .event-info ul {
        display: flex;
        gap: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    /* Review*/
    
    .feed-wpr.grid-px-2 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 3rem;
    }
    
    .feed-box .feed-author {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .feed-active.owl-carousel .owl-stage-outer {
        padding: 0rem;
        margin: 0rem 0rem 0rem 0;
    }
    
    .feed-box {
        padding: 3rem;
    }
    
    /*  Footer  */
    
    .footer-widget-wpr {
        grid-template-columns: 1fr;
    }
    
    .copyright {
        align-items: flex-start;
        padding-bottom: 5rem;
        flex-direction: column;
        gap: 3rem;
    }
    
    /* FAQ*/
    
    .faq-wpr.grid-2 {
        grid-gap: 5rem;
    }
    
    /* Contact*/
    
    .contact-page-info.grid-2 {
        grid-gap: 5rem;
    }
    
    /*Author Single*/
    
    .author-bio-wrapper {
        padding: 3rem;
    }
    
    /*Blog*/
    
    .blog-single-info .blog-single-header .blog-single-meta {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .b-qoute {
        padding: 2rem;
    }
    
    .blog-single-tag {
        flex-direction: column;
        align-items: flex-start!important;
        gap: 3rem;
    }
    
    .blog-single-info .blog-single-comment .blog-single-single {
        grid-template-columns: 1fr;
    }

.navbar .navbar-brand .logo-display {
	height:30px;
}
button.navbar-toggler {
    font-size: 2.2rem;
}
.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 2rem;
}
.hero-slider.owl-theme .owl-nav .owl-next {
    right: 2rem;
}
.ti-angle-left:before {
    width: 20px;
    height: 20px;
}
.ti-angle-right:before {
    width: 20px;
    height: 20px;
}
.hero-single .hero-content {
    padding: 0 3.5rem;
	text-align:center;
}
.btn-1 {
    padding: 1rem 2rem;
	font-size: 1.4rem;
}
.course-yzlcon .course-info {
    padding: 1rem 1rem;
}
.course-yzlcon .course-info .course-desc .course-title {
    font-size: 1.5rem;
}
.course-yzlcon .course-info .course-desc .course-title a {
    line-height: 3rem;
}
.about-left h2 {
	margin-bottom: 0rem;
    font-size: 2.4rem;
}
.feature-yzlcon .feature-pic .feature-ovr {
    position: relative;
    bottom: 0;
    background: none;
}
.feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx {
    /* padding: 1rem 0; */
}
.feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx h5 {
    line-height: 3rem;
	text-align: left;
}
.feature-yzlcon .feature-pic .feature-ovr .feature-ovr-tx h5 a {
    color: var(--clr-heading);
}
.feature-yzlcon .feature-pic::after {
	display:none;
}
.course-syl-title {
  font-size: 1.8rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
  margin-top: 0rem; }
.sidebar-widget {
    margin-bottom: 2rem;
}
.widget-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
.course-right-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
.site-breadcrumb {
    height: 245px;
}
.blog-yzlcon .blog-pic {
    margin-bottom: 1rem;
}
.blog-yzlcon h4 {
    margin-bottom: 1rem;
}
.blog-yzlcon h4 a {
    line-height: 3rem;
    font-size: 1.8rem;
    font-weight: 500;
}
.blog-yzlcon .blog-info {
    padding: 0;
}
.blog-yzlcon .blog-date-more .blog-date {
    border-radius: 10px;
    padding: 5px 12px;
	font-size: 1.6rem;
    font-weight: 500;
}
.blog-single-info .blog-single-header .blog-single-title {
    line-height: 1.5;
    font-size: 1.6rem;
}
.blog-single-info .blog-single-header .blog-single-meta {
    gap: .5rem;
	padding-bottom: 1.5rem;
}
.event-yzlcon .event-info h4 {
    margin-bottom: 1rem;
}
.recent-post-single {
    margin-bottom: 1rem;
}
.recent-post-single .recent-post-info h5 {
    font-size: 15px;
}
	
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.main-navigation .navbar.bsnav-sticky .navbar-collapse ul li a {
		color: #333;
	}
}

@media only screen and (max-width: 576px) {
    .blog-wpr.grid-4 {
        grid-template-columns: repeat(1,1fr);
    }
}


.yzlcms-kefu {
	position: fixed;
	z-index: 999999999;
	right: 20px;
	bottom: 220px;
	color: #333333;
}
.yzlcms-kefu-con {
	position: relative;
	float: right;
}
.yzlcms-kefu .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #2da2f3;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.yzlcms-kefu .a.active, .yzlcms-kefu .a:hover {
	background: #444444;
}
.yzlcms-kefu .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.yzlcms-kefu .a-service {
	background: #2da2f3 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service:hover {
	background: #444444 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone {
	background: #2da2f3 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone:hover {
	background: #444444 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode {
	background: #2da2f3 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode:hover {
	background: #444444 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top {
	background: #D2D3D6 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top:hover {
	background: #444444 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.yzlcms-kefu .a-top {
	display: none;
}
.yzlcms-kefu .d {
	display: none;
	width: 240px;
	background: #f5f5f5;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.yzlcms-kefu .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.yzlcms-kefu .d-service {
	top: 0px;
}
.yzlcms-kefu .d-service-phone {
	top: 0px;
}
.yzlcms-kefu .d-qrcode {
	top: 84px;
}
.yzlcms-kefu .d .inner-con {
	padding: 14px 22px;
}
.yzlcms-kefu .d-service-item {
	padding: 4px 0;
	overflow: hidden;
}
.yzlcms-kefu .d-service .d-service-item {
	border-bottom: none;
}
.yzlcms-kefu .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.yzlcms-kefu .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/qq.png) no-repeat center 2px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.yzlcms-kefu .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/phone.png) no-repeat center center;
	display: block;
}
.yzlcms-kefu .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item a:hover p {
	color: #2da2f3;
}
.yzlcms-kefu .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-intro {
	padding-top: 10px;
}
.yzlcms-kefu .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.yzlcms-kefu .d-qrcode {
	text-align: center;
	width: 180px;
}
.yzlcms-kefu .d-qrcode .inner-con {
	padding: 15px 0;
}
.yzlcms-kefu .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
	margin-bottom: 0px;
}
.yzlcms_links {
	_padding-bottom: 30px;
}
.yzlcms_links .yzlcms_wrap {
	width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.yzlcms_links .links_tit {
    font-size: 16px;
    color: #333;
	line-height: 36px;
    height: 36px;
}
.yzlcms_links .links_list {
	text-align: center;
	overflow: hidden;
}
.yzlcms_links .links_list ul li {
    _float: left;
	font-weight: 300;
	display: inline-block;
    padding: 0px 15px 0px 0;
}
.yzlcms_links .links_list ul li a {
	_font-size: 14px;
    _line-height: 26px;
    _color: #666;
}
@media (max-width:991px) {
.yzlcms_menu {
    display: block;
}
.yzlcms-kefu {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.yzlcms-kefu .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
.yzlcms-kefu .d {
    right: 60px;
}
.yzlcms-kefu .d-service-phone {
	top: 64px;
}
.yzlcms-kefu .d-qrcode {
	top: 128px;
}
.yzlcms-kefu .d .inner-con {
    padding: 4px 22px;
}
.yzlcms-kefu .d-qrcode .inner-con {
    padding: 15px 0;
}
}
@media (max-width:767px) {
.yzlcms-kefu {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.yzlcms-kefu .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.yzlcms-kefu .a-service {
	display: none !important;
}
.yzlcms-kefu .a-qrcode {
	display: none !important;
}
.yzlcms-kefu .d-service {
	display: none !important;
}
.yzlcms-kefu .d-service-phone {
	display: none !important;
}
.yzlcms-kefu .d-qrcode {
	display: none !important;
}
.yzlcms_links {
	padding-bottom: 3rem;
}
}

.yzlcms_page { text-align:center;margin: 6rem 0 0 0;font-weight: 300;}
.yzlcms_page ul li { display:inline-block; line-height: 3.6rem; border: 1px solid #e9e7e7; margin: 0 5px 5px 0;color: #333333;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:var(--clr-def); border: 1px solid var(--clr-def);}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; padding:0 10px;color: #333333;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}


.course-area .yzlcms_page { margin: 6rem 0 0 0;}

@media (max-width:991px) {
.course-area .yzlcms_page { margin: 3rem 0 0 0;}
.yzlcms_page { margin: 3rem 0 0 0;}
.yzlcms_page ul li {
    line-height: 3rem;
}
}

.showcon {}
.showcon img { max-width:100% !important; height:auto !important;}

.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon video {
    max-width: 100% !important;
    height:auto !important;
}
.showcon iframe {
    max-width: 100% !important;
    height:auto !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
}

.yzlcms-kefu .d {
    width: 255px;
}
.yzlcms-kefu .d .arrow {
    display: none;
}
.yzlcms-kefu .d .inner-con {
	line-height: 0;
}
.yzlcms-kefu .d-qrcode .inner-con p {
	line-height: 30px;
        margin: 0 0 0 0;
}
.yzlcms-kefu .d-service-item .text {
    width: 150px;
}
.yzlcms-kefu .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-service .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-qrcode {
    width: 180px;
}