
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity .15s linear;
  opacity: .5;
} 
.top_slider {
  padding: 50px 0;
  background-color: #F6F8FC;
  position: relative;
  overflow: hidden;
  margin: 0 0 60px;
}
.top_slider::before {
  content: '';
  width: 700px;
  height: 700px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 1px solid #CAD0FA;
  bottom: -80%;
}
.top_slider::after {
  content: '';
  width: 276px;
  height: 276px;
  position: absolute;
  left: 10%;
  border-radius: 50%;
  border: 1px solid #CAD0FA;
  bottom: -30%;
}
.top_slider .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_slider .container::before {
  content: '';
  background: url('/templates/shaper_helix3/images/edumall-shape-grid-dots.png') no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 20%;
  bottom: -10%;
} 
.top_slider .container > div {
  position: relative;
  z-index: 1;
}
.top_slider a{
  background-color: #0071dc;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  margin: 30px 0 0;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
} 
.top_slider a:hover{
  background-color: #e50001; 
}
.top_slider img {
  width: 750px;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.top_slider h4 {
  color: #0071dc;
  font-size: 15px;
  margin: 0 0 15px;
}
.top_slider h2 {
  font-size: 21px;
  margin: 0 0 20px;
}
.top_slider p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.kcrow> div{
  margin: 0 0 20px;
}
.kcbox {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
}
.kcbox.blue{
  background: #EFF5F7;
}
.kcbox.cream{
  background: #F6F3ED;
}
.kcbox > div:first-child {
  width: 55%;
  float: right;
  padding-left: 20px;
}
.kcbox > div:last-child {
  width: 45%;
  float: left; 
}
.kcbox img {
  border-radius: 10px;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
  padding: 5px;
  background: #fff; 
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
}  
.kcbox:hover img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.kcbox a{
  background-color: #0071dc;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 10px;
  margin: 0 0 0;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
}
.kcbox a:hover {
  background-color: #e50001; 
} 
.kcbox h2 {
  font-size: 16px;
  margin: 0 0 13px;
  line-height: normal;
  text-align: right;
}
.kcbox p  {
  margin: 0 0 20px;
  line-height: 20px;
  font-size: 13px;
} 

.kc_articles_swiper_container{
  position: relative;
}
.kc_articles_swiper{
  position: relative;
  overflow: hidden; 
  width: 93%;
  margin: 0 auto;
}  
.kc_articles_swiper .swiper-wrapper{ 
}

.kc_articles_swiper .swiper-pagination {
  position: static !important;
  margin: 10px 0;
}
.kc_articles_swiper .swiper-slide {
  width: 25%;
  padding: 10px;  
}
.kc_articles_swiper .swiper-slide > div {
  width: 100%;
  z-index: 2;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
  border-radius: 10px;
  transition: all linear 0.3s;
  position: relative;
  background: #fff;
  float: right;
  overflow: hidden;
}
.kc_articles_swiper .swiper-slide:hover  >div{ 
  box-shadow: 0 0 17px rgba(0,0,0,0.18);
}
.kc_articles_swiper .swiper-slide .intro-image{
  width: 100%;
  overflow: hidden;
}
.kc_articles_swiper .swiper-slide img {
  width: 100% !important;
  /* height: 240px; */
  /* width: 260px !important; */
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
transition: all 1.5s cubic-bezier(0,0,.2,1);
  margin: 0 auto;
}  
.kc_articles_swiper .swiper-slide h2 {
  margin: 0;
  line-height: normal !important;
  clear: both;
  width: 100%;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
} 
.kc_articles_swiper .swiper-slide h2 a {
  text-align: center !important;
  font-size: 13px !important;
  margin: 0 0 5px;
  line-height: 25px !important;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear 0.3s;
}
.kc_articles_swiper .swiper-slide:hover h2 a{
  color: #e50001 !important;

}
.kc_articles_swiper .swiper-slide:hover img{
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.kc_articles_swiper .swiper-slide .hits {
  width: 50%;
  float: right;
  font-size: 12px;
  text-align: right;
  position: relative;
  padding-right:30px;
  color: #666;
  margin: 0 0 15px;
}
.kc_articles_swiper .swiper-slide .hits::before {
  content: "\f06e";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 16px;
  color: #888;
}
.kc_articles_swiper .swiper-slide .published {
  width: 50%;
  float: right;
  font-size: 12px;
  text-align: left;
  position: relative;
  padding-left: 30px;
  color: #666;
  margin: 0 0 15px;
}
.kc_articles_swiper .swiper-slide .published::before {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 16px;
  color: #888;
}
.swiper-slide > div article.item {
  margin: 0 !important;
}
.kc_articles_swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px !important;
  padding: 0;
  transition: width .2s ease-in-out, background-color .2s ease-in-out;
  border: 0;
  border-radius: 7px;
  opacity: 1 !important;
  background: #B0B0B0;
}
.kc_articles_swiper .swiper-pagination-bullet-active {
  background: #2b5c85 !important;
  width: 23px;
  border-radius: 5px;
}
.kc_articles_swiper .swiper-slide i.fa {
  font-size: initial;
  width: initial;
  height: initial;
  line-height: initial;
  text-align: initial;
  color: initial;
} 

.kc_articles_swiper_container .swiper-button-next   {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 38%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  color: #2b5c85;
  right: auto;
} 
.kc_articles_swiper_container .swiper-button-prev  {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 38%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  color: #2b5c85;
  left: auto;
} 
.kc_articles_swiper_container .swiper-button-prev::before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
} 
.kc_articles_swiper_container .swiper-button-next::before {
  position: relative;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 26px;
} 
.kc_articles_swiper_container .swiper-button-prev::after,
.kc_articles_swiper_container .swiper-button-next::after {
  display: none;
} 






