/*
Theme Name: Siksha
Theme URI: http://Ordainit.com/html/siksha
Author: Ordainit
Author URI: http://Ordainit.com/html/siksha
Description: Siksha - LMS & Online Courses Html Template
Version: 1.0.0
*/
/*=================================================
  Common style
================================================*/  

html {
  scroll-behavior: smooth;
}


a:focus,
a:hover{
  color:#f36b9b;
  text-decoration:none;
}
::selection {
  background: #FE354D;
  color: #ffffff;
  text-shadow: none;
}

.section-title h2{
  font-weight: 700;
  color: #673ab7;
}
.default-btn {
    background-color: #7C08FF;
    color: #fff;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    line-height: 23px;
    font-weight: 500;
    transition: all 0.7s ease;
}
.default-btn:hover{
  background-color:#f36b9b;  
  color: #ffffff;
}
.default-btn:focus{
  color: #ffffff;
}
.btn-white-theme:hover{
  background-color: #ffffff; 
  color: #1A202D;
}
.btn-view-theme{
  background-color: #fb582a;
  color: #fff;
  padding: 14px 35px;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block;
  line-height: 23px;
  font-weight: 500;
  opacity: 1;
  transition: all 0.7s ease;
  margin: 0 auto;
}
.btn-view-theme:hover{
  color: #ffffff; 
}
.pos-relative{position: relative;}
.section-title-bg {
  position: absolute;
  content: "";
  top: 55px;
  width: 100%;
  height: auto;
  animation: move 4s linear infinite;
}
@keyframes move{
  0%{transform: translateX(0);}
  50%{transform: translateX(20px);}
  100%{transform: translateX(0px);}
}
.sub-header{
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #f36b9b;
}
.section-title.pos-relative {
  z-index: 1;
}
/*=======================================
  Spacing
=======================================*/ 
.section-padding{padding: 120px 0;}
.top-spacing{padding-top:120px}
.mb-60{margin-bottom: 33px;}
.pb-20{padding-bottom: 20px;}
/*=====================================
    header area start
=====================================*/
.sticky {
  position: fixed;
    top: -25px;
    right: 0;
    width: 100%;
    z-index:99999;
    margin-top: 25px;
    margin-bottom: 5px;
    background: #ffffff;
    transition: all 0.7s ease;
    box-shadow: 1px 1px 3px #bac0c5;
}
.header-area .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 80px;
}
.main-menu ul{
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.main-menu ul li{
  display:inline-block;
  position:relative;
  line-height: 40px;
}
.main-menu ul li a {
  font-size: 18px;
  color: #130947;  
  padding: 0 15px !important;
  font-weight: 700;
}
.main-menu ul li a:last-child{
  padding: 0;
}
.main-menu ul li a:hover{
    color:#FE354D;
}    
.canvas_open{
  margin-left: 20px;
}


/*==========================
    banner section start
===========================*/    
.banner-section {
  position: relative;
  z-index: 0;
}

.banner-section-1{
  height: 100vh;
}
.banner-section:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  opacity: 0.8;
  z-index: -1;
}
.banner-section .main-title{
  color: #ffffff;
  font-weight: 700;
}

