
/* -------------- Preloader Css ---------------- */
.chess_tm_preloader{
    position: fixed;
    background-color: #fff;
    z-index: 9999999;
    height: 100%;
    width: 100%;	
      
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }  

  .chess_tm_preloader.loaded {
      opacity: 0;
      visibility: hidden;
  }
  .chess_tm_preloader:before,
  .chess_tm_preloader:after{
      content: "";
      position: absolute;
      height: 50%;
      width: 100%;
      background: black;
      
      -webkit-transition: .6s all ease;
      -o-transition: .6s all ease;
      transition: .6s all ease;
  }
  .chess_tm_preloader:before{
      top: 0;
      left: 0; 
  }
  .chess_tm_preloader:after{
      bottom: 0;
      left: 0; 
  }
  .chess_tm_preloader.loaded:before, 
  .chess_tm_preloader.loaded:after{height: 0%;}
/* -------------- Preloader Css ---------------- */

/* -------------Text Animation --------------*/
.image-shadow:after {
    transform: scale(0.95) translateY(36px) translateZ(-30px);
    filter: blur(20px);
    opacity: 0.9;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    z-index: -1;
    transition: filter 0.3s ease;
  }

  .light {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    width: 600px;
    height: 600px;
    background-blend-mode: lighten;
    position: fixed;
    pointer-events: none;
  }
  
  .js-tilt-container {
    transition: transform 0.1s ease;
    transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
  }
  
  .leave {
    transform: rotateX(0) rotateY(0) !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1) !important;
    transition-duration: 1.5s;
  }

/* -----------------Text Animation ------------------*/


/*----------------- Header Css Start----------------- */
.vartical_center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vartical_center::before, .vartical_center::after{
    content: inherit;
}
.horiz_center{
    display: flex;
    justify-content: center !important;
}
.sticky_header_logo a img{
    width: 110px !important;
}
.top_header{
    padding: 6px 0;
    background: #000000;
}
.right_email{
    display: flex;
    justify-content: end;
}
.left_phone a, .right_email a{
    color: #fff;
    transition: .4s ease-in;
}
.left_phone a:hover, .right_email a:hover{
    color: #e20613;
}
.header_logo{
    text-align: center;
}
.header_logo img{
    width:190px;
}
.phone_on_mbl{
    display: none;
}

/*---------------- Header Css Start----------------- */

/*------------------ Footer Css Start ------------------*/
.footer-logo img {
    width: 160px !important;
}
.footer_quick_links li{
    padding-left: 0 !important;
}
.footer_quick_links  li a{
    color: #fff !important;
}
.footer_quick_links  li a:hover{
    color: #e20613 !important;
}
/* ----------------Footer Css End ---------------*/


/*------------------ About Us Section Css Start -------------------*/
.banner_b_tringle{
    position: relative;
}
.banner_b_tringle::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 28px 25px;
    border-color: transparent transparent #ffffff transparent;
    transform: rotate(0deg);
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    z-index:11;
}
.banner_btn2{
    margin-top: 40px !important;
}


.why-us_img img{
    width: 100%;
}
.why-us_img{
    position: relative;
}
.why-us_img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    top:20px;
    left:20px;
    z-index: -1;

}

.sec-title{
    position: relative;
}
.sec-title::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -12px;
    width: 3px;
    height: 84px;
    background: #2478ce;
}
.our_mission{
    padding-bottom:50px !important;
}
.mision_wrap{
    margin-left: 40px;
}

/* ------------------About Us Section Css Start------------------- */

/* --------------  Testimobnial  ------------------ */
.testimonials{
    padding:100px 0;
    background: url(../images/resource/testimonial-bg.png) no-repeat center center;
    background-size: cover;
}

/*  ----------------Testimobnial------------ */

/*--------------------- Our Blogs---------------------- */
.our_blogs{
    padding: 60px 0;
}

/*----------------------- Our Blogs--------------------- */

/*-------------------- User review Page css--------------------- */
.review_alert{
    margin-top:48px !important;
}
.reviews_alert{
    margin-top:70px !important;
}

.user_review_form{
    padding: 60px 0;
}
.shadow_style {
    padding: 20px;
    box-shadow: -2px 10px 5px 2px rgba(0, 0, 0, .2);
}
.review_heading{
    background: #0028ca;
    margin-bottom: 20px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}