.packageslidesdiv { 
  margin-bottom: 20px; 
  text-align: center;
} 
.packageslidesdiv.box .packageslidesdiv_link {
  background-color: #0071dc;
  color: #fff; 
  display: inline-block;
  text-align: center;
  padding: 9px 20px;
  border-radius: 10px;
  margin: 0 auto 20px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);  
}
.packageslidesdiv.box .packageslidesdiv_link:hover {
  background-color: #e50001;
}

.title-heading{
  font-size: 20px !important;
  margin:0 0 20px 0 !important;
  color: #333;
  line-height: 36px;
  min-height: 35px;
  text-align: center;
  width: 100%;
  float: right;
  font-family: yekan;
font-weight: bold;
} 

.software-banner-img {
  border-radius: 10px;
  margin: 0 0 40px !important;
  width: 100%;
}
.software-banner-img:hover {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
} 
.software-banner{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 0 !important;
}  

.homepage .entry-header { 
  margin-bottom: 10px;
}
.homepage article.item {
  margin:20px 0 0 0  !important;
} 
.homepage article.item h1 {
  font-size: 22px;
  font-weight: bold;
}
.homepage article.item h2 {
  font-size: 19px !important;
  margin: 0 !important;
}
.gray_box{
 background-color: #f4f4f4;
 width: 100%;
 float: right;
 margin: 0 0 40px; 
 padding: 30px 0 15px;
 position: relative;
}
.gray_box .title-heading {
 margin: 0 0 20px !important;
}
.countdowns .timer_box:first-child{
  width: 49%;
  float: right;
}
.countdowns .timer_box:last-child{
  width: 49%;
  float: left;
  background: linear-gradient(#079992,#38ada9); 

}







.kcbookscategories_container {
  position: relative;
}
.kcbookscategories  {
  overflow: hidden; 
  width: 93%;
margin: 0 auto; 
} 
.kcbookscategories .swiper-slide {
  width: 25%;
  padding: 10px;  
  height: auto; 
}
.kcbookscategories .swiper-slide > div {
  width: 100%;
  z-index: 2;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
  border-radius: 10px;
  transition: all linear 0.3s;
  position: relative;
  background: #fff;
  float: right;
  overflow: hidden;
}
.kcbookscategories .swiper-slide:hover  >div{ 
  box-shadow: 0 0 17px rgba(0,0,0,0.18);
}
.kcbookscategories .swiper-slide h2 {
  margin: 0;
  line-height: normal !important;
  clear: both;
  padding: 10px;
  z-index: 2;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
  border-radius: 10px;
  transition: all linear 0.3s;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 15px !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kcbookscategories .swiper-slide h2 a {
  text-align: center !important;
  margin: 0;
  line-height: 25px !important;
  display: block;
  color: #333;
  overflow: hidden;
  transition: all linear 0.3s;
}
.kcbookscategories .swiper-slide:hover h2 a{
  color: #e50001 !important;

} 
.kcbookscategories_container .swiper-button-next   {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 52%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  color: #2b5c85;
  right: auto;
} 
.kcbookscategories_container .swiper-button-prev  {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 52%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  color: #2b5c85;
  left: auto;
} 
.kcbookscategories_container .swiper-button-prev::before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
} 
.kcbookscategories_container .swiper-button-next::before {
  position: relative;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 26px;
} 
.kcbookscategories_container .swiper-button-prev::after,
.kcbookscategories_container .swiper-button-next::after {
  display: none;
} 

 

.hikashop_products_listing {  
  position: relative;
}

.hikashop_products_listing .swiper{
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}
.hikashop_products_listing .swiper-slide { 
  margin: 0 !important;
  padding: 10px;
}
.hikashop_products_listing .swiper-button-next   {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 52%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  color: #2b5c85;
  right: auto;
} 
.hikashop_products_listing .swiper-button-prev  {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 52%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  color: #2b5c85;
  left: auto;
} 
.hikashop_products_listing .swiper-button-prev::before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
} 
.hikashop_products_listing .swiper-button-next::before {
  position: relative;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 26px;
} 
.hikashop_products_listing .swiper-button-prev::after,
.hikashop_products_listing .swiper-button-next::after {
  display: none;
} 