.hero-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero-video video {
  position: absolute;
  top: -50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
/*==========================
    banner section start
===========================*/    
/*==============================
    home page demo start
===============================*/
.demo-home-page {
  background: #ffffff;
  overflow: hidden;
}
.demo-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  padding-bottom: 30px;
}
.demo-box {
  z-index: 0;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  border-radius: 4px;
  transition: all 0.4s ease;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.demo-box:hover{
  transform: translateY(-10px);
} 
.demo-thumbnail-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fd1164;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
} 
.demo-box:hover .demo-thumbnail-info{
  transform: scale(1.0);
  visibility: visible;
  opacity: 0.9;
}
.demo-box-meta {
  background-color: #7C08FF;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 1;
  transform: rotateX(270deg);
  transition: all 0.7s ease;
}
.demo-box:hover .demo-box-meta{
  opacity: 1;
  transform: rotateX(360deg);
}
.demo-box-meta h4 {
  color: #ffffff;
  font-size: 18px;
}
.wrapper{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cell-ball{
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
}
.cell-ball-1{
  background-color: rgb(106 90 205 / 60%);
  position: relative;
  animation: cell-ball-1 10s linear infinite;
  transform-origin: bottom;
}
.cell-ball-2{
  background-color: #E2FAF4;
  position: relative;
  animation: cell-ball-2 10s linear infinite;
  transform-origin: bottom;
  animation-delay: 1s;
}
.cell-ball-3{
  background-color: #FDF3F3;
  position: relative;
  animation: cell-ball-3 10s linear infinite;
  transform-origin: bottom;
  animation-delay: 2s;
}
.cell-ball-4{
  background-color: #fe354d8f;
  position: relative;
  animation: cell-ball-4 10s linear infinite;
  transform-origin: bottom;
  animation-delay: 3s;
}
.cell-ball-5{
  background-color:#ff5e1536;
  position: relative;
  animation: cell-ball-5 10s linear infinite;
  transform-origin: bottom;
  animation-delay: 4s;
}
@keyframes cell-ball-1 {
  0%   {width: 40px; height: 40px; bottom:-150px;}
  16%  {width: 55px;height: 55px; bottom:-50px;}
  32%  {width: 65px;height: 65px; bottom:60px;}
  48%  {width: 55px;height: 55px; bottom:100px;}
  64% {width: 45px;height: 45px; bottom:150px;}
  80% {width: 40px;height: 40px; bottom:200px;}
  100% {width: 35px;height: 35px; bottom:250px;}
}
@keyframes cell-ball-2 {
  0%   {width: 40px; height: 40px; bottom:-150px;}
  16%  {width: 55px;height: 55px; bottom:-50px;}
  32%  {width: 65px;height: 65px; bottom:60px;}
  48%  {width: 55px;height: 55px; bottom:100px;}
  64% {width: 45px;height: 45px; bottom:150px;}
  80% {width: 40px;height: 40px; bottom:200px;}
  100% {width: 35px;height: 35px; bottom:250px;}
}
@keyframes cell-ball-3 {
  0%   {width: 40px; height: 40px; bottom:-150px;}
  16%  {width: 55px;height: 55px; bottom:-50px;}
  32%  {width: 65px;height: 65px; bottom:60px;}
  48%  {width: 55px;height: 55px; bottom:100px;}
  64% {width: 45px;height: 45px; bottom:150px;}
  80% {width: 40px;height: 40px; bottom:200px;}
  100% {width: 35px;height: 35px; bottom:250px;}
}
@keyframes cell-ball-4 {
  0%   {width: 40px; height: 40px; bottom:-150px;}
  16%  {width: 55px;height: 55px; bottom:-50px;}
  32%  {width: 65px;height: 65px; bottom:60px;}
  48%  {width: 55px;height: 55px; bottom:100px;}
  64% {width: 45px;height: 45px; bottom:150px;}
  80% {width: 40px;height: 40px; bottom:200px;}
  100% {width: 35px;height: 35px; bottom:250px;}
}
@keyframes cell-ball-5 {
  0%   {width: 40px; height: 40px; bottom:-150px;}
  16%  {width: 55px;height: 55px; bottom:-50px;}
  32%  {width: 65px;height: 65px; bottom:60px;}
  48%  {width: 55px;height: 55px; bottom:100px;}
  64% {width: 45px;height: 45px; bottom:150px;}
  80% {width: 40px;height: 40px; bottom:200px;}
  100% {width: 35px;height: 35px; bottom:250px;}
}
/*==============================
    home page demo Ends
  ===============================*/
  /*==============================
  promo section start
  =================================*/ 
  .promo-section {
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #7c08ff;
  }
  .promo-section .promo-content {
    padding-top: 130px;
  }
  .promo-content span{
    display: block;
    color: #03a9f4;
    font-size: 47px;
    line-height: 53px;
    font-weight: 800;
  } 
  .promo-section .promo-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .promo-section .promo-content h2 > span {
    display: block;
    color: #f94f4f;
  }
  .promo-section .promo-thumbs-contnet {
    min-height: 500px;
    position: relative;
    width: 100%;
  }
  .promo-section .promo-thumbs-contnet > .thumb {
    bottom: 0;
    position: absolute;
  }
  .promo-section .promo-thumbs-contnet > .thumb:nth-child(1) {
    left: 15px;
    transform: translateY(80px);
}
  .promo-section .promo-thumbs-contnet > .thumb:nth-child(2) {
    z-index: 5;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .promo-section .promo-thumbs-contnet > .thumb:nth-child(3) {
    right: -185px;
    transform: translateY(80px);
  }
  .promo-section .promo-thumbs-contnet > .thumb img {
    border-radius: 10px 10px 0 0;
  }
  
  /*==============================
  promo section Ends
  =================================*/
  /*==============================
    feature-section start
  ===============================*/ 
  .feature-box{
    box-shadow: 0 -2px 20px 0 rgb(0 0 0 / 6%);
    padding: 40px 50px;
    margin-bottom: 25px;
    min-height: 200px;
    transition: all 0.4s ease;
  }
  .feature-box:hover {
    background: #fff;
    -webkit-box-shadow: 0 40px 44px 0 rgba(0,0,0,.06),0 40px 44px 0 rgba(0,0,0,.06);
    box-shadow: 0 40px 44px 0 rgba(0,0,0,.06),0 40px 44px 0 rgba(0,0,0,.06);
}
  .feature-icon img{
    max-width: 50px;
    height: auto;
  }
  .feature-icon{
    margin-bottom: 25px;
  }
  .feature-section .section-title h3{
    color: #041B52;
  }
  /*==============================
    feature-section Ends
  ===============================*/
  /*==============================
    newslatter-section start
  *=============================*/
  .newslatter-section{
    background-image: url('../img/demo-image/index-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
  }  
  .newslatter-section:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(22, 53, 102);
    opacity: 0.9;
    z-index: -1;
  }
/*  scroll to up button  */

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before{
  display: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after{
  display: none;
}
/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background-color: #7C08FF;
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
/*===================*/
.slider-6 .slick-slide{margin: 0 15px;}

/* new css */

.banner-content-inner {
  position: absolute;
  display: contents;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-spacing-1 {
  padding-top: 320px;
}

.pb-120{
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.navbar-area-1 .sticky-active {
  box-shadow: 0 0px 0px 0 rgb(255, 255, 255); 
  background: rgb(0 0 0 / 91%);
}
.mackbook-img {
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%);
}
.text-pt-50{
  padding-top: 50px;
}
.demo-box-style-1{
  text-align: center;
}
.demo-box-style-1:hover .demo-img {
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
}
.demo-box-style-1 h5{
  margin: 20px 0;
}
.demo-box-style-1 h5 a {
  color: #071021;
}
.demo-img {
  display: block;
  background-color: #fff;
  padding: 30px 30px 40px;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 20px rgb(29 38 38 / 5%);
  box-shadow: 0 3px 20pxrgba(29,38,38,.05);
}

body .navbar-area .nav-container .navbar-collapse .navbar-new li a:hover {
    color: #fb582a;
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

  .banner-section-1 {
      height: 50vh;
  }

}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

  .banner-section-1 {
      height: 80vh;
  }


  .top-spacing-1 {
    padding-top: 170px;
}

}