.user_rate {
    margin-bottom: 10px;
}
.user_rate ul{
    display: flex;
}
.user_rate ul li{
    margin: 0 2px;
}
.user_devide{
    margin: 20px 0;
    border: 1px dashed #c4c4c4;
}
.review_s_btn{
    padding: 4px 20px;
    background: #0028ca;
    color: #ffff;
    font-weight:600;
    margin-left: 15px;
    border-radius: 2px;
}
.reviews_images img {
    height: 516px !important;
    width: 100%;
}
.review_btn {
    margin-top:40px;
    padding: 8px 30px;
    background: #e20613;
    color: #fff !important;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 999999;
    text-transform: uppercase;
    font-weight: 500;
}
.home_cmt-0{
    margin-top: 0 !important;
}
.review_btn::after{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 30px 0 0 30px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
}
.review_btn::before{
    content: '';
    position: absolute;
    width:0;
    height: 100%;
    top: 0;
    right: 0;
    background: #ca000d;
    border-radius:0 30px 30px 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
}
.review_btn:hover::after, .review_btn:hover::before{
    visibility: visible;
    opacity: 1;
    width: 50%;
}
/*------------------- User review Page css---------------------- */

/*-------------------- Contact Form Page Css------------------- */
.home_c_bg{
    background: url(../images/background/home-contact-bg.jpg) no-repeat center center;
    background-size: cover;
}
.contact_f_shadow{
    padding: 50px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    background: #ffffff;
}
.map-section{
    padding-bottom: 60px;
}
.contact-form h3{
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
}
/*------------------- Contact Form Page Css----------------------- */

/*--------------------- Privacy Policy---------------------- */
.privacy_policy{
    background: #c0c0d1;
    padding: 60px 0;
}
.privacy_content{
    background: #ffffff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    margin: 15px;
    padding: 25px;
}
.privacy_content h4{
    color: #000000;
}
/*---------------------- Privacy Policy--------------------- */

/*---------------------- instructordetails css start-------------------- */

.intructor_wrapper{
    padding: 80px 30px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}



/*----------------------- instructordetails css end----------------------- */

/*----------------------- Blogs Page Css Start -----------------------*/
.blogs_wrapper{
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    padding: 80px 30px;
}
.single_blog_page{
    padding: 80px 0;
}

.user_comment_box{
    padding-bottom: 30px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.left_user_info .user_name h4{
    color: #09101d;
    font-size:16px;
}
/*---------------------- Blogs Page Css End----------------- */


/* --------------TESTIMONOLA VIDEO PLAYLIST CSS---------------- */
.reviews_section{
    padding: 80px 0;
    background: url(../images/resource/test_image.jpg) no-repeat center;
    background-size: cover;
}
.main-video-container{
    flex:1 1 700px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    background-color: #fff;
    padding:10px;
 }
 
 .main-video-container .main-video{
    margin-bottom: 7px;
    border-radius: 5px;
    width: 100%;
 }
 
 .main-video-container .main-vid-title{
    font-size:16px;
    color:#444;
 }
 .video-list-container {
    flex: 1 1 350px;
    height: 260px;
    overflow-y: scroll;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 10px;
}
 
 .video-list-container::-webkit-scrollbar{
    width: 10px;
 }
 
.video-list-container::-webkit-scrollbar-track{
    background-color: #fff;
    border-radius: 5px;
 }
 
 .video-list-container::-webkit-scrollbar-thumb{
    background-color: #444;
    border-radius: 5px;
 }
 
 .video-list-container .list {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px;
    background-color: #eee;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
}
 
.video-list-container .list:last-child{
    margin-bottom: 0;
 }
 
 .video-list-container .list.active{
    background-color: #000000;
 }
 
 .video-list-container .list.active .list-title{
    color:#fff;
 }
 
 .video-list-container .list .list-video {
    width: 80px;
    border-radius: 5px;
}
.video-list-container .list .list-title {
    font-size: 15px;
    color: #444;
}
 
 @media (max-width:1200px){
 
    .container{
       margin:0;
    }
 
 }
 


/* --------------TESTIMONOLA VIDEO PLAYLIST CSS---------------- */



/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    
    -moz-user-select:none;
    -webkit-user-select:none;
  }
  .rating-stars ul > li.star {
    display:inline-block;
    
  }
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
  }
  
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
  }
  