.hikashop_products_listing .hk-row-fluid{
  margin: 0 -15px !important;
}
.hikashop_products_listing .hikashop_product {
  margin: 0 0 20px;
  padding: 0 15px !important;
}
.hikashop_products_listing .hikashop_container {
  height: 100%;
  position: relative;
  padding: 0;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  text-align: center;
  width: 100%;
  float: right;
  margin: 0 !important;
}
.hikashop_products_listing .hikashop_container h3 {
  font-size: 14px !important;
  margin: 0;
  line-height: 23px !important;
  overflow: hidden;
  text-align: center;
  color: rgb(51,51,51);
  padding: 10px;
}
.hikashop_products_listing .hikashop_container h3 a {
  display: block;
  color:rgb(51, 51, 51);
}
.hikashop_products_listing .hikashop_container .discount_end {
  display: block;
  color: #e50001;
  font-size: 12px;
}
.hikashop_products_listing .hikashop_container video,
.hikashop_products_listing .hikashop_container img{
  width: 100% !important;
  height: auto !important;
  border-radius: 10px 10px 0 0;
}
.hikashop_products_listing .hikashop_container a.hikabtn {
  border: none;
  color: #fff !important;
  padding: 5px ;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  width: 105px;
  background: #0071dc;
}  
.hikashop_products_listing .hikashop_container a.hikabtn:hover {
  background: #e50001;
}
.hikashop_products_listing .hikashop_container:hover a.hikabtn::after,
.hikashop_products_listing .hikashop_container a.hikabtn:hover::after {
  -webkit-mask-position: right center;
}
.hikashop_products_listing .hikashop_container .hikashop_product_price_full { 
  display: block;
  text-align: right;
  font-size: 15px;
  position: static; 
  color: #009b45; 
}
.hikashop_products_listing .hikashop_container span.hikashop_product_price_before_discount {
  text-decoration: line-through;
  white-space: nowrap;
  color: #888;
  font-size: 13px;
  margin-right: 0;
}
.hikashop_products_listing .hikashop_container .hikashop_product_discount {
  background: #DD3834;
  font-size: 12px;
  line-height: 19px;
  display: block;
  margin: 0 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 10px 0 10px;
}
.hikashop_products_listing .hikashop_container .product_brand_row a{
  display: inline-block;
}
.hikashop_products_listing .hikashop_container .product_brand_row img {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px !important;
}
.hikashop_products_listing .hikashop_container .footer_box {
  display: flex;
  padding: 0 15px;
  margin: 0 0 15px;
  justify-content: space-between;
  align-items: center;
}
.hikashop_products_listing .hikashop_container .info {
  display: flex; 
  padding: 0 15px;
  justify-content: space-between;
  margin: 0 0 15px;
}
.hikashop_products_listing .hikashop_container .teacher { 
  font-size: 13px;
  text-align: right;
  position: relative; 
  color: #666;
  margin-left: 15px;
}
.hikashop_products_listing .hikashop_container .teacher a{
  color: #666;
} 
.hikashop_products_listing .hikashop_container .teacher  svg { 
  width: 25px;
  height: 25px;
  fill: #737373;
}
.hikashop_products_listing .hikashop_container .period {  
  font-size: 13px;
  text-align: right;
  position: relative; 
  color: #666;
}  
.hikashop_products_listing .hikashop_container .period  svg { 
  width: 18px;
  height: 18px;
  fill: #737373;
}


@media (max-width: 1200px) { 
  .kc_articles_swiper .swiper-slide { 
      width: 33.33%;  
  }
  .kcbookscategories .swiper-slide { 
      width: 33.33%;  
  }
  
  .hikashop_products_listing .hikashop_product{
    flex: 0 0 50%;
    max-width: 50%;
  }
} 

@media (max-width: 995px) {  
  .top_slider .container {
      display: block !important;
      text-align: center !important;
  }
  .top_slider img {
    width: auto !important; 
    margin: 20px auto 0 !important;
    padding: 0 !important;
  }
  .top_slider p {
    font-size: 14px !important;  
  }
  .top_slider h2 {
    font-size: 19px !important;
  }
  
}

@media only screen  and (max-width : 768px) {  
  .kc_articles_swiper .swiper-slide { 
      width: 40%;  
  }
  .kcbookscategories .swiper-slide { 
      width: 40%;  
  }
}
@media only screen  and (max-width : 480px) {   
  .kcbookscategories .swiper-slide { 
      width: 65%;  
  }
  .kc_articles_swiper .swiper-slide { 
      width: 65%;  
  }
  .kc_articles_swiper .swiper-slide img {
    height: 222px;
    width: 100%;
  }
  .hikashop_products_listing .hikashop_product{
    flex: 0 0 100%;
    max-width: 100%;
  }
}


   
.blink_me {
animation: blinker 1s linear infinite;
}

@keyframes blinker {
50% {
    opacity: 0;
}
}