/*
* ----------------------------------------------------------------------------------------
Author       : EcologyTheme
Author  Uri  : www.ecologytheme
Template Name: Eduwise - Education Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/
/*====================================
===[ Style Map ]===

Default Css
Preloader
Search Style
Scroll To Top
Pagination Style


01 Index Style
====================
Index nav Style
Popular Highlight Style
Index Courses Area Style
Index About Style
Index Up Comming Events
Index Testimonial
Our Blog
Our Sponsor
Index Footer

Index Two Header
==========================
Features Possibilities
Learn Step
Index Two Popular Courses
Register Area
Our Instructiors
Index Two Testimonial
Index Two Blog
Team Group
Footer Two

Index Three Header
==========================
Cources Features
Think About Us
Online Videos
Testimonial Three
Our Team Membar
Pricieng Style
Download App
Footer Three

Header Inner Pages
===========================
Blog Signle Style
Blog Post Style
widget Blog and Post Page
Contact Info Wrapper
Google Map
About Unlimited Possibilities
About Our Instructors
Count Student
Faq About
Become A Instrauctor
Teachers Profiles
Courses Pages
Related Courses Wrapper
Event Pages		
======================================*/
/* Force your logo */
.mobile-logo {
  content: url("images/index/sitlogo.png") !important;
  height: 50px;
}
/* Variables */
* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #6a7a83;
  overflow-x: hidden !important; }

p {
  font-weight: 400;
  line-height: 26px;
  font-size: 15px;
  color: #6a7a83;
  font-family: "Rubik", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333146;
  font-family: "Poppins", sans-serif;
  margin: 0; }

h2 {
  font-weight: 700;
  font-size: 36px; }

a,
a:hover,
a:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

ol li,
ul li {
  list-style: outside none none;
  list-style-type: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.dropdown-toggle::after {
  display: none; }

.disabled {
  display: none; }

.sub_title {
  max-width: 800px;
  margin: 0px auto 60px;
  text-align: center; }
  .sub_title h2 {
    font-size: 50px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px; }
  .sub_title p {
    padding: 25px 10% 0;
    margin: 0; }

.title h2 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-weight: 900; }

.p-l {
  padding-left: 15px; }

.p-r {
  padding-right: 15px; }

.m-l {
  margin-left: 15px; }

.m-r {
  margin-right: 15px; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.container {
  max-width: 1240px; }

.view_more_btn {
  text-align: center;
  margin: 18px 0; }
  .view_more_btn .view-more-item {
    color: #6a7a83;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 50px;
    text-decoration: none;
    text-transform: uppercase; }

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  padding: 0 25px !important; }
  .owl-buttons .owl-prev i:before, .owl-buttons .owl-next i:before {
    margin: 0;
    color: #ffffff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 24px; }
  .owl-buttons .owl-prev:hover i:before, .owl-buttons .owl-next:hover i:before {
    opacity: 1; }

/*=======[ Preloader Style ]========*/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff url("../images/preloader.gif") no-repeat center center;
  z-index: 9999999; }

.rev_slider_wrapper .tp-bullet {
  width: 3px;
  height: 50px; }
  .rev_slider_wrapper .tp-bullet.selected, .rev_slider_wrapper .tp-bullet:hover {
    background: #ff5a2c; }
.rev_slider_wrapper #rev_slider_2 .tp-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%; }
  .rev_slider_wrapper #rev_slider_2 .tp-bullet.selected {
    background: #ff5a2c;
    width: 20px;
    border-radius: 50px; }
    .rev_slider_wrapper,
.rev_slider,
.rev-slider-video,
.rev-slidebg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .rev-slider-video,
  .rev-slidebg {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

video.rev-slidebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
/*=======[LogIn & Signup Options ]========*/
.is-hidden--off-flow {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: -10;
  /* *1* */
  visibility: hidden;
  /* *1* */ }

.is-shown--off-flow {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: visible; }

.l-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  z-index: 9999;
  text-align: center; }

.l-modal__shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background: #161616;
  opacity: 0.92;
  z-index: -1;
  cursor: url("../images/cursor.png"), auto; }

.login_popup {
  display: inline-block;
  text-align: center;
  background: white;
  max-width: 550px;
  width: 100%;
  line-height: 1.48; }

.login_signup_option {
  background: #333146; }
  .login_signup_option .login_option_btn .nav-tabs {
    border: none;
    padding: 20px 40px 20px;
    background: #F5F7FA; }
    .login_signup_option .login_option_btn .nav-tabs .nav-item {
      margin-right: 30px; }
      .login_signup_option .login_option_btn .nav-tabs .nav-item:last-child {
        margin-right: 0; }
      .login_signup_option .login_option_btn .nav-tabs .nav-item .nav-link {
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #333146;
        padding: 0;
        background: transparent;
        font-family: "Rubik", sans-serif; }
        .login_signup_option .login_option_btn .nav-tabs .nav-item .nav-link.active, .login_signup_option .login_option_btn .nav-tabs .nav-item .nav-link:hover {
          color: #ff5a2c; }
  .login_signup_option .tab-content {
    border: none;
    background: #ffffff;
    padding: 40px; }
  .login_signup_option .login_modal_body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 550px;
    background: #F5F7FA; }
    .login_signup_option .login_modal_body form .form-group {
      margin-bottom: 25px; }
      .login_signup_option .login_modal_body form .form-group label {
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #333146;
        width: 100%;
        font-family: "Rubik", sans-serif; }
      .login_signup_option .login_modal_body form .form-group input {
        background: transparent;
        border: 1px solid rgba(47, 47, 47, 0.3);
        border-radius: 0px;
        -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
                box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
        height: 56px;
        padding: 10px 15px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 100%;
        color: #333146;
        font-size: 16px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
        .login_signup_option .login_modal_body form .form-group input:focus {
          border-color: #092ace;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .login_signup_option .login_modal_body form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
      .login_signup_option .login_modal_body form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
      .login_signup_option .login_modal_body form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
      .login_signup_option .login_modal_body form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
    .login_signup_option .login_modal_body form .login_option {
      margin-top: 15px; }
      .login_signup_option .login_modal_body form .login_option .forget_pass {
        color: #092ace;
        font-size: 16px;
        font-weight: 500;
        padding: 0 !important;
        margin: 0;
        line-height: 54px;
        font-family: "Rubik", sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .login_signup_option .login_modal_body form .login_option .forget_pass:hover {
          color: #ff5a2c; }
      .login_signup_option .login_modal_body form .login_option .login_btn {
        height: 48px;
        line-height: 48px;
        padding: 0 40px;
        border-radius: 3px;
        background: #092ace;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "Rubik", sans-serif; }
        .login_signup_option .login_modal_body form .login_option .login_btn:hover {
          background: #ff5a2c; }
    .login_signup_option .login_modal_body form .social_login {
      margin-top: 40px; }
      .login_signup_option .login_modal_body form .social_login .social_items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .login_signup_option .login_modal_body form .social_login .social_items .google_login {
          height: 54px;
          width: 48%;
          border: none;
          margin-bottom: 30px;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          cursor: pointer;
          font-family: "Rubik", sans-serif; }
          .login_signup_option .login_modal_body form .social_login .social_items .google_login:last-child {
            margin-bottom: 0; }
        .login_signup_option .login_modal_body form .social_login .social_items .google {
          background: #d14c3e; }
          .login_signup_option .login_modal_body form .social_login .social_items .google:hover {
            background: #A73D32; }
        .login_signup_option .login_modal_body form .social_login .social_items .facebook {
          background: #3d5a95; }
          .login_signup_option .login_modal_body form .social_login .social_items .facebook:hover {
            background: #314877; }
        .login_signup_option .login_modal_body form .social_login .social_items .twitter {
          background: #57acea; }
          .login_signup_option .login_modal_body form .social_login .social_items .twitter:hover {
            background: #468ABB; }
        .login_signup_option .login_modal_body form .social_login .social_items .linkdin {
          background: #008CC9; }
          .login_signup_option .login_modal_body form .social_login .social_items .linkdin:hover {
            background: #007BB6; }
    .login_signup_option .login_modal_body .register {
      text-align: center; }

.forgot_pass {
  padding: 130px 0; }
  .forgot_pass .forgot_wrapper {
    background: #F5F7FA;
    padding: 40px; }
    .forgot_pass .forgot_wrapper h6 {
      font-size: 16px;
      font-weight: 400;
      color: #333146;
      margin-bottom: 30px;
      font-family: "Rubik", sans-serif; }
    .forgot_pass .forgot_wrapper form .form-group {
      margin-bottom: 30px; }
      .forgot_pass .forgot_wrapper form .form-group input {
        background: transparent;
        border: 1px solid rgba(47, 47, 47, 0.3);
        border-radius: 0px;
        -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
                box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
        height: 56px;
        padding: 10px 15px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 100%;
        color: #333146;
        font-size: 16px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
        .forgot_pass .forgot_wrapper form .form-group input:focus {
          border-color: #ff5a2c;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .forgot_pass .forgot_wrapper form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
      .forgot_pass .forgot_wrapper form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
      .forgot_pass .forgot_wrapper form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
      .forgot_pass .forgot_wrapper form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: #333146;
        font-size: 16px;
        font-weight: 400; }
    .forgot_pass .forgot_wrapper form .reset_pass_btn {
      height: 48px;
      padding: 0 40px;
      line-height: 48px;
      border: none;
      border-radius: 0;
      background: #092ace;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .forgot_pass .forgot_wrapper form .reset_pass_btn:hover {
        background: #ff5a2c; }

/*=======[ Search Style ]========*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #search.open {
    opacity: 1;
    z-index: 1000;
    width: 100%;
    height: 54px; }
  #search button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none; }
  #search input[type="search"] {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    padding: 0 100px;
    color: #333146;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    font-family: "Rubik", sans-serif;
    border: 0px;
    margin: 0px auto;
    outline: none; }
    #search input[type="search"] ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #333146;
      font-size: 40px;
      font-weight: 400;
      opacity: 1;
      font-family: "Rubik", sans-serif; }
    #search input[type="search"] ::-moz-placeholder {
      /* Firefox 19+ */
      color: #333146;
      font-size: 40px;
      font-weight: 400;
      opacity: 1;
      font-family: "Rubik", sans-serif; }
    #search input[type="search"] :-ms-input-placeholder {
      /* IE 10+ */
      color: #333146;
      font-size: 40px;
      font-weight: 400;
      opacity: 1;
      font-family: "Rubik", sans-serif; }
    #search input[type="search"] :-moz-placeholder {
      /* Firefox 18- */
      color: #333146;
      font-size: 40px;
      font-weight: 400;
      opacity: 1;
      font-family: "Rubik", sans-serif; }

/*=========== {  Scroll to top section css} ===========*/
#scroll-top .pos-rtive {
  position: relative; }
#scroll-top h2 {
  display: none; }
#scroll-top .to-top {
  display: none; }
  #scroll-top .to-top a {
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    background: #ff5a2c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    height: 53px;
    width: 53px;
    line-height: 53px;
    position: fixed;
    text-align: center;
    top: 89%;
    right: 90px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 999;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    #scroll-top .to-top a i:before {
      margin: 0;
      font-size: 16px; }
  #scroll-top .to-top:hover {
    background: #092ace none repeat scroll 0 0;
    color: #ffffff; }

/*=========== {  Pagination Style} ===========*/
.pagination_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .pagination_blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination_blog ul li {
      margin: 0 7px;
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #6a7a83;
      cursor: pointer; }
      .pagination_blog ul li a {
        color: #333146;
        font-size: 18px;
        font-weight: 500; }
        .pagination_blog ul li a i:before {
          color: #6a7a83;
          font-size: 14px;
          margin: 0;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .pagination_blog ul li.current {
        border: 1px solid #ff5a2c; }
        .pagination_blog ul li.current a {
          color: #ff5a2c; }

.home_1_update {
  background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
  position: relative; }
  .home_1_update:before {
    position: absolute;
    background: #ffffff;
    content: "";
    height: 16%;
    width: 100%;
    bottom: 0;
    left: 0; }
  .home_1_update .header_top {
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home_1_update .header_top .social_wrapper span {
      padding-right: 15px;
      font-family: "Rubik", sans-serif;
      line-height: 30px;
      color: #ffffff; }
    .home_1_update .header_top .social_wrapper .social-items li:last-child {
      margin-right: 0; }
    .home_1_update .header_top .social_wrapper .social-items li a:hover i {
      margin-top: -8px; }
    .home_1_update .header_top .social_wrapper .social-items li a i {
      color: #ffffff;
      padding: 0;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 29px;
      border-radius: 50%;
      font-size: 13px;
      margin: 0;
      background: transparent;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .home_1_update .header_top .social_wrapper .social-items li a i:hover {
        padding: 0; }
  .home_1_update .edu_nav {
    background: transparent; }
    .home_1_update .edu_nav nav .navbar-nav li a {
      color: #ffffff !important; }
      .home_1_update .edu_nav nav .navbar-nav li a.active, .home_1_update .edu_nav nav .navbar-nav li a:hover {
        color: #092ace !important; }
    .home_1_update .edu_nav nav .navbar-nav li ul li a {
      color: #333146 !important; }
      .home_1_update .edu_nav nav .navbar-nav li ul li a:before {
        color: #092ace; }
    .home_1_update .edu_nav nav .search_area .navbar-nav li i:before {
      color: #ffffff; }
  .home_1_update .rev_slider_wrapper {
    margin: 0px 4%;
    width: 92% !important; }

.features_4 {
  padding: 0;
  margin: 130px 0; }
  .features_4 .features_4_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100%; }
    .features_4 .features_4_content .title {
      text-align: left; }
      .features_4 .features_4_content .title h2 {
        color: #333146;
        font-size: 50px;
        font-weight: 900;
        margin-bottom: 40px;
        font-family: "Roboto", sans-serif; }
      .features_4 .features_4_content .title p {
        color: #6a7a83;
        margin-bottom: 55px;
        font-weight: 300; }
      .features_4 .features_4_content .title a {
        background: #ff5a2c;
        font-weight: 500;
        border-radius: 5px;
        color: #ffffff;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        padding: 0 45px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .features_4 .features_4_content .title a:hover {
          background: #092ace; }
  .features_4 .features_wrapper_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 50px; }
    .features_4 .features_wrapper_box .features_wrappe_single {
      width: 50%;
      padding-right: 30px; }
    .features_4 .features_wrapper_box .single_item_first {
      border-top: 5px solid #fff;
      border-left: 5px solid #fff; }
      .features_4 .features_wrapper_box .single_item_first:before {
        height: 2px;
        width: 102%;
        left: -5px;
        background: #092ace;
        bottom: 0; }
      .features_4 .features_wrapper_box .single_item_first span {
        color: #092ace; }
    .features_4 .features_wrapper_box .single_item_center {
      border: 5px solid #fff; }
      .features_4 .features_wrapper_box .single_item_center:before {
        height: 2px;
        bottom: -2px;
        width: 103%;
        left: -5px;
        background: #ff5a2c; }
      .features_4 .features_wrapper_box .single_item_center .blog-img img {
        width: 100%;
        height: 100%; }
      .features_4 .features_wrapper_box .single_item_center span {
        color: #ff5a2c; }
    .features_4 .features_wrapper_box .single_item_last {
      border-top: 5px solid #fff;
      border-right: 5px solid #fff; }
      .features_4 .features_wrapper_box .single_item_last:before {
        height: 2px;
        width: 102%;
        right: -5px;
        background: #092ace;
        bottom: 0; }
      .features_4 .features_wrapper_box .single_item_last span {
        color: #092ace; }
    .features_4 .features_wrapper_box .single_item {
      -webkit-box-shadow: 0px 0px 80px 0px rgba(47, 47, 47, 0.1);
              box-shadow: 0px 0px 80px 0px rgba(47, 47, 47, 0.1);
      text-align: center;
      position: relative;
      margin-bottom: 30px; }
      .features_4 .features_wrapper_box .single_item:last-child {
        margin-bottom: 0; }
      .features_4 .features_wrapper_box .single_item:before {
        position: absolute;
        content: "";
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .features_4 .features_wrapper_box .single_item:hover:before {
        background: #ff5a2c; }
      .features_4 .features_wrapper_box .single_item:hover .blog-img img {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .features_4 .features_wrapper_box .single_item:hover .blog_title span {
        color: #ff5a2c; }
      .features_4 .features_wrapper_box .single_item .blog-img {
        overflow: hidden; }
        .features_4 .features_wrapper_box .single_item .blog-img img {
          width: 100%;
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .features_4 .features_wrapper_box .single_item .blog_title {
        padding: 30px 20px 40px; }
        .features_4 .features_wrapper_box .single_item .blog_title span {
          font-size: 20px;
          line-height: 24px;
          font-weight: 400;
          margin-bottom: 15px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-family: "Rubik", sans-serif; }
        .features_4 .features_wrapper_box .single_item .blog_title h3 {
          font-weight: 700;
          font-size: 30px;
          padding: 5px 0 20px;
          line-height: 34px;
          font-weight: 700; }
          .features_4 .features_wrapper_box .single_item .blog_title h3 a {
            color: #333146;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .features_4 .features_wrapper_box .single_item .blog_title p {
          font-size: 15px;
          font-weight: 300;
          margin: 0;
          color: #6a7a83; }

#popular_courses_4 {
  background: #f6f8fa; }

/*=======[ 01 Index Style ]========*/
header {
  /*=======[ Index nav Style ]========*/ }
  header .header_top {
    background: #ff5a2c;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    header .header_top:before {
      position: absolute;
      content: "";
      background: url(../images/shapes/shape_top.png) repeat center center;
      height: 263px;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 1; }
    header .header_top .info_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .header_top .info_wrapper .contact_info ul {
        margin: 0;
        padding: 9px 0; }
        header .header_top .info_wrapper .contact_info ul li {
          padding-right: 15px;
          display: inline-block;
          color: #ffffff;
          font-weight: 300;
          font-size: 14px;
          font-family: "Rubik", sans-serif; }
          header .header_top .info_wrapper .contact_info ul li .top-icon {
            font-size: 9px;
            padding-right: 5px; }
          header .header_top .info_wrapper .contact_info ul li i:before {
            color: #ffffff;
            font-size: 14px;
            margin: 0;
            padding-right: 10px; }
      header .header_top .info_wrapper .login_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .header_top .info_wrapper .login_info ul {
          margin-right: 30px; }
          header .header_top .info_wrapper .login_info ul li {
            padding-left: 20px;
            position: relative; }
            header .header_top .info_wrapper .login_info ul li:before {
              position: absolute;
              content: "";
              height: 12px;
              width: 1px;
              background: #ffffff;
              top: 50%;
              left: 10px;
              -webkit-transform: translateY(-50%) rotate(20deg);
                      transform: translateY(-50%) rotate(20deg); }
            header .header_top .info_wrapper .login_info ul li:first-child {
              padding-left: 0; }
              header .header_top .info_wrapper .login_info ul li:first-child:before {
                display: none; }
            header .header_top .info_wrapper .login_info ul li a {
              color: #ffffff;
              font-size: 14px;
              padding: 0;
              font-family: "Rubik", sans-serif; }
              header .header_top .info_wrapper .login_info ul li a i:before {
                color: #ffffff;
                font-size: 14px;
                margin: 0;
                padding-right: 10px; }
        header .header_top .info_wrapper .login_info .apply_btn {
          background: #0828c2;
          height: 54px;
          line-height: 54px;
          color: #fff;
          padding: 0 20px;
          font-weight: 600;
          text-transform: uppercase; }
  header .edu_nav {
    padding-right: 0;
    background: #ffffff; }
    header .edu_nav nav {
      padding: 0; }
    header .edu_nav nav .navbar-brand img {
    width: auto;       /* Keeps aspect ratio if height is defined */
    height: 75px;      /* Adjust this as needed for your layout */
    max-height: 75%;  /* Ensures it doesn't overflow the navbar */
}
      header .edu_nav nav .navbar-nav li {
        position: relative; }
        header .edu_nav nav .navbar-nav li:hover ul {
          visibility: visible;
          opacity: 1;
          top: 97px; }
        header .edu_nav nav .navbar-nav li a {
          font-weight: 500;
          color: #333146 !important;
          font-size: 15px;
          padding: 36px 0 !important;
          margin: 0 20px;
          text-decoration: none;
          text-transform: uppercase;
          font-family: "Rubik", sans-serif; }
          header .edu_nav nav .navbar-nav li a.active {
            background: transparent;
            outline: none;
            color: #ff5a2c !important;
            font-weight: 700; }
          header .edu_nav nav .navbar-nav li a:hover {
            color: #ff5a2c !important; }
        header .edu_nav nav .navbar-nav li ul {
          position: absolute;
          width: 240px;
          top: 110px;
          left: 0;
          -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
                  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
          padding: 30px 0px 20px 30px;
          z-index: 28;
          background: #fff;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          header .edu_nav nav .navbar-nav li ul li {
            width: 100%;
            margin-bottom: 10px;
            width: 100%;
            position: relative; }
            header .edu_nav nav .navbar-nav li ul li .dropdown_icon:before {
              opacity: 1;
              visibility: visible;
              color: #333146;
              text-transform: none;
              position: absolute;
              font-weight: 600;
              font-family: "Flaticon";
              content: "\f105";
              right: 45px;
              top: 0;
              font-size: 8px;
              z-index: 0;
              -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            header .edu_nav nav .navbar-nav li ul li a {
              position: relative;
              font-weight: 400;
              font-size: 14px;
              padding: 0px 0 !important;
              margin: 0;
              text-transform: unset; }
              header .edu_nav nav .navbar-nav li ul li a:hover:before {
                opacity: 1;
                visibility: visible;
                right: 30px; }
            header .edu_nav nav .navbar-nav li ul li ul {
              position: absolute;
              top: 0px !important;
              left: 210px;
              opacity: 0 !important;
              visibility: hidden !important; }
            header .edu_nav nav .navbar-nav li ul li:hover ul {
              opacity: 1 !important;
              visibility: visible !important;
              top: -30px !important; }
      header .edu_nav nav .search_area .navbar-nav li {
        padding-left: 20px; }
        header .edu_nav nav .search_area .navbar-nav li:first-child {
          padding-left: 10px; }
        header .edu_nav nav .search_area .navbar-nav li i {
          cursor: pointer; }
          header .edu_nav nav .search_area .navbar-nav li i:before {
            margin: 0;
            color: #333146;
            font-weight: 700;
            font-size: 17px; }

      /*=======[ news events upadate   ]========*/ 
  /* Base Reset */
.new-event {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f8fa;
    color: #222;
    padding: 25px;
  }
  h4 {
    text-align: center;
    margin: 1rem 0 0.5rem;
    font-weight: 400;
    color: #333;
  }
  .event-updates-container {
    max-width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
  }
  /* Wrapper around the scrolling row */
  .scrolling-wrapper {
    display: flex;
    width: max-content; /* Flex items won't wrap */
    animation: scrollLeft linear infinite;
    animation-duration: 30s;
  }
  /* Each event item */
  .event-item {
    flex: 0 0 auto;
    width: 160px;
    margin: 0 10px;
    background: #e3f2fd;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .event-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.15);
  }
  .event-image {
    width: 100%;
    height: 110px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
  }
  .event-title {
    padding: 0.75rem 0.5rem;
    font-size: 15px;
    font-weight: 300;
    color: #1565c0;
    text-align: center;
  }
  /* Keyframes for continuous scrolling from right to left */
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Duplicate container to create the infinite scroll illusion */
  .scrolling-frame {
    display: flex;
    width: 200%;
  }

  /* Responsive */
  @media (max-width: 800px) {
    .event-item {
      width: 130px;
      margin: 0 8px;
    }
    .event-image {
      height: 90px;
    }
    .event-title {
      font-size: 0.9rem;
      padding: 0.6rem 0.4rem;
    }
  }
  @media (max-width: 400px) {
    .event-item {
      width: 100px;
      margin: 0 6px;
    }
    .event-image {
      height: 70px;
    }
    .event-title {
      font-size: 0.8rem;
      padding: 0.5rem 0.3rem;
    }
  }
    
  

/*=======[ sit [page  ]========*/
.sit-container {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #e8f3fd;
  color: #111;
}

.sit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
}

.sit-images {
  flex: 1 1 400px;
  position: relative;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sit-img-card {
  position: absolute;
  border: 6px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  z-index: 1;
  cursor: pointer;
}

.sit-img-card:hover {
  transform: scale(1.05);
  z-index: 5;
}

.sit-img1 {
  width: 300px;
  top: 0;
  left: 10px;
  clip-path: polygon(50% 0%, 100% 35%, 82% 100%, 18% 100%, 0% 35%);
  z-index: 2;
}

.sit-img2 {
  width: 300px;
  top: 50px;
  left: 280px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 1;
}

.sit-img3 {
  width: 300px;
  top: 250px;
  left: 150px;
  clip-path: polygon(50% 0%, 90% 25%, 90% 75%, 50% 100%, 10% 75%, 10% 25%);
  z-index: 3;
}

.sit-content {
  flex: 1 1 400px;
  padding: 20px;
}

.sit-heading2,
.sit-heading1 {
  transition: color 0.3s, transform 0.3s;
}

.sit-heading2:hover,
.sit-heading1:hover {
  color: #f08000;
  transform: translateX(5px);
}

.sit-strong:hover {
  background: linear-gradient(to right, #0146a6, #f08000);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  transition: all 0.3s;
}

.sit-heading2 {
  color: #0d47a1;
  font-size: 1.4rem;
}

.sit-heading1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.sit-paragraph {
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.6;
}

.sit-icon {
  font-size: 1.5rem;
}

.sit-buttons {
  margin-top: 50px;
}

.sit-button {
  background-image: url('https://www.transparenttextures.com/patterns/white-wall.png');
  background-color: #f08000;
  background-blend-mode: multiply;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sit-button:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background-color: #0146a6;
  background-image: url('https://www.transparenttextures.com/patterns/brushed-alum.png');
}

@media screen and (max-width: 768px) {
  .sit-container {
    flex-direction: column;
    align-items: center;
  }

  .sit-images {
    min-height: auto;
    flex-direction: column;
    align-items: center;
  }

  .sit-img-card {
    position: static;
    margin: 15px 0;
    width: 80% !important;
    clip-path: none !important;
  }
}

/*=======[ sit end [page  ]========*/

/*=======[coures start  ]========*/
.ourcourse {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 2rem;
      background: #f4f6f8;
      color: #333;
    }
    h2 {
      text-align: center;
      font-weight: 800;
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
      color: #222;
      letter-spacing: 1.2px;
    }
    .courses-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem;
      max-width: 900px;
      margin: 0 auto;
    }
    .course-card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
      cursor: pointer;
      padding: 2rem 1.5rem 3rem;
      flex: 1 1 160px;
      max-width: 180px;
      text-align: center;
      font-weight: 700;
      font-size: 1.3rem;
      color: #1e3a8a;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      user-select: none;
      border: 2px solid transparent;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 1.2rem;
    }
    .course-card:hover,
    .course-card:focus {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(30,58,138,0.3);
      border-color: #1e3a8a;
      outline: none;
    }
    a.course-link {
      all: unset;
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
      color: inherit;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 0.75rem;
    }
    .course-image {
      width: 72px;
      height: 72px;
      object-fit: contain;
      user-select: none;
      pointer-events: none;
    }

/*=======[coures end  ]========*/

.cources_highlight {
  padding: 20px;
  margin-top: 50px;
}

.cources_highlight h2 {
  margin-bottom: 30px;
}

.cources_highlight .latest_blog_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  gap: 15px;
}

.cources_highlight .latest_blog_carousel .single_item_first {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}

.cources_highlight .latest_blog_carousel .single_item_first:before {
  height: 3px;
  width: 102%;
  left: -4px;
  background: #092ace;
  bottom: 0;
}

.cources_highlight .latest_blog_carousel .single_item_first span {
  color: #092ace;
}

.cources_highlight .latest_blog_carousel .single_item_center {
  border: 4px solid #fff;
}

.cources_highlight .latest_blog_carousel .single_item_center:before {
  height: 5px;
  bottom: -4px;
  width: 103%;
  left: -4px;
  background: #ff5a2c;
}

.cources_highlight .latest_blog_carousel .single_item_center .blog-img {
  height: 200px;
  
}

.cources_highlight .latest_blog_carousel .single_item_center .blog-img img {
  width: 100%;
  height: 100%;
}

.cources_highlight .latest_blog_carousel .single_item_center span {
  color: #ff5a2c;
}

.cources_highlight .latest_blog_carousel .single_item_last {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.cources_highlight .latest_blog_carousel .single_item_last:before {
  height: 3px;
  width: 102%;
  right: -4px;
  background: #092ace;
  bottom: 0;
}

.cources_highlight .latest_blog_carousel .single_item_last span {
  color: #092ace;
}

.cources_highlight .latest_blog_carousel .single_item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(47, 47, 47, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(47, 47, 47, 0.05);
  width: 30%;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-in-out;
}

.cources_highlight .latest_blog_carousel .single_item.visible {
  opacity: 1;
  transform: translateY(0);
}

.cources_highlight .latest_blog_carousel .single_item:before {
  position: absolute;
  content: "";
  transition: all 0.3s ease-in-out;
}

.cources_highlight .latest_blog_carousel .single_item:hover:before {
  background: #ff5a2c;
}

.cources_highlight .latest_blog_carousel .single_item:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.cources_highlight .latest_blog_carousel .single_item:hover .blog-img img {
  transform: scale(1.1);
}

.cources_highlight .latest_blog_carousel .single_item:hover .blog_title span {
  color: #ff5a2c;
}

.cources_highlight .latest_blog_carousel .single_item .blog-img {
  overflow: hidden;
}

.cources_highlight .latest_blog_carousel .single_item .blog-img img {
  width: 100%;
  transform: scale(1.05);
  transition: transform 0.4s ease-in-out;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title {
  padding: 30px;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  font-family: "Rubik", sans-serif;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title h3 {
  font-size: 22px;
  padding: 5px 0 20px;
  line-height: 28px;
  font-weight: 700;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title h3 a {
  color: #333146;
  transition: all 0.3s ease-in-out;
}

.cources_highlight .latest_blog_carousel .single_item .blog_title p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: #6a7a83;
}


/*=======[ Index Courses Area Style ]========*/
.popular_courses {
  padding: 13 px 0 80px; }
  .popular_courses .single-courses {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px; }
    .popular_courses .single-courses:hover {
      -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
              box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .popular_courses .single-courses:hover .courses_banner_wrapper .courses_banner img {
        -webkit-transform: scale(1.1) rotate(4deg);
                transform: scale(1.1) rotate(4deg); }
      .popular_courses .single-courses:hover .courses-content h3 a {
        color: #ff5a2c;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .popular_courses .single-courses .courses_banner_wrapper {
      position: relative; }
      .popular_courses .single-courses .courses_banner_wrapper .courses_banner {
        overflow: hidden; }
        .popular_courses .single-courses .courses_banner_wrapper .courses_banner img {
          width: 100%;
          height: auto;
          -webkit-transform: scale(1.06) rotate(0deg);
                  transform: scale(1.06) rotate(0deg);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      
    .popular_courses .single-courses .courses_info_wrapper {
      padding: 30px; }
      .popular_courses .single-courses .courses_info_wrapper .courses_title h3 {
        margin: 0;
        line-height: 26px; }
        .popular_courses .single-courses .courses_info_wrapper .courses_title h3 a {
          color: #323232;
          margin: 0px;
          font-weight: 700;
          font-size: 20px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-family: "Poppins", sans-serif; }
          .popular_courses .single-courses .courses_info_wrapper .courses_title h3 a:hover {
            color: #ff5a2c; }
      .popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name {
        padding: 15px 0 10px;
        font-family: "Rubik", sans-serif;
        font-size: 15px;
        font-weight: 400; }
        .popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name a {
          color: #092ace;
          font-weight: 700;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .popular_courses .single-courses .courses_info_wrapper .courses_title .teachers_name a:hover {
            color: #ff5a2c; }
      .popular_courses .single-courses .courses_info_wrapper .courses_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px 0; }
        .popular_courses .single-courses .courses_info_wrapper .courses_info ul {
          margin-bottom: 0; }
          .popular_courses .single-courses .courses_info_wrapper .courses_info ul li {
            color: #6a7a83;
            font-size: 14px;
            margin-bottom: 6px;
            font-family: "Rubik", sans-serif; }
            .popular_courses .single-courses .courses_info_wrapper .courses_info ul li i {
              padding-right: 10px; }
        .popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn {
          background: #ff5a2c;
          font-weight: 500;
          border-radius: 0;
          color: #ffffff;
          font-family: "Rubik", sans-serif;
          display: inline-block;
          font-size: 12px;
          text-transform: uppercase;
          text-decoration: none;
          height: 36px;
          line-height: 36px;
          padding: 0 20px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn:hover {
            background: #092ace; }

/*=======[ Index About Style ]========*/
.about_top_wrapper .title {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: left;
  padding-right: 110px;
  padding-top: 70px;
}

.about_top_wrapper .title h2 {
  color: #333146;
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 0px;
  transition: color 0.5s ease;
}

.about_top_wrapper .title p {
  margin-bottom: 42px;
  padding-right: 1%;
  transition: color 0.3s ease;
}

.about_top_wrapper .title:hover h2 {
  color: #e74c3c;
}

.about_top_wrapper .title:hover p {
  color: #e67e22;
}

.about_top_wrapper .banner_learn {
  padding-left: 10%;
}

.about_top_wrapper .banner_learn img {
  width: 75%;
  height: 50%;
  position: relative;
  z-index: 2;
  min-height: 450px;
  border: 10px solid #ffffff; /* white border added */
  transition: transform 0.4s ease;
}

.about_top_wrapper .banner_learn:hover img {
  transform: scale(1.05);
}

.about_top_wrapper .items_shape {
  margin-top: -100px;
  height: 250px;
  position: relative;
  z-index: 1;
}

.about_top_wrapper .items_shape:before {
  position: absolute;
  content: "";
  background: url(../images/shapes/shape_bullet.png) repeat center center;
  background-size: cover;
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
}

.about_top_wrapper .items_shape:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-125deg, #e6793b 10%, #c9270e 100%);
  z-index: -2;
  transition: opacity 0.4s ease;
}

.about_top_wrapper .items_shape:hover:after {
  opacity: 0.85;
}

.about_top_wrapper .story_about {
  margin-top: -150px;
  z-index: 9;
  position: relative;
}

.about_top_wrapper .story_about .story_banner {
  height: auto;
  width: auto;
  transition: transform 0.4s ease;
}

.about_top_wrapper .story_about .story_banner:hover {
  transform: scale(1.05);
}

.about_top_wrapper .story_about .story_banner img {
  width: 50%;
  height: auto;
  border: 10px solid #ffffff; /* white border added */
  border-radius: 50%; /* keep rectangular shape */
  transition: transform 0.4s ease;
}

.about_top_wrapper .story_about .about_story_title {
  padding-top: 150px;
}

.about_top_wrapper .story_about .about_story_title h2 {
  font-size: 42px;
  color: #333146;
  transition: color 0.3s ease;
}

.about_top_wrapper .story_about .about_story_title p {
  padding-top: 40px;
  padding-right: 15%;
  transition: color 0.3s ease;
}

.about_top_wrapper .story_about:hover .about_story_title h2 {
  color: #e74c3c;
}

.about_top_wrapper .story_about:hover .about_story_title p {
  color: #e67e22;
}
/*=======[ start number ]========*/
.sit-stats-section {
  background: #031222;
  color: white;
  padding: 20px 20px;
}

.sit-stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 40px;
}

.stat-box {
  flex: 1 1 180px;
  max-width: 220px;
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
  color: #fcb900;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .sit-stats-container {
    flex-direction: column;
    align-items: center;
  }
}

/*=======[ end number ]========*/

/*=======[ Index Up Comming Events ]========*/
.events-area {
  background: #ffffff;
  padding: 100px 0; }
  .events-area .event_title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0 60px; }
    .events-area .event_title_wrapper .sub_title {
      margin: 0px;
      text-align: left; }
      .events-area .event_title_wrapper .sub_title p {
        padding: 25px 10% 0 0; }
    .events-area .event_title_wrapper .envent_all_view a {
      background: #092ace;
      font-weight: 500;
      border-radius: 0;
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      height: 46px;
      line-height: 46px;
      padding: 0 32px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .events-area .event_title_wrapper .envent_all_view a:hover {
        background: #ff5a2c; }
  .events-area .events_full_box {
    margin-bottom: 50px; }
    .events-area .events_full_box:last-child {
      margin-bottom: 0px; }
  .events-area .events_single_left .event_info {
    width: 60%;
    padding: 45px 30px 45px 90px !important; }
  .events-area .events_single_left .event_dete {
    left: 0; }
  .events-area .events_single {
    position: relative;
    min-height: 280px;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .events-area .events_single:hover {
      -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
              box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .events-area .events_single .event_banner {
      width: 44%; }
      .events-area .events_single .event_banner img {
        width: 100%; }
    .events-area .events_single .event_info {
      width: 60%;
      padding: 45px 30px 45px 70px; }
      .events-area .events_single .event_info h3 {
        line-height: 36px; }
        .events-area .events_single .event_info h3 a {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-weight: 700;
          color: #333146;
          font-size: 25px; }
          .events-area .events_single .event_info h3 a:hover {
            color: #ff5a2c; }
      .events-area .events_single .event_info .events_time {
        padding: 25px 0 30px; }
        .events-area .events_single .event_info .events_time span {
          color: #333146;
          font-size: 15px;
          margin-right: 25px; }
          .events-area .events_single .event_info .events_time span i {
            padding-right: 10px;
            color: #092ace;
            font-size: 16px; }
            .events-area .events_single .event_info .events_time span i:before {
              margin: 0;
              font-size: 13px;
              font-weight: 700; }
        .events-area .events_single .event_info .events_time .time {
          text-transform: uppercase; }
      .events-area .events_single .event_info p {
        margin: 0;
        font-size: 15px;
        color: #6a7a83; }
    .events-area .events_single .event_dete {
      position: absolute;
      top: 0;
      right: 0;
      background: #ff5a2c;
      height: 60px;
      width: 60px;
      padding: 10px 0;
      text-align: center; }
      .events-area .events_single .event_dete span {
        display: inherit;
        color: #ffffff;
        line-height: 20px;
        font-size: 15px;
        font-family: "Rubik", sans-serif; }
      .events-area .events_single .event_dete .date {
        font-size: 20px;
        font-weight: 600;
        font-family: "Poppins", sans-serif; }

/*=======[ Index Testimonial ]========*/
.testimonial {
  background: linear-gradient(65deg, #5958a0 0%, #111b51 100%);
  position: relative;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 0; }
  .testimonial .testimonial_title {
    position: relative; }
    .testimonial .testimonial_title:before {
      color: #ff5a2c;
      position: absolute;
      font-weight: 600;
      font-family: "Flaticon";
      content: "\f122";
      left: 70%;
      top: 65%;
      font-size: 130px;
      z-index: -1;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      opacity: 0.2; }
    .testimonial .testimonial_title h2 {
      font-size: 50px;
      color: #ffffff; }
  .testimonial .carousel_images {
    margin: 0 140px;
    position: relative; }
    .testimonial .carousel_images .restimonial_single_img {
      padding: 20px;
      position: relative;
      height: 300px; }
      .testimonial .carousel_images .restimonial_single_img.slick-current {
        height: 300px;
        padding: 20px; }
        .testimonial .carousel_images .restimonial_single_img.slick-current img {
          height: 70px;
          width: 70px;
          -webkit-transform: rotate(-40deg);
                  transform: rotate(-40deg);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .testimonial .carousel_images .restimonial_single_img.slick-current .name_position {
          opacity: 1;
          visibility: visible;
          width: 260px; }
      .testimonial .carousel_images .restimonial_single_img img {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .testimonial .carousel_images .restimonial_single_img .name_position {
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        padding-top: 106px;
        margin-left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .testimonial .carousel_images .restimonial_single_img .name_position .name {
          font-size: 20px;
          font-weight: 700;
          color: #ffffff; }
        .testimonial .carousel_images .restimonial_single_img .name_position span {
          font-size: 16px;
          font-weight: 600;
          color: #ff5a2c;
          display: inherit; }
    .testimonial .carousel_images .slick-list {
      margin: 0; }
  .testimonial .testimonial_text_wrapper {
    padding-left: 40px;
    position: relative; }
    .testimonial .testimonial_text_wrapper h2 {
      font-weight: 700;
      font-size: 36px;
      color: #ffffff;
      margin-top: 100px; }
    .testimonial .testimonial_text_wrapper .carousel_text .single_box {
      padding-right: 20%;
      padding-left: 10%;
      min-height: 300px; }
      .testimonial .testimonial_text_wrapper .carousel_text .single_box p {
        margin: 30px 0 0 0;
        font-size: 25px;
        font-weight: 400;
        font-family: "Rubik", sans-serif;
        line-height: 40px;
        color: #ffffff; }
    .testimonial .testimonial_text_wrapper .reviewer_info {
      padding: 0px;
      position: relative;
      top: -160px;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
      left: -235px; }
  .testimonial ul.slick-dots {
    position: absolute;
    top: 70%;
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .testimonial ul.slick-dots li {
      padding: 0 15px;
      cursor: pointer; }
      .testimonial ul.slick-dots li button {
        text-indent: -9999px;
        height: 80px;
        width: 2px;
        background: #ffffff;
        margin: 0px 0 10px 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: none;
        outline: none;
        opacity: 0.5; }
    .testimonial ul.slick-dots .slick-active button {
      background: #ff5a2c;
      opacity: 1; }
  .testimonial .slick-list {
    margin: 0; }

.blog {
  padding: 130px 0 0; }
  .blog .single_item {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.05);
            box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.05);
    text-align: center;
    position: relative; }
    .blog .single_item:before {
      position: absolute;
      content: "";
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .blog .single_item:hover:before {
      background: #ff5a2c; }
    .blog .single_item:hover .blog-img img {
      margin-top: -15px; }
    .blog .single_item:hover .blog_title {
      margin-top: -32px;
      background: #111b51; }
      .blog .single_item:hover .blog_title span {
        color: #ffffff; }
      .blog .single_item:hover .blog_title h3 a {
        color: #ffffff; }
      .blog .single_item:hover .blog_title .post_bloger span {
        color: #ffffff; }
      .blog .single_item:hover .blog_title .post_bloger .bloger_name {
        color: #ff5a2c; }
    .blog .single_item .blog-img {
      overflow: hidden; }
      .blog .single_item .blog-img img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .blog .single_item .blog_title {
      padding: 25px;
      background: #ffffff;
      margin-top: 0px;
      z-index: 1;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog .single_item .blog_title span {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "Rubik", sans-serif; }
      .blog .single_item .blog_title h3 {
        font-weight: 700;
        font-size: 20px;
        padding-top: 5px;
        line-height: 34px; }
        .blog .single_item .blog_title h3 a {
          color: #333146;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .blog .single_item .blog_title h3 a:hover {
            color: #ff5a2c; }
      .blog .single_item .blog_title .post_bloger {
        padding: 15px 0 10px; }
        .blog .single_item .blog_title .post_bloger span {
          font-size: 15px;
          font-weight: 300;
          padding-top: 15px;
          margin: 0;
          color: #6a7a83;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-weight: 400; }
        .blog .single_item .blog_title .post_bloger .bloger_name {
          color: #ff5a2c;
          font-weight: 700;
          font-size: 14px; }

.our_sponsor {
  padding: -150px 0 60px;
  background: #ffffff; }
  .our_sponsor .sponsored_company_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .our_sponsor .sponsored_company_logos li {
      margin-bottom: 70px; }
      .our_sponsor .sponsored_company_logos li img {
        height: 50px;
        width: auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer; }
        .our_sponsor .sponsored_company_logos li img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
  .our_sponsor .sponsored_company_logos_2 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    .our_sponsor .sponsored_company_logos_2 li {
      padding: 0 40px; }

footer {
  background: #111b51;
  position: relative;
  z-index: 1;
  padding: 0 0 100px 0;
  overflow: hidden; }
  footer:before {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 150px;
    width: 50%;
    z-index: -1; }
  footer:after {
    background: #111b51;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 0.9; }
  footer .shape_wrapper {
    position: absolute;
    z-index: 5;
    content: "";
    height: 100%;
    width: 300px;
    right: 0;
    top: 0; }
    footer .shape_wrapper:before {
      border-radius: 0 0 0 50%;
      background: #111b51;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 10%;
      width: 100%;
      z-index: -1; }
    footer .shape_wrapper img {
      position: absolute; }
    footer .shape_wrapper .shape_t_1 {
      left: 0;
      top: 0; }
    footer .shape_wrapper .shape_t_2 {
      right: 0;
      bottom: 0; }
  footer .become_techer_wrapper .become_a_teacher {
    background: #ff5a2c;
    padding: 10px 10px 60px 12px;
    position: relative;
    z-index: 1; }
    footer .become_techer_wrapper .become_a_teacher:before {
      background: #ff5a2c;
      position: absolute;
      content: "";
      top: 0;
      right: -100px;
      height: 100%;
      width: 100px;
      z-index: -1; }
    footer .become_techer_wrapper .become_a_teacher:after {
      background: rgba(7, 32, 57, 0.6);
      position: absolute;
      content: "";
      top: 0;
      left: -100%;
      height: 300%;
      width: 100%;
      z-index: -1; }
    footer .become_techer_wrapper .become_a_teacher .title h2 {
      color: #ffffff;
      font-size: 50px; }
    footer .become_techer_wrapper .become_a_teacher .title p {
      color: #ffffff;
      padding: 20px 0 35px; }
    footer .become_techer_wrapper .become_a_teacher .get_s_btn a {
      background: #092ace;
      font-weight: 500;
      border-radius: 5px;
      color: #ffffff;
      display: inline-block;
      font-size: 15px;
      text-transform: uppercase;
      text-decoration: none;
      height: 60px;
      line-height: 60px;
      padding: 0 40px;
      font-family: "Rubik", sans-serif;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer .become_techer_wrapper .become_a_teacher .get_s_btn a:hover {
        background: #ffffff;
        color: #333146; }
    footer .become_techer_wrapper .become_a_teacher .shape_t_1 {
      position: absolute;
      bottom: -65px;
      right: -165px; }
  footer .footer_top {
    position: relative;
    z-index: 1;
    margin-top: 100px; }
    footer .footer_top h3 {
      font-weight: 700;
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 40px; }
    footer .footer_top .information {
      margin-left: 50px; }
    footer .footer_top .contact {
      margin-left: 80px; }
    footer .footer_top .footer_intro {
      padding-right: 25%; }
      footer .footer_top .footer_intro img {
        height: 200px;
        margin-bottom: 40px; }
    footer .footer_top .footer_single_col p {
      font-size: 15px;
      line-height: 30px;
      color: #ffffff; }
    footer .footer_top .footer_single_col ul li {
      display: block;
      padding-bottom: 11px;
      font-size: 15px; }
      footer .footer_top .footer_single_col ul li:last-childe {
        padding-bottom: 0px; }
      footer .footer_top .footer_single_col ul li a {
        color: #ffffff;
        font-family: "Rubik", sans-serif; }
        footer .footer_top .footer_single_col ul li a:hover {
          color: #ff5a2c; }
          footer .footer_top .footer_single_col ul li a:hover:before {
            color: #ff5a2c; }
    footer .footer_top .footer_single_col .quick_inf0 li a {
      position: relative;
      padding-left: 20px; }
      footer .footer_top .footer_single_col .quick_inf0 li a:before {
        color: #ffffff;
        position: absolute;
        font-weight: 600;
        font-family: "Flaticon";
        content: "\f103";
        left: 0;
        top: 0;
        font-size: 8px;
        z-index: 0;
        opacity: 1;
        line-height: 20px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    footer .footer_top .footer_single_col .contact_info span {
      color: #ffffff;
      font-size: 14px; }
    footer .footer_top .footer_single_col .contact_info .email {
      color: #ff5a2c;
      padding-left: 15px;
      font-weight: 600; }
    footer .footer_top .footer_single_col .social_items {
      padding: 20px 0 0; }
      footer .footer_top .footer_single_col .social_items li {
        margin-right: 30px; }
        footer .footer_top .footer_single_col .social_items li:last-child {
          margin-right: 0; }
        footer .footer_top .footer_single_col .social_items li a i {
          font-size: 18px;
          margin: 0;
          color: #ffffff;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          footer .footer_top .footer_single_col .social_items li a i:hover {
            color: #ff5a2c; }
  footer .round_shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    footer .round_shape span {
      border: 1px solid #ffffff;
      border-radius: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      bottom: 0;
      left: 0;
      -webkit-animation-name: bounce_fountainG;
              animation-name: bounce_fountainG;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: normal;
              animation-direction: normal; }
    footer .round_shape .shape_1 {
      height: 50px;
      width: 50px;
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    footer .round_shape .shape_2 {
      height: 120px;
      width: 120px;
      -webkit-animation-delay: 0.39s;
              animation-delay: 0.39s; }
    footer .round_shape .shape_3 {
      height: 190px;
      width: 190px;
      -webkit-animation-delay: 0.78s;
              animation-delay: 0.78s; }
    footer .round_shape .shape_4 {
      height: 260px;
      width: 260px;
      -webkit-animation-delay: 1.17s;
              animation-delay: 1.17s; }
    footer .round_shape .shape_5 {
      height: 330px;
      width: 330px;
      -webkit-animation-delay: 1.56s;
              animation-delay: 1.56s; }
    footer .round_shape .shape_6 {
      height: 400px;
      width: 400px;
      -webkit-animation-delay: 2.34s;
              animation-delay: 2.34s; }
@-webkit-keyframes bounce_fountainG {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes bounce_fountainG {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  footer .shapes1_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -11; }

/*=======[ Index Two Header ]========*/
.header_tow .header_top {
  background: #111b51; }
  .header_tow .header_top:before, .header_tow .header_top:after {
    display: none; }
  .header_tow .header_top .login_info .apply_btn {
    background: #ff5a2c !important; }
.header_tow .edu_nav {
  padding-right: 0;
  background: transparent;
  position: absolute;
  z-index: 9;
  width: 100%; }
  .header_tow .edu_nav nav .navbar-nav li a {
    color: #ffffff !important; }
    .header_tow .edu_nav nav .navbar-nav li a.active, .header_tow .edu_nav nav .navbar-nav li a:hover {
      color: #ff5a2c !important; }
  .header_tow .edu_nav nav .navbar-nav li ul li a {
    color: #333146 !important; }
    .header_tow .edu_nav nav .navbar-nav li ul li a:before {
      color: #ff5a2c; }
  .header_tow .edu_nav nav .search_area .navbar-nav li i:before {
    color: #ffffff; }

.unlimited_possibilities {
  padding: 0;
  margin: 130px 0; }
  .unlimited_possibilities .single_item_first, .unlimited_possibilities .single_item_last {
    border-radius: 40px 0px 40px 0px; }
    .unlimited_possibilities .single_item_first:before, .unlimited_possibilities .single_item_last:before {
      height: 2px;
      width: 90%;
      left: 0;
      background: #092ace;
      bottom: 0; }
  .unlimited_possibilities .single_item_center {
    border-radius: 0 40px 0px 40px; }
    .unlimited_possibilities .single_item_center:before {
      height: 2px;
      bottom: 0px;
      width: 90%;
      right: 0px;
      background: #ff5a2c; }
    .unlimited_possibilities .single_item_center .icon_wrapper i:before {
      color: #ff5a2c !important; }
  .unlimited_possibilities .single_item {
    -webkit-box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    padding: 50px 40px 40px; }
    .unlimited_possibilities .single_item:before {
      position: absolute;
      content: "";
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .unlimited_possibilities .single_item:hover:before {
      background: #ff5a2c; }
    .unlimited_possibilities .single_item:hover .icon_wrapper i:before {
      color: #ff5a2c; }
    .unlimited_possibilities .single_item .icon_wrapper {
      padding-bottom: 30px; }
      .unlimited_possibilities .single_item .icon_wrapper i:before {
        font-size: 60px;
        color: #092ace;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 0; }
    .unlimited_possibilities .single_item .blog_title h3 {
      font-weight: 700;
      font-size: 25px;
      padding: 0px;
      line-height: 34px; }
      .unlimited_possibilities .single_item .blog_title h3 a {
        color: #333146;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .unlimited_possibilities .single_item .blog_title h3 a:hover {
          color: #ff5a2c; }
    .unlimited_possibilities .single_item .blog_title p {
      font-size: 15px;
      font-weight: 300;
      padding-top: 15px;
      margin: 0;
      color: #6a7a83; }

.learn_shep {
  padding: 0 0 120px;
  position: relative;
  z-index: 1; }
  .learn_shep .title {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding-right: 110px;
    padding-top: 160px; }
    .learn_shep .title h2 {
      color: #333146;
      font-size: 50px;
      font-weight: 900;
      margin-bottom: 40px;
      font-family: "Roboto", sans-serif; }
    .learn_shep .title p {
      color: #6a7a83;
      margin-bottom: 55px;
      font-weight: 300; }
    .learn_shep .title a {
      background: #ff5a2c;
      font-weight: 500;
      border-radius: 5px;
      color: #ffffff;
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: none;
      height: 50px;
      line-height: 50px;
      padding: 0 45px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .learn_shep .title a:hover {
        background: #092ace; }
  .learn_shep .shep_banner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10%; }
    .learn_shep .shep_banner_wrapper .step_single_banner {
      width: 50%; }
      .learn_shep .shep_banner_wrapper .step_single_banner img {
        width: 100%;
        position: relative;
        z-index: 2;
        padding: 20px; }

#popular_courses_2 {
  padding: 130px 0 80px;
  background: #f6f8fa;
  position: relative;
  z-index: 1; }
  #popular_courses_2 .single-courses {
    background: #ffffff; }
  #popular_courses_2 .shape_bg span {
    position: absolute;
    z-index: -1; }
  #popular_courses_2 .shape_bg .shape_1 {
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 700px solid #eef1f4;
    border-left: 700px solid transparent; }
  #popular_courses_2 .shape_bg .shape_2 {
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-bottom: 700px solid #eef1f4;
    border-right: 700px solid transparent; }
  #popular_courses_2 .shape_bg .shape_3 {
    height: 350px;
    width: 5000px;
    left: 73%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    background: #eef1f4; }

.register_area {
  background: transparent url("../images/banner/counter_bg.jpg") no-repeat center center/cover;
  min-height: 500px;
  position: relative;
  padding: 130px 0;
  z-index: 1; }
  .register_area:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    z-index: 0; }
  .register_area .form-content {
    padding: 100px 0 0 60px; }
    .register_area .form-content h2 {
      font-size: 50px !important;
      font-weight: 700;
      color: #ffffff;
      line-height: 70px; }
    .register_area .form-content p {
      color: #ffffff;
      margin: 0;
      padding-top: 30px; }
    .register_area .form-content .count_student {
      margin-top: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .register_area .form-content .count_student .single_count {
        margin-right: 60px;
        min-width: 150px; }
        .register_area .form-content .count_student .single_count:last-child {
          margin-right: 0; }
        .register_area .form-content .count_student .single_count span {
          display: block; }
        .register_area .form-content .count_student .single_count .counter, .register_area .form-content .count_student .single_count .count_icon {
          color: #ff5a2c;
          font-size: 40px;
          font-weight: 700;
          padding-bottom: 10px; }
        .register_area .form-content .count_student .single_count .department_name {
          color: #ffffff;
          font-size: 20px;
          line-height: 40px; }
  .register_area .form-full-box {
    background: #ffffff;
    margin: 0 10% 0px 0;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); }
    .register_area .form-full-box .form_title {
      margin-bottom: 40px; }
      .register_area .form-full-box .form_title h2 {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 0;
        font-weight: 700;
        position: relative; }
      .register_area .form-full-box .form_title p {
        padding-top: 15px;
        font-size: 16px; }
        .register_area .form-full-box .form_title p span {
          color: #ff5a2c; }
    .register_area .form-full-box .register-form {
      padding: 0; }
      .register_area .form-full-box .register-form .form-group {
        margin-bottom: 20px;
        position: relative; }
        .register_area .form-full-box .register-form .form-group label {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .register_area .form-full-box .register-form .form-group label i:before {
            margin: 0;
            color: #d7d7d7;
            font-size: 20px; }
        .register_area .form-full-box .register-form .form-group input, .register_area .form-full-box .register-form .form-group textarea {
          position: relative;
          background: transparent;
          border-bottom: 1px solid  #d7d7d7;
          border-top: none;
          border-left: none;
          border-right: none;
          border-radius: 0px;
          -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
                  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
          height: 80px;
          padding: 10px 15px 10px 40px;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          width: 100%;
          color: #333146;
          font-size: 16px;
          font-weight: 400;
          font-family: "Rubik", sans-serif; }
          .register_area .form-full-box .register-form .form-group input:focus, .register_area .form-full-box .register-form .form-group textarea:focus {
            border-color: #092ace;
            outline: none;
            -webkit-box-shadow: none;
                    box-shadow: none; }
          .register_area .form-full-box .register-form .form-group input:-webkit-input-placeholder, .register_area .form-full-box .register-form .form-group textarea:-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #333146;
            font-size: 16px;
            font-weight: 600; }
          .register_area .form-full-box .register-form .form-group input:-moz-placeholder, .register_area .form-full-box .register-form .form-group textarea:-moz-placeholder {
            /* Firefox 19+ */
            color: #333146;
            font-size: 16px;
            font-weight: 600; }
          .register_area .form-full-box .register-form .form-group input-ms-input-placeholder, .register_area .form-full-box .register-form .form-group textarea-ms-input-placeholder {
            /* IE 10+ */
            color: #333146;
            font-size: 16px;
            font-weight: 600; }
          .register_area .form-full-box .register-form .form-group input-moz-placeholder, .register_area .form-full-box .register-form .form-group textarea-moz-placeholder {
            /* Firefox 18- */
            color: #333146;
            font-size: 16px;
            font-weight: 600; }
        .register_area .form-full-box .register-form .form-group textarea {
          padding-top: 30px; }
      .register_area .form-full-box .register-form .register-btn-box {
        padding-top: 20px; }
        .register_area .form-full-box .register-form .register-btn-box .register-btn {
          background: #092ace;
          color: white;
          padding: 0 55px;
          color: #fff;
          height: 50px;
          line-height: 50px;
          font-size: 16px;
          text-transform: uppercase;
          border: none;
          border-radius: 5px;
          font-weight: 500;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          cursor: pointer; }
          .register_area .form-full-box .register-form .register-btn-box .register-btn:hover {
            background: #ff5a2c;
            color: #ffffff; }

#instructors_page {
  padding: 130px 0; }

.our_instructors {
  padding: 130px 0 80px;
  background: #ffffff;
  position: relative;
  z-index: 1; }
  .our_instructors .team-single-item {
    padding: 0 25px;
    margin-bottom: 50px; }
    .our_instructors .team-single-item figure {
      text-align: center;
      background: #ffffff; }
      .our_instructors .team-single-item figure:hover .member-img:before {
        opacity: 0.20; }
      .our_instructors .team-single-item figure:hover .member-img img {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .our_instructors .team-single-item figure:hover figcaption .member-name h4 a {
        color: #ff5a2c; }
      .our_instructors .team-single-item figure .member-img {
        -webkit-box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.2);
                box-shadow: 9px 16px 46px 0px rgba(47, 47, 47, 0.2);
        margin: 0px auto; }
        .our_instructors .team-single-item figure .member-img .teachars_pro {
          overflow: hidden; }
          .our_instructors .team-single-item figure .member-img .teachars_pro img {
            width: auto;
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
      .our_instructors .team-single-item figure figcaption {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        text-align: left;
        position: relative;
        z-index: 1;
        margin: -30px 0 0 36px; }
        .our_instructors .team-single-item figure figcaption:before {
          position: absolute;
          content: "";
          background: url(../images/shapes/team_shape.png) no-repeat center center;
          height: 263px;
          width: 470px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .our_instructors .team-single-item figure figcaption .member-name {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          width: 100%;
          padding: 20px 0 46px 30px;
          position: relative; }
          .our_instructors .team-single-item figure figcaption .member-name h4 {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 25px;
            font-weight: 700;
            margin: 0;
            line-height: 38px; }
            .our_instructors .team-single-item figure figcaption .member-name h4 a {
              color: #333146;
              -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
          .our_instructors .team-single-item figure figcaption .member-name span {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 25px;
            font-weight: 400;
            color: #6a7a83;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            font-family: "Rubik", sans-serif; }

.testimonial_2 {
  padding: 130px 0 0px 0;
  background: linear-gradient(65deg, #5958a0 0%, #111b51 100%);
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .testimonial_2:before {
    color: #ff5a2c;
    position: absolute;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f122";
    left: 50%;
    top: 37%;
    font-size: 50px;
    z-index: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    opacity: 0.2; }
  .testimonial_2 .title {
    margin-bottom: 60px;
    max-width: 650px;
    margin: 0px auto;
    text-align: center; }
    .testimonial_2 .title h2 {
      color: #ffffff;
      margin-bottom: 12px;
      font-size: 50px;
      font-weight: 700;
      font-family: "Poppins", sans-serif; }
  .testimonial_2 .testimonial_single {
    text-align: center;
    position: relative;
    margin: 0px 90px 0;
    padding: 100px 40px 130px; }
    .testimonial_2 .testimonial_single p {
      font-weight: 300;
      font-size: 20px;
      line-height: 36px;
      margin: 25px 0 0;
      color: #ffffff; }
    .testimonial_2 .testimonial_single .reviewer_info .member-img {
      height: 50px;
      width: 50px;
      overflow: hidden;
      border-radius: 5px;
      margin: 40px auto 30px; }
      .testimonial_2 .testimonial_single .reviewer_info .member-img img {
        height: auto;
        width: 100%; }
    .testimonial_2 .testimonial_single .reviewer_info h4 {
      font-size: 18px;
      color: #ffffff;
      font-weight: 700; }
    .testimonial_2 .testimonial_single .reviewer_info span {
      font-weight: 400;
      font-size: 16px;
      color: #ff5a2c;
      line-height: 30px; }
  .testimonial_2 ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .testimonial_2 ul.slick-dots li .pager_item {
      height: 10px;
      width: 10px;
      background: #ffffff;
      margin: 15px 0;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .testimonial_2 ul.slick-dots .slick-active .pager_item {
      height: 25px;
      width: 10px;
      background: #ff5a2c;
      border-radius: 10px; }
  .testimonial_2 .shape_wrapper img {
    position: absolute;
    z-index: -1; }
  .testimonial_2 .shape_wrapper .shape_1 {
    top: 0;
    left: 0; }
  .testimonial_2 .shape_wrapper .shape_2 {
    bottom: 0;
    right: 0; }
  .testimonial_2 .shape_wrapper .shape_3 {
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.4; }

.latest_news_2 {
  padding: 130px 0 80px; }
  .latest_news_2 .single_item {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 50px; }
    .latest_news_2 .single_item:before {
      position: absolute;
      content: "";
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .latest_news_2 .single_item:hover:before {
      background: #ff5a2c; }
    .latest_news_2 .single_item:hover .twitter_post {
      opacity: 1;
      visibility: visible; }
    .latest_news_2 .single_item:hover .item_wrapper .blog-img img {
      -webkit-transform: scale(1.2) rotate(5deg);
              transform: scale(1.2) rotate(5deg); }
    .latest_news_2 .single_item:hover .blog_title .post_bloger li {
      color: #ffffff; }
    .latest_news_2 .single_item:hover .blog_title .post_bloger span {
      color: #ffffff; }
    .latest_news_2 .single_item:hover .blog_title .post_bloger .bloger_name {
      color: #ff5a2c; }
    .latest_news_2 .single_item .item_wrapper .blog-img {
      overflow: hidden; }
      .latest_news_2 .single_item .item_wrapper .blog-img img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: scale(1.1) rotate(0deg);
                transform: scale(1.1) rotate(0deg); }
    .latest_news_2 .single_item .item_wrapper h3 {
      font-weight: 700;
      font-size: 20px;
      padding: 30px 25px 0;
      line-height: 30px;
      text-align: left; }
      .latest_news_2 .single_item .item_wrapper h3 a {
        color: #333146;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .latest_news_2 .single_item .item_wrapper h3 a:hover {
          color: #ff5a2c; }
    .latest_news_2 .single_item .blog_title {
      position: relative;
      padding: 0 25px 20px;
      background: transparent;
      margin-top: 0px;
      z-index: 1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-align: left; }
      .latest_news_2 .single_item .blog_title .post_bloger {
        padding: 15px 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .latest_news_2 .single_item .blog_title .post_bloger li {
          font-size: 14px;
          font-weight: 300;
          padding-top: 15px;
          margin: 0;
          color: #6a7a83;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-weight: 400; }
          .latest_news_2 .single_item .blog_title .post_bloger li i {
            padding-right: 7px;
            font-size: 12px; }
  .latest_news_2 .twitter_post {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 100%;
    background: #2eb9f8;
    padding: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
    .latest_news_2 .twitter_post .blog_title {
      background: transparent;
      padding: 0px;
      min-height: 268px; }
      .latest_news_2 .twitter_post .blog_title .icon_wrapper i {
        font-size: 50px;
        margin: 0;
        color: #ffffff; }
      .latest_news_2 .twitter_post .blog_title p, .latest_news_2 .twitter_post .blog_title a {
        color: #ffffff; }
      .latest_news_2 .twitter_post .blog_title p {
        font-size: 18px;
        margin: 0;
        padding: 25px 0px 15px;
        line-height: 30px; }
      .latest_news_2 .twitter_post .blog_title a {
        font-size: 18px;
        font-weight: 700; }
    .latest_news_2 .twitter_post .post_bloger {
      padding: 15px 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .latest_news_2 .twitter_post .post_bloger li {
        font-size: 14px;
        font-weight: 300;
        padding-top: 15px;
        margin: 0;
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: 400; }
        .latest_news_2 .twitter_post .post_bloger li i {
          padding-right: 7px;
          font-size: 12px; }

.teamgroup .teamgroup_info_wrapper {
  padding-bottom: 100px;
  max-width: 800px;
  margin: 0px auto;
  text-align: center; }
  .teamgroup .teamgroup_info_wrapper h2 {
    padding-bottom: 50px;
    font-size: 36px;
    line-height: 54px; }
  .teamgroup .teamgroup_info_wrapper .srtarte_btn {
    background: #ff5a2c;
    font-family: "Rubik", sans-serif;
    padding: 0px 45px;
    line-height: 60px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    height: 60px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .teamgroup .teamgroup_info_wrapper .srtarte_btn:hover {
      background: #092ace; }

.footer_2 {
  padding: 0; }
  .footer_2:before {
    display: none; }
  .footer_2 .copyright {
    text-align: center;
    padding: 80px 0 50px; }
    .footer_2 .copyright p {
      color: #ffffff;
      margin: 0;
      font-size: 14px; }
  .footer_2 .shapes_bg img {
    position: absolute;
    z-index: -1; }
  .footer_2 .shapes_bg .shape_1 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.1; }
  .footer_2 .shapes_bg .shape_3 {
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.5; }

/*=======[ Index Three Header ]========*/
.header_3 .header_top {
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9; }
  .header_3 .header_top:before, .header_3 .header_top:after {
    display: none; }
  .header_3 .header_top .info_wrapper .contact_info ul li {
    color: #6a7a83; }
    .header_3 .header_top .info_wrapper .contact_info ul li i:before {
      color: #6a7a83;
      margin: 0; }
  .header_3 .header_top .info_wrapper a {
    background: #ff5a2c;
    height: 54px;
    line-height: 54px;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header_3 .header_top .info_wrapper a:hover {
      background: #ff5a2c;
      color: #ffffff; }
  .header_3 .header_top .info_wrapper .sign_up {
    background: transparent;
    color: #6a7a83;
    border-left: 1px solid #d9d9d9; }
    .header_3 .header_top .info_wrapper .sign_up:hover {
      border-left: 1px solid #ff5a2c; }
.header_3 .edu_nav nav .search_area .navbar-nav li {
  padding: 35px 0px 35px 20px; }
  .header_3 .edu_nav nav .search_area .navbar-nav li:first-child {
    padding-left: 10px; }
  .header_3 .edu_nav nav .search_area .navbar-nav li i:before {
    margin: 0;
    color: #333146;
    font-weight: 700;
    font-size: 17px; }
.header_3 .edu_nav nav .search_area .navbar-nav .cart_icon {
  position: relative; }
  .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon:hover .cart_list {
    top: 97px;
    opacity: 1;
    visibility: visible; }
  .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon i {
    position: relative; }
    .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon i:before {
      font-size: 22px; }
    .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon i p {
      position: absolute;
      top: -5px;
      right: -5px;
      background: #092ace;
      color: #ffffff;
      font-size: 12px;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      text-align: center;
      line-height: 16px;
      font-style: normal; }
  .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    position: absolute;
    right: -30px;
    top: 112px;
    z-index: 1;
    width: 350px;
    padding: 30px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list:before {
      position: absolute;
      top: -8px;
      right: 30px;
      height: 16px;
      width: 16px;
      background: #ffffff;
      content: "";
      z-index: 1;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart {
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(47, 47, 47, 0.1);
      margin-bottom: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_banner {
        width: 85px; }
        .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_banner a {
          margin: 0 !important; }
          .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_banner a img {
            width: 100%;
            height: auto; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info a, .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info span {
        color: #6a7a83;
        text-transform: none; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info span {
        font-size: 14px; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info .price {
        color: #ff5a2c; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info a {
        margin: 0 !important;
        color: #6a7a83; }
        .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .cart_info a:hover {
          color: #092ace; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .del-icon i:before {
        font-size: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .single_cart .del-icon i:hover:before {
        color: #092ace; }
    .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .cart_calculate_wrapper .calculate_price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 5px; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .cart_calculate_wrapper .calculate_price span {
        font-weight: 500;
        font-family: "Rubik", sans-serif; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .cart_calculate_wrapper .calculate_price .total_price {
        color: #ff5a2c;
        font-size: 17px; }
    .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn {
      border-top: 1px solid rgba(47, 47, 47, 0.1);
      margin-top: 25px; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn a {
        margin: 0 !important;
        padding: 30px 0 0 0 !important; }
      .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn .cart_button, .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn a.checkout {
        color: #ffffff;
        padding: 0; }
        .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn .cart_button:hover, .header_3 .edu_nav nav .search_area .navbar-nav .cart_icon .cart_list .purchase_btn a.checkout:hover {
          color: #ffffff;
          border-color: #092ace; }
.header_3 .intro_wrapper {
  background: url("../images/banner/banner_3.png") no-repeat center center;
  min-height: 990px;
  background-size: cover;
  position: relative;
  padding: 200px 0 0; }
  .header_3 .intro_wrapper:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .header_3 .intro_wrapper h1 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 900;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin: 0;
    letter-spacing: 2px; }
  .header_3 .intro_wrapper p {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    color: #ffffff;
    line-height: 36px;
    padding: 30px 0 40px; }
  .header_3 .intro_wrapper .intro_button a {
    font-family: "Rubik", sans-serif;
    background: #ff5a2c;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 45px;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block; }
    .header_3 .intro_wrapper .intro_button a:hover {
      background: #092ace; }
  .header_3 .intro_wrapper .search_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 200px; }
    .header_3 .intro_wrapper .search_wrapper .search-option {
      width: 100%;
      background: #ffffff;
      border-radius: 100px;
      padding: 20px 30px;
      -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
              box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); }
      .header_3 .intro_wrapper .search_wrapper .search-option form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header_3 .intro_wrapper .search_wrapper .search-option form .form-group {
          margin: 0 30px;
          width: 65%;
          position: relative; }
          .header_3 .intro_wrapper .search_wrapper .search-option form .form-group:before {
            position: absolute;
            font-family: "Flaticon";
            font-size: 25px;
            content: "\f104";
            left: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-weight: 400; }
          .header_3 .intro_wrapper .search_wrapper .search-option form .form-group input {
            height: 72px;
            min-width: 100%;
            padding: 0 30px 0 70px;
            font-size: 18px;
            border: 1px solid #d9d9d9;
            border-radius: 50px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            outline: none; }
            .header_3 .intro_wrapper .search_wrapper .search-option form .form-group input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #6a7a83;
              font-size: 18px;
              font-weight: 400;
              font-family: "Rubik", sans-serif;
              opacity: 1; }
            .header_3 .intro_wrapper .search_wrapper .search-option form .form-group input::-moz-placeholder {
              /* Firefox 19+ */
              color: #6a7a83;
              font-size: 18px;
              font-weight: 400;
              font-family: "Rubik", sans-serif;
              opacity: 1; }
            .header_3 .intro_wrapper .search_wrapper .search-option form .form-group input:-ms-input-placeholder {
              /* IE 10+ */
              color: #6a7a83;
              font-size: 18px;
              font-weight: 400;
              font-family: "Rubik", sans-serif;
              opacity: 1; }
            .header_3 .intro_wrapper .search_wrapper .search-option form .form-group input:-moz-placeholder {
              /* Firefox 18- */
              color: #6a7a83;
              font-size: 18px;
              font-weight: 400;
              font-family: "Rubik", sans-serif;
              opacity: 1; }
        .header_3 .intro_wrapper .search_wrapper .search-option form .dropdown {
          height: 72px;
          width: 20%;
          background: #ffffff;
          font-family: "Rubik", sans-serif;
          color: #6a7a83;
          line-height: 72px;
          padding: 0 30px;
          font-size: 18px;
          font-weight: 400;
          position: relative;
          cursor: pointer;
          border: 1px solid #d9d9d9;
          border-radius: 50px; }
          .header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .all-categories {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .all-categories i:before {
              margin: 0;
              font-weight: 600; }
          .header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .dropdown-menu {
            width: 220px;
            border: none;
            border-radius: 0px; }
            .header_3 .intro_wrapper .search_wrapper .search-option form .dropdown .dropdown-menu .dropdown-item {
              line-height: 30px; }
        .header_3 .intro_wrapper .search_wrapper .search-option form .submit-btn {
          width: 15%; }
          .header_3 .intro_wrapper .search_wrapper .search-option form .submit-btn button {
            height: 72px;
            padding: 0 55px;
            background: #092ace;
            font-size: 18px;
            font-family: "Rubik", sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            color: #ffffff;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .header_3 .intro_wrapper .search_wrapper .search-option form .submit-btn button:hover {
              background: #ff5a2c; }

/*=======[ Cources Features ]========*/
.courses_features {
  background: #ffffff;
  text-align: center;
  margin: 100px 0; }
  .courses_features .feature_single_1:before {
    background: rgba(71, 131, 253, 0.65); }
  .courses_features .feature_single_2:before {
    background: rgba(234, 86, 98, 0.65); }
  .courses_features .feature_single_3:before {
    background: rgba(130, 81, 188, 0.65); }
  .courses_features .feature_single_4:before {
    background: rgba(250, 191, 61, 0.65); }
  .courses_features .feature_single_5:before {
    background: rgba(58, 220, 179, 0.65); }
  .courses_features .feature_single_6:before {
    background: rgba(253, 144, 65, 0.65); }
  .courses_features .single_features_wrapper {
    padding: 0; }
    .courses_features .single_features_wrapper .feature_single {
      position: relative;
      z-index: 3;
      overflow: hidden;
      margin: 0 20px 40px; }
      .courses_features .single_features_wrapper .feature_single:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .courses_features .single_features_wrapper .feature_single:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .courses_features .single_features_wrapper .feature_single img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .courses_features .single_features_wrapper .feature_single .feature_content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        text-align: left;
        padding: 30px 15px 30px 30px;
        z-index: 2; }
        .courses_features .single_features_wrapper .feature_single .feature_content h3 {
          color: #ffffff;
          font-size: 30px;
          padding: 0;
          font-weight: 600; }
        .courses_features .single_features_wrapper .feature_single .feature_content p {
          color: #ffffff;
          margin: 0;
          padding: 10px 0;
          font-size: 20px; }

/*=======[ Think About Us ]========*/
.about_us_thinking {
  background: #f7f8fc;
  position: relative; }
  .about_us_thinking:before {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 120px;
    width: 60%;
    right: 0;
    top: 0;
    z-index: 1; }
  .about_us_thinking .banner_learn {
    padding-right: 8%; }
    .about_us_thinking .banner_learn img {
      width: 100%;
      position: relative;
      z-index: 2;
      min-height: 660px; }
  .about_us_thinking .title {
    padding: 220px 30% 80px 4%;
    text-align: left; }
    .about_us_thinking .title h2 {
      color: #333146;
      font-size: 50px;
      font-weight: 900;
      line-height: 65px;
      margin-bottom: 50px; }
    .about_us_thinking .title .step_services {
      margin-bottom: 40px;
      padding-right: 20%; }
      .about_us_thinking .title .step_services:last-child {
        margin-bottom: 0; }
      .about_us_thinking .title .step_services h3 {
        color: #333146;
        font-weight: 700;
        font-size: 25px;
        padding-bottom: 20px; }
        .about_us_thinking .title .step_services h3 span {
          color: #ff5a2c;
          padding-right: 10px; }

/*=======[ Online Videos ]========*/
.video_online {
  padding: 150px 0; }
  .video_online .sub_title {
    position: relative;
    z-index: 2;
    margin: 0px auto 30px; }
    .video_online .sub_title h2, .video_online .sub_title p {
      color: #ffffff; }
  .video_online .video_wrapper {
    position: relative;
    margin-left: 23px;
    margin-top: 35px;
    margin-bottom: 50px;
    z-index: 1; }
    .video_online .video_wrapper .video_banner img {
      margin-left: -10%; }
    .video_online .video_wrapper .video_banner .video_view_btn {
      position: absolute;
      top: 44%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .video_online .video_wrapper .video_banner .video_view_btn a {
        position: relative;
        z-index: 1; }
        .video_online .video_wrapper .video_banner .video_view_btn a:before {
          position: absolute;
          content: "";
          background: #092ace;
          left: 50%;
          top: 36%;
          border-radius: 50%;
          animation: bounce_4b 3s infinite linear;
          -webkit-animation: bounce_4b 3s infinite linear;
          z-index: -1;
          height: 140px;
          width: 140px; }
@-webkit-keyframes bounce_4b {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0; } }
@keyframes bounce_4b {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0; } }
        .video_online .video_wrapper .video_banner .video_view_btn a i {
          position: relative; }
          .video_online .video_wrapper .video_banner .video_view_btn a i:before {
            font-size: 26px;
            color: #ffffff;
            line-height: 65px;
            margin: 0; }
          .video_online .video_wrapper .video_banner .video_view_btn a i:after {
            position: absolute;
            background: #092ace;
            content: "";
            height: 100px;
            width: 100px;
            top: 6px;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            z-index: -1;
            border-radius: 50%;
            margin: 0; }
        .video_online .video_wrapper .video_banner .video_view_btn a span {
          color: #333146;
          font-size: 16px;
          font-weight: 700;
          margin-left: 45px; }
    .video_online .video_wrapper .shape_video img {
      position: absolute; }
    .video_online .video_wrapper .shape_video .shape_1 {
      bottom: 88px;
      left: -210px;
      z-index: -1; }
    .video_online .video_wrapper .shape_video .shape_2 {
      bottom: -58%;
      left: -30%;
      z-index: -2; }
  .video_online .counter_single_wrapper {
    text-align: center;
    position: relative;
    min-height: 220px;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .video_online .counter_single_wrapper:before {
      position: absolute;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(9, 42, 207, 0.2)), color-stop(50%, rgba(9, 42, 207, 0.5)), color-stop(80%, rgba(9, 42, 207, 0.2)));
      background: linear-gradient(to top, rgba(9, 42, 207, 0.2) 10%, rgba(9, 42, 207, 0.5) 50%, rgba(9, 42, 207, 0.2) 80%);
      border-radius: 50%;
      content: "";
      height: 190px;
      right: 0;
      width: 3px;
      top: 50%;
      z-index: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .video_online .counter_single_wrapper:last-child:before {
      display: none; }
    .video_online .counter_single_wrapper .count_single {
      margin: 0px auto; }
      .video_online .counter_single_wrapper .count_single .counter, .video_online .counter_single_wrapper .count_single .count_icon {
        color: #333146;
        font-size: 60px;
        font-weight: 700;
        line-height: 70px; }
      .video_online .counter_single_wrapper .count_single span {
        color: #333146;
        font-size: 16px;
        font-weight: 500;
        font-family: "Rubik", sans-serif;
        color: #ff5a2c; }

/*=======[ Testimonial Three ]========*/
.testimonial_3 {
  padding: 120px 0;
  z-index: 1; }
  .testimonial_3 .testimonial_single {
    position: relative;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    padding: 55px 20px 55px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .testimonial_3 .testimonial_single:hover {
      -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
              box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); }
    .testimonial_3 .testimonial_single .reviewer_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 45px; }
      .testimonial_3 .testimonial_single .reviewer_info img {
        height: 75px;
        width: 75px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .testimonial_3 .testimonial_single .reviewer_info .name_position {
        padding-left: 30px; }
        .testimonial_3 .testimonial_single .reviewer_info .name_position .name {
          font-size: 25px;
          line-height: 34px;
          font-weight: 700;
          color: #333146; }
        .testimonial_3 .testimonial_single .reviewer_info .name_position span {
          font-size: 16px;
          font-weight: 400;
          color: #ff5a2c;
          display: inherit; }
    .testimonial_3 .testimonial_single p {
      font-size: 18px;
      line-height: 30px;
      margin: 0;
      padding-right: 20px; }

/*=======[ Our Team Membar ]========*/
.meet_our_team {
  padding: 150px 0 100px 0;
  background: linear-gradient(65deg, #5958a0 0%, #111b51 100%);
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .meet_our_team .meet_team_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0 60px; }
    .meet_our_team .meet_team_wrapper .sub_title {
      text-align: left;
      margin: 0; }
      .meet_our_team .meet_team_wrapper .sub_title h2, .meet_our_team .meet_team_wrapper .sub_title p {
        color: #ffffff; }
      .meet_our_team .meet_team_wrapper .sub_title p {
        padding: 25px 10% 0 0; }
    .meet_our_team .meet_team_wrapper .envent_all_view a {
      background: #ff5a2c;
      font-weight: 500;
      border-radius: 50px;
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      height: 50px;
      line-height: 50px;
      padding: 0 55px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .meet_our_team .meet_team_wrapper .envent_all_view a:hover {
        background: #ffffff;
        color: #092ace; }
  .meet_our_team .testimonial_single {
    position: relative;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 15px 20px;
    background: #ffffff;
    margin-bottom: 50px; }
    .meet_our_team .testimonial_single:hover .reviewer_info img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .meet_our_team .testimonial_single .reviewer_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .meet_our_team .testimonial_single .reviewer_info .pro_pic_teacher {
        overflow: hidden;
        border-radius: 50%; }
        .meet_our_team .testimonial_single .reviewer_info .pro_pic_teacher img {
          height: 100px;
          width: 100px;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .meet_our_team .testimonial_single .reviewer_info .name_position {
        padding-left: 18px; }
        .meet_our_team .testimonial_single .reviewer_info .name_position .name {
          font-size: 20px;
          line-height: 34px; }
          .meet_our_team .testimonial_single .reviewer_info .name_position .name a {
            font-weight: 700 !important;
            color: #333146;
            font-family: "Poppins", sans-serif;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .meet_our_team .testimonial_single .reviewer_info .name_position .name a:hover {
              color: #ff5a2c; }
        .meet_our_team .testimonial_single .reviewer_info .name_position span {
          font-size: 20px;
          font-family: "Rubik", sans-serif;
          font-weight: 300 !important;
          color: #6a7a83;
          display: inherit; }
  .meet_our_team .shape_wrapper img {
    position: absolute;
    z-index: -1; }
  .meet_our_team .shape_wrapper .shape_1 {
    top: 0;
    left: 0; }
  .meet_our_team .shape_wrapper .shape_2 {
    bottom: 0;
    right: 0; }
  .meet_our_team .shape_wrapper .shape_3 {
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.4; }

/*---------- Pricieng Style-------*/
.priceing {
  padding: 120px 0 80px 0;
  position: relative; }
  .priceing .pricing_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .priceing .pricing_wrapper .single_price_table {
      width: 32%;
      -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
              box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
      background: #fff;
      padding: 50px 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .priceing .pricing_wrapper .single_price_table:hover {
        -webkit-box-shadow: 0px 15px 81px 0px rgba(47, 47, 47, 0.15);
                box-shadow: 0px 15px 81px 0px rgba(47, 47, 47, 0.15); }
      .priceing .pricing_wrapper .single_price_table.active {
        width: 36%;
        background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
        padding: 75px 0; }
        .priceing .pricing_wrapper .single_price_table.active .pricing_title {
          padding-bottom: 45px; }
          .priceing .pricing_wrapper .single_price_table.active .pricing_title h2 {
            font-size: 40px;
            color: #ffffff; }
        .priceing .pricing_wrapper .single_price_table.active .price {
          margin: 30px 0 40px; }
          .priceing .pricing_wrapper .single_price_table.active .price p {
            font-size: 90px;
            color: #ffffff; }
            .priceing .pricing_wrapper .single_price_table.active .price p sub {
              font-size: 25px;
              color: #ffffff; }
              .priceing .pricing_wrapper .single_price_table.active .price p sub:before {
                background: #ffffff;
                height: 45px;
                width: 3px; }
        .priceing .pricing_wrapper .single_price_table.active .pricing-content ul li {
          color: #ffffff; }
        .priceing .pricing_wrapper .single_price_table.active .pricing-content .pricing_btn {
          margin: 12px 0; }
          .priceing .pricing_wrapper .single_price_table.active .pricing-content .pricing_btn a {
            background: #ffffff;
            color: #092ace; }
            .priceing .pricing_wrapper .single_price_table.active .pricing-content .pricing_btn a:hover {
              background: #092ace;
              color: #ffffff; }
      .priceing .pricing_wrapper .single_price_table .pricing_title {
        text-align: center;
        padding-bottom: 40px; }
        .priceing .pricing_wrapper .single_price_table .pricing_title h2 {
          font-size: 35px;
          font-weight: 700; }
      .priceing .pricing_wrapper .single_price_table .price {
        text-align: center;
        margin: 20px 0 40px; }
        .priceing .pricing_wrapper .single_price_table .price p {
          font-size: 70px;
          font-weight: 600;
          display: inline-block;
          position: relative;
          margin-bottom: 0;
          color: #333146;
          font-family: "Rubik", sans-serif; }
          .priceing .pricing_wrapper .single_price_table .price p span {
            font-size: 35px;
            font-weight: 700;
            left: -25px;
            margin-top: -7px;
            position: absolute;
            top: 0; }
          .priceing .pricing_wrapper .single_price_table .price p sub {
            position: relative;
            font-size: 20px;
            bottom: 0;
            font-weight: 600;
            color: #092ace;
            padding-left: 20px; }
            .priceing .pricing_wrapper .single_price_table .price p sub:before {
              content: "";
              position: absolute;
              background: #092ace;
              height: 35px;
              width: 2.5px;
              bottom: 0;
              left: 10px;
              -webkit-transform: rotate(16deg);
                      transform: rotate(16deg); }
      .priceing .pricing_wrapper .single_price_table .pricing-content {
        text-align: center; }
        .priceing .pricing_wrapper .single_price_table .pricing-content ul {
          margin-bottom: 50px; }
          .priceing .pricing_wrapper .single_price_table .pricing-content ul li {
            font-size: 16px;
            color: #6a7a83;
            line-height: 40px;
            font-family: "Rubik", sans-serif; }
        .priceing .pricing_wrapper .single_price_table .pricing-content .pricing_btn {
          margin: 12px 0; }
          .priceing .pricing_wrapper .single_price_table .pricing-content .pricing_btn a {
            background: #092ace;
            color: #ffffff;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            height: 50px;
            line-height: 50px;
            padding: 0 40px;
            display: inline-block;
            border-radius: 50px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .priceing .pricing_wrapper .single_price_table .pricing-content .pricing_btn a:hover {
              background: #ff5a2c;
              color: #ffffff; }

.app_download {
  padding: 150px 0;
  position: relative;
  z-index: 1; }
  .app_download .single_features {
    margin-bottom: 200px; }
    .app_download .single_features:last-child {
      margin-bottom: 0; }
    .app_download .single_features .feature_banner {
      min-height: 440px;
      position: relative; }
      .app_download .single_features .feature_banner img {
        position: absolute;
        top: -15%;
        right: -20px; }
    .app_download .single_features .feature_intro_wrapper {
      padding: 70px 0 0 60px; }
      .app_download .single_features .feature_intro_wrapper .feature_intro h2 {
        font-size: 50px;
        margin-bottom: 40px; }
      .app_download .single_features .feature_intro_wrapper .feature_intro p {
        font-size: 18px;
        margin-bottom: 80px;
        line-height: 30px;
        padding-right: 10%; }
      .app_download .single_features .feature_intro_wrapper .download_app_icon a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer; }
        .app_download .single_features .feature_intro_wrapper .download_app_icon a:first-child {
          margin-right: 38px; }
        .app_download .single_features .feature_intro_wrapper .download_app_icon a img {
          height: 50px; }
        .app_download .single_features .feature_intro_wrapper .download_app_icon a:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }

.footer_3 {
  padding: 0;
  z-index: 0; }
  .footer_3:before {
    display: none; }
  .footer_3 .footer_top {
    margin-top: 120px; }
  .footer_3 .become_instractor {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 150px 0 120px; }
    .footer_3 .become_instractor:before {
      background: #d9d9d9;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 1600px;
      height: 1px;
      opacity: 0.2; }
    .footer_3 .become_instractor .sub_title {
      text-align: left;
      margin: 0;
      padding-right: 10%; }
      .footer_3 .become_instractor .sub_title h2, .footer_3 .become_instractor .sub_title p {
        color: #ffffff; }
      .footer_3 .become_instractor .sub_title p {
        padding: 25px 10% 0 0; }
    .footer_3 .become_instractor .envent_all_view a {
      background: #ff5a2c;
      font-weight: 500;
      border-radius: 50px;
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      height: 60px;
      line-height: 60px;
      padding: 0 45px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer_3 .become_instractor .envent_all_view a:hover {
        background: #ffffff;
        color: #092ace; }
  .footer_3 .copyright {
    text-align: center;
    padding: 80px 0 50px; }
    .footer_3 .copyright p {
      color: #ffffff;
      margin: 0;
      font-size: 14px; }
  .footer_3 .shapes_bg img {
    position: absolute;
    z-index: -1; }
  .footer_3 .shapes_bg .shape_3 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.2;
    width: 100%; }

.header_inner .intro_wrapper {
  background: url("../images/banner/banner_3.png") no-repeat center center;
  min-height: 300px;
  background-size: cover;
  position: relative;
  padding: 180px 0; }
  .header_inner .intro_wrapper:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .header_inner .intro_wrapper h1 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    color: #ffffff;
    margin: 0; }
  .header_inner .intro_wrapper .pages_links {
    padding-top: 30px; }
    .header_inner .intro_wrapper .pages_links a {
      font-size: 18px;
      font-weight: 500;
      line-height: 30px;
      color: #ffffff;
      position: relative;
      margin-right: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header_inner .intro_wrapper .pages_links a:before, .header_inner .intro_wrapper .pages_links a:after {
        position: absolute;
        height: 18px;
        width: 2px;
        right: -21px;
        top: 5px;
        content: "";
        background: #ffffff;
        -webkit-transform: rotate(20deg);
                transform: rotate(20deg); }
      .header_inner .intro_wrapper .pages_links a:after {
        right: -16px; }
      .header_inner .intro_wrapper .pages_links a:last-child {
        margin-right: 0; }
        .header_inner .intro_wrapper .pages_links a:last-child:before, .header_inner .intro_wrapper .pages_links a:last-child:after {
          display: none; }
      .header_inner .intro_wrapper .pages_links a:hover {
        color: #ff5a2c; }
    .header_inner .intro_wrapper .pages_links .active:hover {
      color: #ffffff; }

/*=======[ Blog Signle ]========*/
.blog_page .intro_wrapper {
  background: url("../images/banner/inner_banner_2.jpg") no-repeat center center !important; }

.blog_wrapper {
  padding: 130px 0;
  /*=======[ Blog Post Style ]========*/
  /*=======[ widget Blog and Post Page ]========*/ }
  .blog_wrapper .single_blog {
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); }
    .blog_wrapper .single_blog:last-child {
      margin-bottom: 0; }
    .blog_wrapper .single_blog:hover {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog_wrapper .single_blog:hover .blog_banner img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .blog_wrapper .single_blog:hover .post_content_wrapper h3 a {
        color: #ff5a2c; }
    .blog_wrapper .single_blog .blog_banner {
      overflow: hidden; }
      .blog_wrapper .single_blog .blog_banner img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .blog_wrapper .single_blog .post_content_wrapper {
      padding: 40px; }
      .blog_wrapper .single_blog .post_content_wrapper .post_date p {
        color: #6a7a83;
        font-size: 13px;
        font-weight: 400;
        font-family: "Rubik", sans-serif;
        margin: 0 0 15px;
        line-height: 15px; }
        .blog_wrapper .single_blog .post_content_wrapper .post_date p span {
          color: #333146; }
      .blog_wrapper .single_blog .post_content_wrapper h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px; }
        .blog_wrapper .single_blog .post_content_wrapper h3 a {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #333146; }
      .blog_wrapper .single_blog .post_content_wrapper p {
        margin: 20px 0 25px; }
      .blog_wrapper .single_blog .post_content_wrapper .post_by {
        padding-bottom: 40px; }
        .blog_wrapper .single_blog .post_content_wrapper .post_by a {
          color: #333146;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-size: 14px;
          font-family: "Rubik", sans-serif;
          text-transform: uppercase;
          font-weight: 500;
          line-height: 30px; }
          .blog_wrapper .single_blog .post_content_wrapper .post_by a i {
            padding-left: 10px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .blog_wrapper .single_blog .post_content_wrapper .post_by a i:before {
              margin: 0;
              font-size: 14px; }
          .blog_wrapper .single_blog .post_content_wrapper .post_by a:hover {
            color: #ff5a2c; }
            .blog_wrapper .single_blog .post_content_wrapper .post_by a:hover i {
              padding-left: 15px; }
        .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper span {
          padding-right: 15px;
          font-family: "Rubik", sans-serif;
          line-height: 30px; }
        .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li:last-child {
          margin-right: 0; }
        .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a i {
          padding: 0;
          height: 30px;
          width: 30px;
          text-align: center;
          line-height: 29px;
          border-radius: 50%;
          font-size: 15px;
          margin: 0;
          background: transparent;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a i:hover {
            padding: 0;
            -webkit-transform: scale(1.3);
                    transform: scale(1.3); }
        .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .fb_icon {
          color: #4867aa; }
        .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .tw_icon {
          color: #1da1f2; }
        .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .link_icon {
          color: #0077B5; }
        .blog_wrapper .single_blog .post_content_wrapper .post_by .social_wrapper .social-items li a .in_icon {
          color: #262223; }
      .blog_wrapper .single_blog .post_content_wrapper .post_bloger {
        padding: 30px 0 0px;
        border-top: 1px solid #d7d7d7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .blog_wrapper .single_blog .post_content_wrapper .post_bloger li {
          font-size: 14px;
          font-weight: 300;
          margin: 0;
          color: #6a7a83;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-family: "Rubik", sans-serif;
          font-weight: 400;
          padding-right: 50px; }
          .blog_wrapper .single_blog .post_content_wrapper .post_bloger li:last-child {
            padding-right: 0; }
          .blog_wrapper .single_blog .post_content_wrapper .post_bloger li i {
            padding-right: 7px;
            font-size: 15px; }
  .blog_wrapper .single_without_img {
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    position: relative;
    z-index: 1; }
    .blog_wrapper .single_without_img:before {
      position: absolute;
      content: "";
      background: url(../images/shapes/shape_bullet.png) repeat center center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 1;
      z-index: -1; }
    .blog_wrapper .single_without_img .post_content_wrapper {
      padding: 65px 50px 60px !important; }
      .blog_wrapper .single_without_img .post_content_wrapper h3 a {
        color: #ffffff !important; }
      .blog_wrapper .single_without_img .post_content_wrapper .post_date p {
        color: #ffffff !important; }
        .blog_wrapper .single_without_img .post_content_wrapper .post_date p span {
          color: #092ace !important; }
      .blog_wrapper .single_without_img .post_content_wrapper .post_by {
        padding: 40px 0 0 !important; }
        .blog_wrapper .single_without_img .post_content_wrapper .post_by .social_wrapper span {
          color: #ffffff !important; }
        .blog_wrapper .single_without_img .post_content_wrapper .post_by .social_wrapper .social-items li a i {
          color: #ffffff !important; }
          .blog_wrapper .single_without_img .post_content_wrapper .post_by .social_wrapper .social-items li a i:hover {
            color: #ffffff; }
      .blog_wrapper .single_without_img .post_content_wrapper .post_bloger {
        padding: 0 !important;
        border-top: 1px solid transparent !important; }
        .blog_wrapper .single_without_img .post_content_wrapper .post_bloger li {
          color: #ffffff !important; }
  .blog_wrapper .blog_post h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: #333146;
    margin: 35px 0 25px; }
  .blog_wrapper .blog_post .post_by {
    margin-bottom: 30px; }
    .blog_wrapper .blog_post .post_by span {
      font-size: 12px;
      font-weight: 400;
      color: #6a7a83;
      font-family: "Rubik", sans-serif;
      padding-right: 50px;
      position: relative; }
      .blog_wrapper .blog_post .post_by span:before {
        position: absolute;
        content: "";
        background: #333146;
        height: 15px;
        width: 1px;
        right: 25px;
        top: 5px; }
      .blog_wrapper .blog_post .post_by span:last-child:before {
        display: none; }
      .blog_wrapper .blog_post .post_by span .bloger_name {
        color: #6a7a83; }
      .blog_wrapper .blog_post .post_by span a {
        color: #333146;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .blog_wrapper .blog_post .post_by span a:hover {
          color: #ff5a2c; }
  .blog_wrapper .blog_post .postpage_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper {
      padding-top: 40px;
      padding-right: 50px; }
      .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper h4 {
        text-transform: uppercase;
        font-weight: 700;
        color: #333146;
        font-size: 20px; }
      .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items {
        position: relative;
        z-index: 1;
        margin: 20px 0 0;
        text-align: center; }
        .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li {
          background: #ffffff;
          padding-bottom: 15px; }
          .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i {
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 34px;
            border-radius: 50%;
            font-size: 14px;
            margin: 0;
            border: 1px solid rgba(47, 47, 47, 0.1);
            background: transparent;
            color: #333146;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a i:hover {
              padding: 0; }
          .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .fb_icon {
            border: 1px solid #4867aa;
            color: #4867aa; }
            .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .fb_icon:hover {
              color: #ffffff;
              background: #4867aa; }
          .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .tw_icon {
            border: 1px solid #1da1f2;
            color: #1da1f2; }
            .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .tw_icon:hover {
              color: #ffffff;
              background: #1da1f2; }
          .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .link_icon {
            border: 1px solid #0077B5;
            color: #0077B5; }
            .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .link_icon:hover {
              color: #ffffff;
              background: #0077B5; }
          .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .in_icon {
            border: 1px solid #262223;
            color: #262223; }
            .blog_wrapper .blog_post .postpage_content_wrapper .social_wrapper .social_items li a .in_icon:hover {
              color: #ffffff;
              background: #262223; }
    .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content {
      padding-top: 40px; }
      .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p {
        margin-bottom: 25px;
        font-weight: 300; }
        .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content p:last-child {
          margin-bottom: 0; }
      .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content h3 {
        font-size: 40px;
        font-weight: 700;
        margin: 45px 0 30px; }
      .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .quite_speech {
        padding: 25px 0px;
        font-size: 20px;
        font-style: italic;
        position: relative;
        line-height: 30px;
        color: #333146;
        padding-left: 40px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .quite_speech i {
          position: absolute;
          top: 50%;
          left: 0;
          font-size: 55px;
          opacity: 0.5;
          color: #ff5a2c;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner {
        padding: 20px 0;
        text-align: center; }
        .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p {
          color: #ff5a2c;
          font-size: 14px;
          padding-top: 15px;
          font-weight: 500px;
          font-family: "Rubik", sans-serif; }
          .blog_wrapper .blog_post .postpage_content_wrapper .blog_post_content .banner p span {
            font-weight: 600 !important;
            color: #333146 !important; }
    .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count {
      padding-top: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li {
          padding-right: 3px;
          font-family: "Rubik", sans-serif;
          font-size: 12px; }
          .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li a {
            color: #6a7a83;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags li a:hover {
              color: #ff5a2c; }
        .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .tags .tag_headline {
          font-weight: 600;
          color: #333146; }
      .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li {
        padding-left: 50px;
        position: relative;
        font-size: 12px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li:before {
          position: absolute;
          content: "";
          background: #333146;
          height: 12px;
          width: 1px;
          right: -25px;
          top: 7px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li:last-child:before {
          display: none; }
        .blog_wrapper .blog_post .postpage_content_wrapper .post_response_count .comnent_count li i {
          padding-right: 10px; }
    .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper {
      background: #ffffff; }
      .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .items_title .title {
        font-size: 40px;
        font-weight: 700;
        color: #333146;
        margin: 65px 0 0; }
      .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper {
        border-bottom: 1px solid rgba(47, 47, 47, 0.05);
        padding-top: 40px;
        padding-bottom: 40px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper:last-child {
          border-bottom: 1px solid rgba(47, 47, 47, 0);
          padding-bottom: 0px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper:first-child {
          border-top: 1px solid transparent; }
        .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .reply_comment_text {
          padding-left: 50px !important;
          padding-top: 30px !important; }
        .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          background: #ffffff;
          padding: 0;
          border-radius: 0;
          position: relative;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
          .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list:first-child {
            margin-bottom: 0; }
          .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img {
            width: 55px;
            height: 55px; }
            .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img img {
              border-radius: 50%; }
          .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text {
            width: 87%; }
            .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info {
              line-height: 14px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name a {
                font-size: 16px;
                font-weight: 700;
                color: #333146;
                margin-right: 25px; }
              .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name span {
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                color: #6a7a83; }
              .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a {
                font-size: 14px;
                font-weight: 500;
                margin: 0 0 0 30px;
                color: #092ace;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-family: "Rubik", sans-serif; }
                .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a:hover {
                  color: #ff5a2c; }
                  .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a:hover i {
                    color: #ff5a2c;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    padding-right: 10px;
                    margin: 0;
                    font-size: 10px; }
                .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a i {
                  padding-right: 5px;
                  -webkit-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out; }
                  .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .reply-comment a i:before {
                    margin: 0;
                    font-size: 14px; }
            .blog_wrapper .blog_post .postpage_content_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text p {
              font-size: 14px;
              font-weight: 400;
              line-height: 24px;
              margin: 19px 0 0;
              color: #6a7a83; }
    .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper {
      margin-top: 50px; }
      .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .items_title {
        margin-bottom: 30px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .items_title .title {
          font-size: 40px;
          font-weight: 700;
          color: #333146;
          margin-bottom: 10px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .items_title p {
          margin: 0; }
      .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group {
        margin-bottom: 15px; }
        .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea {
          background: transparent;
          border: 1px solid #d7d7d7;
          border-radius: 0px;
          height: 46px;
          padding: 0px 20px;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          width: 100%;
          color: #333146;
          font-size: 14px;
          font-weight: 400;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          font-family: "Rubik", sans-serif; }
          .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input:focus, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea:focus {
            border: 1px solid #333146;
            outline: none;
            color: #333146; }
          .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input ::-webkit-input-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #6a7a83;
            font-size: 12px;
            font-weight: 400;
            font-family: "Rubik", sans-serif; }
          .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input ::-moz-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea ::-moz-placeholder {
            /* Firefox 19+ */
            color: #6a7a83;
            font-size: 12px;
            font-weight: 400;
            font-family: "Rubik", sans-serif; }
          .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input :-ms-input-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea :-ms-input-placeholder {
            /* IE 10+ */
            color: #6a7a83;
            font-size: 12px;
            font-weight: 400;
            font-family: "Rubik", sans-serif; }
          .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group input :-moz-placeholder, .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea :-moz-placeholder {
            /* Firefox 18- */
            color: #6a7a83;
            font-size: 12px;
            font-weight: 400;
            font-family: "Rubik", sans-serif; }
        .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .form-group textarea {
          height: 150px;
          padding-top: 15px; }
      .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .submit-btn button {
        height: 60px;
        padding: 0 40px;
        font-size: 14px;
        font-weight: 500;
        background: #ff5a2c;
        text-transform: uppercase;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        outline: none;
        color: #ffffff;
        margin-top: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "Rubik", sans-serif; }
        .blog_wrapper .blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .submit-btn button:hover {
          background: #092ace; }
  .blog_wrapper .blog_wrapper_right {
    padding-left: 50px; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title {
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 30px;
      position: relative;
      padding-left: 80px; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title:before {
        position: absolute;
        content: "";
        background: #333146;
        height: 3px;
        width: 50px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .blog_wrapper .blog_wrapper_right .blog-right-items .widget_single {
      margin-bottom: 55px; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .widget_single:last-child {
        margin-bottom: 0; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box {
      background: linear-gradient(65deg, #5958a0 0%, #111b51 100%);
      padding: 40px 30px;
      text-align: center;
      -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
              box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); }
      .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title {
        margin-bottom: 40px; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title h2 {
          font-size: 25px;
          line-height: 30px;
          padding-bottom: 0;
          font-weight: 700;
          position: relative;
          color: #ffffff; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title p {
          padding-top: 15px;
          font-size: 12px;
          color: #ffffff; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .form_title p span {
            color: #ff5a2c; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form {
        padding: 0; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group {
          margin-bottom: 20px;
          position: relative; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group label {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group label i:before {
              margin: 0;
              color: #ffffff;
              font-size: 16px; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea {
            position: relative;
            background: transparent;
            border-bottom: 1px solid  #d7d7d7;
            border-top: none;
            border-left: none;
            border-right: none;
            border-radius: 0px;
            -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
                    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
            height: 50px;
            padding: 10px 15px 10px 40px;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            width: 100%;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            font-family: "Rubik", sans-serif; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input:focus, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea:focus {
              border-color: #ff5a2c;
              outline: none;
              -webkit-box-shadow: none;
                      box-shadow: none; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-webkit-input-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #ffffff;
              font-size: 14px;
              font-weight: 400;
              opacity: 0.8; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-moz-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-moz-placeholder {
              /* Firefox 19+ */
              color: #ffffff;
              font-size: 14px;
              font-weight: 400;
              opacity: 0.8; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-ms-input-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-ms-input-placeholder {
              /* IE 10+ */
              color: #ffffff;
              font-size: 14px;
              font-weight: 400;
              opacity: 0.8; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group input::-moz-placeholder, .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .form-group textarea::-moz-placeholder {
              /* Firefox 18- */
              color: #ffffff;
              font-size: 14px;
              font-weight: 400;
              opacity: 0.8; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box {
          padding-top: 20px; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box .register-btn {
            background: #ff5a2c;
            color: white;
            padding: 0 50px;
            color: #fff;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            text-transform: uppercase;
            border: none;
            border-radius: 5px;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            cursor: pointer; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .become_a_teacher .form-full-box .register-form .register-btn-box .register-btn:hover {
              background: #ff5a2c;
              color: #ffffff; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 0px;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin-bottom: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 40px; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post:last-child {
        margin-bottom: 0; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img {
        width: 25%; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img img {
          border-radius: 5px; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title {
        width: 75%;
        padding-left: 15px; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a {
          font-weight: 200;
          line-height: 24px;
          color: #333146;
          font-size: 12px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a:hover {
            color: #ff5a2c; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date {
          margin-top: 8px; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date span {
            font-weight: 400;
            font-size: 12px;
            color: #6a7a83;
            font-family: "Rubik", sans-serif; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .items-title {
      margin-bottom: 30px; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single {
      border-bottom: 1px solid rgba(141, 149, 166, 0.1);
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single:last-child {
        border-bottom: none; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title i {
            font-size: 35px;
            color: #1da1f3;
            line-height: 24px;
            margin-right: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title p {
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            color: #6a7a83; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .twitter_post_wrapper .twitter-single .twitter-post .twitter-title p a {
              color: #092ace;
              text-transform: uppercase;
              font-weight: 500; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .items-title {
      margin-bottom: 30px; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-right: 6px;
      padding-bottom: 10px; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li a {
        padding: 10px 25px;
        font-size: 15px;
        background: #eef2f5;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #6a7a83;
        font-weight: 500;
        border-radius: 0px;
        text-transform: uppercase;
        font-family: "Rubik", sans-serif; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .popular_tags .tags-items ul li a:hover {
          background: #ff5a2c;
          color: #ffffff; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .archives .items-title {
      margin-bottom: 20px; }
    .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items {
      margin-left: 50px; }
      .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li {
        padding-bottom: 12px; }
        .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-size: 18px;
          font-weight: 500;
          position: relative;
          margin-right: 30px;
          color: #333146; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:before {
            position: absolute;
            font-family: "Flaticon";
            font-size: 10px;
            content: "\f103";
            left: -30px;
            bottom: -0px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-weight: 700; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:after {
            position: absolute;
            font-family: "Flaticon";
            font-size: 10px;
            content: "\f103";
            left: -50px;
            bottom: -0px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-weight: 700; }
          .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover {
            color: #ff5a2c; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover:before {
              color: #ff5a2c; }
            .blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover:after {
              left: -30px; }

.contact_page .intro_wrapper {
  background: url("../images/banner/inner_banner_3.jpg") no-repeat center center !important; }

.contact_info_wrapper {
  padding: 120px 0; }
  .contact_info_wrapper .title {
    font-size: 40px;
    font-weight: 700;
    color: #333146;
    margin-bottom: 30px; }
  .contact_info_wrapper .contact_info {
    position: relative;
    z-index: 1; }
    .contact_info_wrapper .contact_info p {
      padding-right: 50px; }
    .contact_info_wrapper .contact_info .details_title {
      margin-bottom: 60px; }
      .contact_info_wrapper .contact_info .details_title h3 {
        font-size: 30px;
        font-weight: 700;
        color: #333146; }
    .contact_info_wrapper .contact_info .event_location_info {
      padding: 30px 0px; }
      .contact_info_wrapper .contact_info .event_location_info ul {
        padding-left: 90px; }
        .contact_info_wrapper .contact_info .event_location_info ul li {
          margin-bottom: 25px; }
          .contact_info_wrapper .contact_info .event_location_info ul li:last-child {
            margin-bottom: 0; }
          .contact_info_wrapper .contact_info .event_location_info ul li .info_title {
            margin: 0;
            font-size: 25px;
            font-weight: 700;
            color: #ff5a2c;
            margin-bottom: 5px;
            position: relative; }
            .contact_info_wrapper .contact_info .event_location_info ul li .info_title:before {
              position: absolute;
              content: "";
              background: #ff5a2c;
              height: 3px;
              width: 50px;
              left: -90px;
              top: 12px; }
          .contact_info_wrapper .contact_info .event_location_info ul li ul {
            padding-left: 0px; }
            .contact_info_wrapper .contact_info .event_location_info ul li ul li {
              margin-bottom: 0px;
              line-height: 26px;
              color: #6a7a83;
              font-size: 14px;
              font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_info .event_location_info img.contact__info_shpae {
        position: absolute;
        bottom: -65px;
        right: 0;
        z-index: -1;
        opacity: 0.3; }
  .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group {
    margin-bottom: 20px;
    padding: 0 0 0 20px; }
    .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
      background: transparent;
      border: 1px solid #d7d7d7;
      border-radius: 0px;
      height: 46px;
      padding: 0px 20px;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      width: 100%;
      color: #333146;
      font-size: 14px;
      font-weight: 400;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input:focus, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea:focus {
        border: 1px solid #333146;
        outline: none;
        color: #333146; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-webkit-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input ::-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea ::-moz-placeholder {
        /* Firefox 19+ */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-ms-input-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-ms-input-placeholder {
        /* IE 10+ */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
      .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group input :-moz-placeholder, .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea :-moz-placeholder {
        /* Firefox 18- */
        color: #6a7a83;
        font-size: 12px;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
    .contact_info_wrapper .contact_form_wrapper .leave_comment .form-group textarea {
      height: 170px;
      padding-top: 15px; }
  .contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn button {
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    background: #092ace;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: none;
    color: #ffffff;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Rubik", sans-serif; }
    .contact_info_wrapper .contact_form_wrapper .leave_comment .submit-btn button:hover {
      background: #ff5a2c; }

.google_map #map {
  -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
          box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
  height: 650px;
  width: 100%; }

.about_page .intro_wrapper {
  background: url("../images/banner/inner_banner_1.jpg") no-repeat center center !important; }

.about_us {
  position: relative;
  padding: 120px 0 0; }
  .about_us .about_title {
    text-align: left;
    padding: 100px 0 0; }
    .about_us .about_title span {
      position: relative;
      padding-left: 110px;
      font-size: 16px;
      font-family: "Rubik", sans-serif;
      color: #6a7a83; }
      .about_us .about_title span:before {
        position: absolute;
        content: "";
        height: 4px;
        width: 70px;
        left: 0;
        top: 10px;
        background: #ff5a2c; }
    .about_us .about_title h2 {
      color: #333146;
      font-size: 50px;
      font-weight: 900;
      line-height: 65px;
      margin-bottom: 0px;
      padding-top: 15px;
      font-family: "Roboto", sans-serif;
      letter-spacing: 2px; }
  .about_us .banner_about {
    padding-left: 8%; }
    .about_us .banner_about img {
      width: 100%;
      position: relative;
      z-index: 2; }
  .about_us .about_content_wrapper {
    margin-top: -100px; }
    .about_us .about_content_wrapper .about_banner_down {
      padding: 0 80px; }
    .about_us .about_content_wrapper .about_content {
      padding-top: 200px; }
      .about_us .about_content_wrapper .about_content p {
        padding-bottom: 20px;
        margin: 0; }
      .about_us .about_content_wrapper .about_content a {
        color: #333146;
        position: relative;
        z-index: 1;
        font-weight: 500;
        font-family: "Rubik", sans-serif; }
        .about_us .about_content_wrapper .about_content a:before {
          position: absolute;
          content: "";
          height: 5px;
          width: 100%;
          left: 0;
          bottom: 2px;
          background: #ff5a2c;
          opacity: 0.3;
          z-index: -1;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .about_us .about_content_wrapper .about_content a i {
          position: absolute;
          top: 2px;
          right: -30px;
          visibility: visible;
          opacity: 1;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-size: 16px; }
        .about_us .about_content_wrapper .about_content a:hover:before {
          height: 13px; }
        .about_us .about_content_wrapper .about_content a:hover i {
          right: -40px;
          opacity: 0;
          visibility: hidden; }

#about_unlimited_possibilities .single_item {
  margin-bottom: 50px; }
#about_unlimited_possibilities .item_6 {
  border-radius: 0px 40px 0px 40px; }
  #about_unlimited_possibilities .item_6:before {
    right: 0;
    left: auto;
    background: #ff5a2c; }
  #about_unlimited_possibilities .item_6 .icon_wrapper i:before {
    color: #ff5a2c; }

#about_our_instructors {
  padding: 120px 0 100px; }

.out_count_student {
  padding: 120px 0;
  background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
  position: relative;
  z-index: 1; }
  .out_count_student:before {
    position: absolute;
    content: "";
    background: url(../images/shapes/shape_bullet.png) repeat center center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1; }
  .out_count_student .sub_title {
    position: relative;
    z-index: 2;
    margin: 0px auto 30px; }
    .out_count_student .sub_title h2, .out_count_student .sub_title p {
      color: #ffffff; }
  .out_count_student .counter_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .out_count_student .counter_wrapper .counter_single_wrapper {
      position: relative;
      z-index: 1;
      width: 25%;
      text-align: center; }
      .out_count_student .counter_wrapper .counter_single_wrapper:before {
        position: absolute;
        background: #ffffff;
        content: "";
        height: 4px;
        width: 80px;
        left: 100%;
        top: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .out_count_student .counter_wrapper .counter_single_wrapper:last-child:before {
        display: none; }
      .out_count_student .counter_wrapper .counter_single_wrapper .count_single .counter, .out_count_student .counter_wrapper .counter_single_wrapper .count_single .count_icon {
        color: #ffffff;
        font-size: 50px;
        font-weight: 700;
        line-height: 70px;
        position: relative; }
      .out_count_student .counter_wrapper .counter_single_wrapper .count_single span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        font-family: "Rubik", sans-serif; }

.faq_about {
  position: relative;
  padding: 120px 0; }
  .faq_about .faq_wrapper {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .faq_about .faq_wrapper .single_faq {
      padding-left: 90px;
      padding-right: 80px;
      width: 50%;
      margin-bottom: 50px; }
      .faq_about .faq_wrapper .single_faq:last-child {
        margin-bottom: 0; }
      .faq_about .faq_wrapper .single_faq h3 {
        color: #333146;
        font-weight: 700;
        font-size: 25px;
        padding-bottom: 20px;
        position: relative; }
        .faq_about .faq_wrapper .single_faq h3 span {
          -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
                  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
          position: absolute;
          left: -90px;
          top: -10px;
          color: #ff5a2c;
          background: #ffffff;
          height: 50px;
          width: 50px;
          text-align: center;
          line-height: 50px;
          border-radius: 50px; }

#blog_3_grid {
  padding: 130px 0; }
  #blog_3_grid .single_item {
    margin-bottom: 50px; }

#latest_news_style_2 {
  padding: 130px 0; }
  #latest_news_style_2 .single_item:hover .post_bloger li {
    color: #6a7a83 !important; }

.become_a_teacher .intro_wrapper {
  background: url("../images/banner/inner_banner_1.jpg") no-repeat center center !important; }

.become_a_instructor {
  padding: 130px 0; }
  .become_a_instructor .video_img {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    position: relative;
    z-index: 1; }
    .become_a_instructor .video_img .video_wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1; }
      .become_a_instructor .video_img .video_wrapper .video-play-btn {
        text-align: center; }
        .become_a_instructor .video_img .video_wrapper .video-play-btn span {
          position: relative;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .become_a_instructor .video_img .video_wrapper .video-play-btn span a {
            border-radius: 50%;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background: transparent;
            margin-right: 0px;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            z-index: 1; }
            .become_a_instructor .video_img .video_wrapper .video-play-btn span a:before {
              position: absolute;
              content: "";
              background: #092ace;
              left: 50%;
              top: 50%;
              border-radius: 50%;
              animation: bounce_4b 3s infinite linear;
              -webkit-animation: bounce_4b 3s infinite linear;
              z-index: -1;
              height: 120px;
              width: 120px; }
            .become_a_instructor .video_img .video_wrapper .video-play-btn span a:hover i {
              -webkit-transform: scale(1.15);
                      transform: scale(1.15);
              background: #092ace;
              color: #ffffff; }
            .become_a_instructor .video_img .video_wrapper .video-play-btn span a i {
              height: 65px;
              width: 65px;
              line-height: 65px;
              font-size: 12px;
              background: #092ace;
              color: #ffffff;
              border-radius: 50%;
              -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              -webkit-box-shadow: 5px 9px 20px 0px rgba(253, 25, 73, 0.2);
                      box-shadow: 5px 9px 20px 0px rgba(253, 25, 73, 0.2); }
            .become_a_instructor .video_img .video_wrapper .video-play-btn span a span {
              font-size: 16px;
              font-weight: 600;
              line-height: 56px;
              color: #092ace;
              padding-left: 25px; }
  .become_a_instructor .apply_instructor {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1); }
    .become_a_instructor .apply_instructor .form_title h3 {
      font-weight: 700;
      font-size: 22px;
      line-height: 55px;
      padding: 0 25px;
      border-bottom: 1px solid #F8F7F7;
      color: #333146; }
    .become_a_instructor .apply_instructor form {
      padding: 20px 25px 25px; }
      .become_a_instructor .apply_instructor form .form-group {
        margin-bottom: 15px; }
        .become_a_instructor .apply_instructor form .form-group label {
          font-size: 13px;
          color: #333146;
          font-weight: 500;
          margin: 0; }
        .become_a_instructor .apply_instructor form .form-group input, .become_a_instructor .apply_instructor form .form-group textarea {
          background: transparent;
          border: 1px solid #F8F7F7;
          background: #F8F7F7;
          border-radius: 0px;
          height: 48px;
          padding: 0px 20px;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          width: 100%;
          color: #333146;
          font-size: 16px;
          font-weight: 400; }
          .become_a_instructor .apply_instructor form .form-group input:focus, .become_a_instructor .apply_instructor form .form-group textarea:focus {
            border: 1px solid #092ace;
            outline: none; }
          .become_a_instructor .apply_instructor form .form-group input ::-webkit-input-placeholder, .become_a_instructor .apply_instructor form .form-group textarea ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #333146;
            font-size: 16px;
            font-weight: 400; }
          .become_a_instructor .apply_instructor form .form-group input ::-moz-placeholder, .become_a_instructor .apply_instructor form .form-group textarea ::-moz-placeholder {
            /* Firefox 19+ */
            color: #333146;
            font-size: 16px;
            font-weight: 400; }
          .become_a_instructor .apply_instructor form .form-group input :-ms-input-placeholder, .become_a_instructor .apply_instructor form .form-group textarea :-ms-input-placeholder {
            /* IE 10+ */
            color: #333146;
            font-size: 16px;
            font-weight: 400; }
          .become_a_instructor .apply_instructor form .form-group input :-moz-placeholder, .become_a_instructor .apply_instructor form .form-group textarea :-moz-placeholder {
            /* Firefox 18- */
            color: #333146;
            font-size: 16px;
            font-weight: 400; }
        .become_a_instructor .apply_instructor form .form-group textarea {
          height: 80px;
          padding-top: 15px; }
      .become_a_instructor .apply_instructor form .submit_btn {
        width: 100%;
        height: 48px;
        background: #092ace;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        border-radius: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .become_a_instructor .apply_instructor form .submit_btn:hover {
          background: #ff5a2c; }

#become_instructorr {
  background: #ffffff;
  padding: 0 0 100px; }
  #become_instructorr .sub_title h2, #become_instructorr .sub_title p {
    color: #333146; }
  #become_instructorr .envent_all_view a:hover {
    background: #092ace;
    color: #ffffff; }

.teachers_profile {
  padding: 130px 0 50px; }
  .teachers_profile .teacher-detail-left .teacher_info_wrapper {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); }
    .teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items {
      padding: 30px 30px 0; }
      .teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li:last-child {
        margin-right: 0; }
      .teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li a {
        margin-right: 15px; }
        .teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li a i {
          height: 35px;
          width: 35px;
          text-align: center;
          line-height: 35px;
          border-radius: 50%;
          font-size: 15px;
          margin: 0;
          border: 1px solid #555555;
          background: transition;
          color: #333146;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .teachers_profile .teacher-detail-left .teacher_info_wrapper .social-items li a i:hover {
            color: #ffffff;
            padding: 0;
            background: #092ace;
            border: 1px solid #092ace; }
    .teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills {
      padding: 30px; }
      .teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single {
        margin-top: 20px; }
        .teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span {
          display: block;
          font-size: 14px;
          font-weight: 500;
          color: #333146;
          font-family: "Rubik", sans-serif;
          margin: 0; }
          .teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span .skills_lavel {
            display: inline;
            color: #ff5a2c; }
          .teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span:last-child {
            width: 100%;
            height: 10px;
            background: #f3f3f3;
            margin-top: 10px;
            position: relative; }
            .teachers_profile .teacher-detail-left .teacher_info_wrapper .teacher-skills .skill-single span:last-child span {
              position: absolute;
              height: 100%;
              background: #6a7a83;
              left: 0;
              top: 0;
              margin-top: 0; }
  .teachers_profile .teacher-detail-right .teacher-info {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 30px;
    min-height: 360px; }
    .teachers_profile .teacher-detail-right .teacher-info ul {
      margin-bottom: 0; }
      .teachers_profile .teacher-detail-right .teacher-info ul li {
        margin-bottom: 18px;
        padding-bottom: 18px; }
        .teachers_profile .teacher-detail-right .teacher-info ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0 none; }
        .teachers_profile .teacher-detail-right .teacher-info ul li h3 {
          font-size: 20px;
          font-weight: 700;
          line-height: 36px; }
        .teachers_profile .teacher-detail-right .teacher-info ul li span {
          font-size: 16px;
          font-weight: 400;
          color: #6a7a83;
          font-family: "Rubik", sans-serif; }
  .teachers_profile .teacher-detail-right .teacher-contact {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
            box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    min-height: 360px; }
    .teachers_profile .teacher-detail-right .teacher-contact h2 {
      margin: 0;
      padding: 30px 0 0;
      background: #ffffff;
      color: #333146;
      font-size: 22px;
      font-weight: 700;
      text-align: center; }
    .teachers_profile .teacher-detail-right .teacher-contact form {
      padding: 30px; }
      .teachers_profile .teacher-detail-right .teacher-contact form input, .teachers_profile .teacher-detail-right .teacher-contact form textarea {
        background: transparent;
        border: 1px solid #e5e5e5;
        border-radius: 0px;
        height: 54px;
        padding: 15px 20px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        color: #333146;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px; }
        .teachers_profile .teacher-detail-right .teacher-contact form input:focus, .teachers_profile .teacher-detail-right .teacher-contact form textarea:focus {
          border: 1px solid #092ace;
          outline: none; }
        .teachers_profile .teacher-detail-right .teacher-contact form input ::-webkit-input-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #333146;
          font-size: 16px;
          font-weight: 400; }
        .teachers_profile .teacher-detail-right .teacher-contact form input ::-moz-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea ::-moz-placeholder {
          /* Firefox 19+ */
          color: #333146;
          font-size: 16px;
          font-weight: 400; }
        .teachers_profile .teacher-detail-right .teacher-contact form input :-ms-input-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea :-ms-input-placeholder {
          /* IE 10+ */
          color: #333146;
          font-size: 16px;
          font-weight: 400; }
        .teachers_profile .teacher-detail-right .teacher-contact form input :-moz-placeholder, .teachers_profile .teacher-detail-right .teacher-contact form textarea :-moz-placeholder {
          /* Firefox 18- */
          color: #333146;
          font-size: 16px;
          font-weight: 400; }
      .teachers_profile .teacher-detail-right .teacher-contact form textarea {
        height: 70px; }
      .teachers_profile .teacher-detail-right .teacher-contact form button {
        width: 100%;
        border: 0 none;
        background: #092ace;
        color: #ffffff;
        padding: 13px 0;
        font-weight: 600;
        margin-top: 15px;
        font-size: 16px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "Rubik", sans-serif; }
        .teachers_profile .teacher-detail-right .teacher-contact form button:hover {
          background: #ff5a2c; }
  .teachers_profile .teacher-detail-right .courses_details_nav_tabs {
    margin-top: 70px; }
    .teachers_profile .teacher-detail-right .courses_details_nav_tabs ul {
      border: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li {
        margin-right: 30px; }
        .teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li:last-child {
          margin-right: 0; }
        .teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li a {
          border: none;
          font-size: 15px;
          color: #333146;
          font-family: "Rubik", sans-serif;
          font-weight: 500;
          padding: 12px 15px; }
          .teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li a i:before {
            font-size: 16px;
            color: #092ace;
            margin-right: 15px;
            margin-left: 0; }
          .teachers_profile .teacher-detail-right .courses_details_nav_tabs ul li a.active {
            -webkit-box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.2);
                    box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.2); }
  .teachers_profile .teacher-detail-right .tab_contents {
    margin-top: 35px; }
    .teachers_profile .teacher-detail-right .tab_contents .tab-pane p {
      margin-bottom: 30px; }
      .teachers_profile .teacher-detail-right .tab_contents .tab-pane p:last-child {
        margin-bottom: 0px; }
    .teachers_profile .teacher-detail-right .tab_contents .tab-pane .popular_courses {
      padding: 15px 0 0; }

.courses_page .intro_wrapper {
  background: url("../images/banner/inner_banner_4.jpg") no-repeat center center !important; }
.courses_page .popular_courses {
  padding: 100px 0 100px; }

#popular_courses_page {
  padding: 130px 0; }

#courses_details_wrapper, .event_details_wrapper {
  padding: 130px 0 0; }
  #courses_details_wrapper .courses_details .single-curses-contert h2, .event_details_wrapper .courses_details .single-curses-contert h2 {
    font-size: 40px;
    text-align: center; }
  #courses_details_wrapper .courses_details .single-curses-contert h3, .event_details_wrapper .courses_details .single-curses-contert h3 {
    font-weight: 700; }
  #courses_details_wrapper .courses_details .single-curses-contert .review-option, .event_details_wrapper .courses_details .single-curses-contert .review-option {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #courses_details_wrapper .courses_details .single-curses-contert .review-option .border-left, .event_details_wrapper .courses_details .single-curses-contert .review-option .border-left {
      border-right: 1px solid #e5e5e5; }
      #courses_details_wrapper .courses_details .single-curses-contert .review-option .border-left:last-child, .event_details_wrapper .courses_details .single-curses-contert .review-option .border-left:last-child {
        border-right: none; }
    #courses_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape, .event_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape {
      position: relative; }
      #courses_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape:before, .event_details_wrapper .courses_details .single-curses-contert .review-option .single_items_shape:before {
        position: absolute;
        content: "";
        height: 55px;
        width: 1px;
        background: #d7d7d7;
        top: 50%;
        right: -22%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info img, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info img {
        height: 50px;
        width: 50px;
        margin-right: 15px;
        border-radius: 50%; }
      #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span {
        font-size: 13px;
        display: inherit;
        line-height: 18px; }
        #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span:last-child, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher-info .teacher-name span:last-child {
          margin-top: 5px;
          font-size: 15px;
          font-weight: 600;
          text-transform: uppercase;
          color: #333146; }
    #courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank span, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank span {
      font-size: 13px; }
    #courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons {
      padding-top: 5px; }
      #courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul {
        margin: 0; }
        #courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li {
          display: inline-block; }
          #courses_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li .review-icon, .event_details_wrapper .courses_details .single-curses-contert .review-option .review-rank .rank-icons ul li .review-icon {
            color: #ff5a2c; }
    #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee {
      padding-left: 20px; }
      #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span {
        font-size: 13px;
        display: table; }
        #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child {
          color: #092ace;
          margin-top: 5px;
          font-weight: 700;
          font-size: 18px;
          text-transform: uppercase; }
          #courses_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child .courses_price, .event_details_wrapper .courses_details .single-curses-contert .review-option .teacher_fee span:last-child .courses_price {
            color: #092ace; }
    #courses_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn, .event_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn {
      padding-left: 40px; }
      #courses_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a, .event_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a {
        background: #ff5a2c;
        height: 46px;
        padding: 0 35px;
        display: inline-block;
        line-height: 46px;
        color: #ffffff;
        border-radius: 5px;
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #courses_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a:hover, .event_details_wrapper .courses_details .single-curses-contert .review-option .buy_btn a:hover {
          background: #092ace; }
  #courses_details_wrapper .courses_details .courses_tab_wrapper, .event_details_wrapper .courses_details .courses_tab_wrapper {
    padding: 35px 0px; }
    #courses_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul, .event_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul {
      border: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border: 1px solid #d7d7d7; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a, .event_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a {
        border: none;
        font-size: 16px;
        color: #333146;
        font-weight: 500;
        padding: 12px 30px;
        border-radius: 0 !important;
        text-transform: uppercase;
        font-family: "Rubik", sans-serif;
        font-size: 14px; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a.active, .event_details_wrapper .courses_details .courses_tab_wrapper .courses_details_nav_tabs ul li a.active {
          background: #ff5a2c;
          color: #ffffff; }
    #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents {
      margin-top: 35px; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3 {
        font-size: 25px;
        font-weight: 700;
        padding: 20px 0; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3 span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane h3 span {
          font-size: "Roboto", sans-serif;
          color: #092ace; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p {
        margin-bottom: 20px; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane p:last-child {
          margin-bottom: 0px; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li {
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-family: "Rubik", sans-serif; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .step_point li:before {
          position: absolute;
          font-family: "Flaticon";
          font-size: 10px;
          content: "\f103";
          left: 0px;
          top: 0px;
          color: #ff5a2c;
          font-weight: 700; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper {
        margin-top: 80px; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper span {
          padding-right: 15px;
          line-height: 30px;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 18px;
          color: #333146; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li {
          margin-right: 12px; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li:last-child {
            margin-right: 0px; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i {
            padding: 0;
            height: 34px;
            width: 34px;
            text-align: center;
            line-height: 33px;
            border-radius: 50%;
            font-size: 14px;
            margin: 0;
            background: transparent;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a i:hover {
              padding: 0; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon {
            color: #4867aa;
            border: 1px solid #4867aa; }
            #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .fb_icon:hover {
              background: #4867aa;
              color: #ffffff; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon {
            color: #1da1f2;
            border: 1px solid #1da1f2; }
            #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .tw_icon:hover {
              background: #1da1f2;
              color: #ffffff; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon {
            color: #0077B5;
            border: 1px solid #0077B5; }
            #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .link_icon:hover {
              background: #0077B5;
              color: #ffffff; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon {
            color: #262223;
            border: 1px solid #262223; }
            #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .tab-pane .social_wrapper .social-items li a .in_icon:hover {
              background: #262223;
              color: #ffffff; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box h2, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box h2 {
        border-bottom: 3px solid #eaeaea;
        margin-bottom: 40px;
        padding: 40px 0 15px; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel + .panel, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel + .panel {
        margin-top: 30px;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-bottom: 35px; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel-default, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel-default {
        border-color: transparent; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-heading, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-heading {
        background-color: #fafafa;
        border: 0px solid;
        border-color: transparent;
        padding: 0; }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title {
        -webkit-box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.05);
                box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.05);
        width: 100%;
        height: 70px;
        display: table;
        padding: 0 30px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title .click, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title .click {
          background: #fafafa; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title span {
          float: right;
          font-size: 15px;
          padding-right: 30px;
          color: #333146;
          line-height: 20px; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a {
          display: block;
          color: #333146;
          display: table-cell;
          font-size: 20px;
          font-weight: 700;
          position: relative;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          vertical-align: middle;
          text-decoration: none; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a.collapsed:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a.collapsed:before {
            color: #ff5a2c;
            position: absolute;
            content: "\f100";
            font-family: "Flaticon";
            font-size: 12px;
            text-align: center;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
            -webkit-transition: all .4s ease-in;
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a:before, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a:before {
            color: #ff5a2c;
            position: absolute;
            content: "\f125";
            font-family: "Flaticon";
            font-size: 12px;
            text-align: center;
            top: 50%;
            right: 0;
            -webkit-transition: all .4s ease-in;
            transition: all .4s ease-in;
            line-height: 38px;
            -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
      #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body {
        background: #ffffff;
        padding: 35px; }
        #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single {
          margin-bottom: 25px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single:last-child, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single:last-child {
            margin-bottom: 0px; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture span, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture span {
            padding-right: 50px;
            font-family: "Rubik", sans-serif; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture i, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture i {
            color: #ff5a2c;
            font-size: 18px;
            padding-right: 10px; }
          #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a {
            text-align: center;
            font-size: 12px;
            padding: 0px 15px;
            text-decoration: none;
            font-family: "Rubik", sans-serif;
            color: #333146;
            border: 1px solid #ff5a2c;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #courses_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a:hover, .event_details_wrapper .courses_details .courses_tab_wrapper .tab_contents .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single a:hover {
              background: #ff5a2c;
              color: #ffffff; }
      /* Container for each tutor */
      
/* Faculty grid wrapper */
.faculty-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px;
}

/* Each faculty card */
.tutor_signle {
  flex: 1 1 calc(45% - 30px);
  max-width: 45%;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  perspective: 1000px;
  position: relative;
}

.tutor_signle:hover {
  transform: rotateY(5deg) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Image container */
.tutor_pro {
  width: 180px;
  height: 180px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.tutor_pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tutor_signle:hover .tutor_pro img {
  transform: scale(1.1);
}

/* Social icons on image hover */
.tutor_pro .social-icons {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: height 0.3s ease;
}

.tutor_pro:hover .social-icons {
  height: 40px;
}

/* Name & role */
.teachers_name h5 {
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: 700;
}

.teachers_name h5 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tutor_signle:hover .teachers_name h5 a {
  color: #ff5a2c;
}

.teachers_name span {
  color: #ff5a2c;
  font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tutor_signle {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* labs start */
.cse-labs-wrapper {
  padding: 50px 20px;
  background: #f8f9fc;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
  font-weight: 700;
}

.labs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.lab-card {
  width: 250px;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.07);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
  cursor: pointer;
}

.lab-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.lab-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.lab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.lab-card:hover img {
  transform: scale(1.1);
}

.lab-name {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .lab-card {
    width: 90%;
  }
}

        /* labs end */
      
  #courses_details_wrapper .blog-right-items .courses_features, .event_details_wrapper .blog-right-items .courses_features {
    background: linear-gradient(65deg, #5958a0 0%, #111b51 100%);
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    margin: 0 0 50px; }
    #courses_details_wrapper .blog-right-items .courses_features .items-title, .event_details_wrapper .blog-right-items .courses_features .items-title {
      text-align: left; }
      #courses_details_wrapper .blog-right-items .courses_features .items-title h3, .event_details_wrapper .blog-right-items .courses_features .items-title h3 {
        color: #ffffff; }
        #courses_details_wrapper .blog-right-items .courses_features .items-title h3:before, .event_details_wrapper .blog-right-items .courses_features .items-title h3:before {
          background: #ff5a2c; }
    #courses_details_wrapper .blog-right-items .courses_features .features_items, .event_details_wrapper .blog-right-items .courses_features .features_items {
      padding-left: 80px;
      padding-right: 50px; }
      #courses_details_wrapper .blog-right-items .courses_features .features_items ul li, .event_details_wrapper .blog-right-items .courses_features .features_items ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 25px; }
        #courses_details_wrapper .blog-right-items .courses_features .features_items ul li:last-child, .event_details_wrapper .blog-right-items .courses_features .features_items ul li:last-child {
          padding-bottom: 0; }
        #courses_details_wrapper .blog-right-items .courses_features .features_items ul li a, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-size: 16px;
          font-weight: 500;
          position: relative;
          color: rgba(255, 255, 255, 0.7); }
          #courses_details_wrapper .blog-right-items .courses_features .features_items ul li a i:before, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a i:before {
            margin: 0;
            color: #ff5a2c;
            padding-right: 15px;
            font-size: 15px;
            font-weight: 600;
            opacity: 0.8; }
          #courses_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover {
            color: #ff5a2c; }
            #courses_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover:before, .event_details_wrapper .blog-right-items .courses_features .features_items ul li a:hover:before {
              color: #ff5a2c; }
        #courses_details_wrapper .blog-right-items .courses_features .features_items ul li span, .event_details_wrapper .blog-right-items .courses_features .features_items ul li span {
          color: rgba(255, 255, 255, 0.7);
          font-family: "Rubik", sans-serif; }
    #courses_details_wrapper .blog-right-items .courses_features .courses_feaures_shpe, .event_details_wrapper .blog-right-items .courses_features .courses_feaures_shpe {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 50%;
      width: 85%;
      z-index: -1; }
  #courses_details_wrapper .blog-right-items .popular_courses_post .courses_price .price span, .event_details_wrapper .blog-right-items .popular_courses_post .courses_price .price span {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    color: #6a7a83;
    font-weight: 500;
    padding-right: 15px; }
  #courses_details_wrapper .blog-right-items .popular_courses_post .courses_price .price .new_price, .event_details_wrapper .blog-right-items .popular_courses_post .courses_price .price .new_price {
    color: #ff5a2c !important;
    padding-right: 0px;
    font-weight: 600; }
  #courses_details_wrapper .blog-right-items .get_discount, .event_details_wrapper .blog-right-items .get_discount {
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    padding: 50px 0px 60px;
    position: relative;
    z-index: 1; }
    #courses_details_wrapper .blog-right-items .get_discount .items-title, .event_details_wrapper .blog-right-items .get_discount .items-title {
      text-align: center; }
      #courses_details_wrapper .blog-right-items .get_discount .items-title p, .event_details_wrapper .blog-right-items .get_discount .items-title p {
        font-size: 20px;
        margin: 0;
        color: #ffffff; }
      #courses_details_wrapper .blog-right-items .get_discount .items-title h3, .event_details_wrapper .blog-right-items .get_discount .items-title h3 {
        color: #ffffff;
        font-size: 50px;
        font-weight: 700;
        padding: 15px 15px 25px; }
      #courses_details_wrapper .blog-right-items .get_discount .items-title a, .event_details_wrapper .blog-right-items .get_discount .items-title a {
        background: #092ace;
        height: 50px;
        padding: 0 40px;
        display: inline-block;
        line-height: 50px;
        color: #ffffff;
        border-radius: 4px;
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    #courses_details_wrapper .blog-right-items .get_discount .courses_feaures_shpe, .event_details_wrapper .blog-right-items .get_discount .courses_feaures_shpe {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 100%;
      width: 100%;
      z-index: -1; }

#related_courses_wrapper {
  position: relative; }
  #related_courses_wrapper .title {
    padding-bottom: 40px; }
    #related_courses_wrapper .title h2 {
      font-size: 30px;
      font-weight: 900;
      padding-left: 15px;
      position: relative; }
      #related_courses_wrapper .title h2:before {
        position: absolute;
        content: "";
        height: 1px;
        width: 100px;
        background: #d7d7d7;
        bottom: -30px;
        left: 15px; }
  #related_courses_wrapper #related_courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #related_courses_wrapper #related_courses .single-courses {
      margin: 50px 15px;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(47, 47, 47, 0.05);
              box-shadow: 0px 0px 20px 0px rgba(47, 47, 47, 0.05); }
  #related_courses_wrapper .owl-buttons {
    position: absolute;
    top: -50px;
    right: 0; }
    #related_courses_wrapper .owl-buttons .owl-prev {
      border-radius: 0 15px 0px 15px !important; }
    #related_courses_wrapper .owl-buttons .owl-next {
      border-radius: 15px 0px 15px 0px !important; }
    #related_courses_wrapper .owl-buttons .owl-prev, #related_courses_wrapper .owl-buttons .owl-next {
      height: 40px;
      border: 1px solid #111b51;
      width: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 0 !important; }
      #related_courses_wrapper .owl-buttons .owl-prev i:before, #related_courses_wrapper .owl-buttons .owl-next i:before {
        color: #111b51;
        font-size: 12px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: 700; }
      #related_courses_wrapper .owl-buttons .owl-prev:hover, #related_courses_wrapper .owl-buttons .owl-next:hover {
        border: 1px solid #ff5a2c; }
        #related_courses_wrapper .owl-buttons .owl-prev:hover i:before, #related_courses_wrapper .owl-buttons .owl-next:hover i:before {
          color: #ff5a2c; }

.event_page .intro_wrapper {
  background: url("../images/banner/inner_banner_5.jpg") no-repeat center center !important; }

.event_details_wrapper {
  padding: 130px 0 100px; }
  .event_details_wrapper .event_intro .post_content {
    padding: 30px;
    background: #fafafa; }
    .event_details_wrapper .event_intro .post_content .post_by {
      margin-bottom: 30px; }
      .event_details_wrapper .event_intro .post_content .post_by span {
        font-size: 20px;
        font-weight: 700;
        color: #333146; }
      .event_details_wrapper .event_intro .post_content .post_by .date_event {
        color: #ff5a2c; }
    .event_details_wrapper .event_intro .post_content .blog_post_content p {
      margin-bottom: 30px;
      color: #333146; }
      .event_details_wrapper .event_intro .post_content .blog_post_content p:last-child {
        margin-bottom: 0; }
  .event_details_wrapper .location_bottom_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .event_details_wrapper .location_bottom_wrapper .event_details {
      margin-top: 90px;
      width: 100%; }
      .event_details_wrapper .location_bottom_wrapper .event_details .details_title {
        margin-bottom: 30px; }
        .event_details_wrapper .location_bottom_wrapper .event_details .details_title h3 {
          font-size: 24px;
          font-weight: 700;
          color: #333146; }
      .event_details_wrapper .location_bottom_wrapper .event_details .event_location_info {
        -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
                box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
        padding: 50px 60px;
        margin-bottom: 60px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%; }
        .event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul {
          width: 50%; }
          .event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li {
            margin-bottom: 15px; }
            .event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li:last-child {
              margin-bottom: 0; }
            .event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li p {
              margin: 0;
              font-size: 18px;
              font-weight: 600;
              color: #333146; }
            .event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li span {
              font-weight: 400;
              font-size: 14px;
              color: #333146; }
            .event_details_wrapper .location_bottom_wrapper .event_details .event_location_info ul li .hall_location {
              color: #ff5a2c; }
    .event_details_wrapper .location_bottom_wrapper .event_location_map {
      margin-top: 90px;
      padding-left: 60px; }
      .event_details_wrapper .location_bottom_wrapper .event_location_map .details_title {
        margin-bottom: 30px; }
        .event_details_wrapper .location_bottom_wrapper .event_location_map .details_title h3 {
          font-size: 24px;
          font-weight: 700;
          color: #333146; }
      .event_details_wrapper .location_bottom_wrapper .event_location_map .google_map #map {
        -webkit-box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
                box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
        height: 420px;
        width: 370px; }


        /*Admission process*/
         {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body Style */
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f5f9fc;
  color: #333;
}

/* Main Container */
.admission-container {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Title */
.admission-title {
  text-align: center;
  margin-bottom: 40px;
  color: #003366;
  font-size: 32px;
}

/* Section Box */
.admission-section {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  transition: background 0.3s, transform 0.3s;
}

.admission-section:hover {
  background-color: #e8f0fe;
  transform: translateY(-5px);
}

/* Headings */
.admission-heading {
  color: #0055a5;
  margin-bottom: 15px;
  font-size: 22px;
}

/* List */
.admission-list {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

 /*Admission process end */


 /* course offerd start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f0f4f8;
  color: #333;
}

/* Container */
/* Container */
.course-container {
  max-width: 2200px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}

/* Title */
.course-title {
  font-size: 36px;
  color: #003366;
  margin-bottom: 40px;
}

/* Grid with specific layout: 3 in first row, 2 in second */

/* Grid with specific layout: 3 in first row, 2 in second */
.course-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


.course-card:nth-child(4),
.course-card:nth-child(5) {
  grid-column: span 1;
}

/* Center the second row manually */
.course-card:nth-child(4) {
  grid-column-start: 2;
}

/* Square Course Card */
.course-card {
  width: 500px; /* Increased size */
  height: 250px; /* Keep it square */
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* Hover Effect */
.course-card:hover {
  transform: scale(1.05);
}

/* Image */
.course-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.course-card:hover .course-image {
  transform: scale(1.1);
}

/* Text Overlay */
.course-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(130, 81, 188, 0.65);
  padding: 15px;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 2;
  text-align: center;
}

.course-card:hover .course-content {
  transform: translateY(0%);
}

.course-content h2 {
  font-size: 16px;
  font-weight: 500;
}


.course-card:nth-child(4),
.course-card:nth-child(5) {
  grid-column: span 1;
}

/* Center the second row manually */
.course-card:nth-child(4) {
  grid-column-start: 2;
}

.course-card:hover .course-content {
  transform: translateY(0%);
}

.course-content h2 {
  font-size: 16px;
  font-weight: 500;
}

 /* course offerd end */



 /* fee structure start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
  background: #f0f4f8;
  color: #333;
}

/* Section Styling */
.fee-section {
  text-align: center;
  padding: 60px 20px;
}
.fee-title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #003366;
  animation: slideDown 1s ease-in-out;
}

/* Grid Layout */
.fee-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Card Styling */
.fee-card {
  background: white;
  width: 250px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 1s ease-in-out;
}
.fee-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.fee-card h2 {
  margin-bottom: 15px;
  color: #004080;
}
.fee-card p {
  font-size: 16px;
  margin: 5px 0;
}

/* Animations */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

 /* fee structure end  */

/* scolarship start */


.scholarship-container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  animation: breathe 4s infinite ease-in-out;
}

.scholarship-title {
  text-align: center;
  font-size: 3rem;
  color: #2c3e50;
  text-shadow: 2px 2px 5px #aaa;
  margin-bottom: 10px;
}

.scholarship-description {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #444;
}

.scholarship-card {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.scholarship-card:hover {
  transform: scale(1.03) rotateX(2deg) rotateY(2deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.scholarship-card h2 {
  color: #1a5276;
  margin-top: 0;
}

.scholarship-card h3 {
  color: #21618c;
}

.scholarship-card ul {
  padding-left: 20px;
  color: #333;
}

.nsp-card {
  border-left: 5px solid #3498db;
}

.ssp-card {
  border-left: 5px solid #27ae60;
}

/* Breathing animation */
@keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
}
/* scolarship end */

/* exam circular start */

.exam-main-container {
  max-width: 1000px;
  margin: auto;
  animation: floaty-breathe 5s ease-in-out infinite;
}

.exam-title {
  text-align: center;
  font-size: 3rem;
  color: #4b0082;
  text-shadow: 2px 2px 6px #999;
  margin-bottom: 40px;
}

.exam-section {
  background: #fff;
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.exam-section:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.exam-heading {
  font-size: 1.8rem;
  color: #2e0854;
  margin-bottom: 10px;
}

.exam-time-note {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.exam-table {
  width: 100%;
  border-collapse: collapse;
}

.exam-table th, .exam-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
}

.exam-table tr:hover {
  background-color: #f3f3f3;
  transform: scale(1.01);
  transition: background-color 0.3s ease;
}

/* Extra styling per section */
.exam-sixth {
  border-left: 6px solid #6a0dad;
}

.exam-fourth {
  border-left: 6px solid #ff7f50;
}

/* Breathing Animation */
@keyframes floaty-breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }
}
/* exam circular end */


/* exam guideline start */

.guidelinesbody {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #ffffff, #66a6ff);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guidelines-main {
  max-width: 900px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  animation: slideIn 1.2s ease forwards;
  opacity: 0;
  align-items: center;
  justify-content: center;
}

.guidelines-header h1 {
  text-align: center;
  font-size: 2.8rem;
  color: #ec1616;
  margin-bottom: 10px;
}

.guidelines-header p {
  text-align: center;
  color: #28292b;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.guideline-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 25px;
  transition: transform 0.3s ease;
}

.guideline-card:hover {
  transform: scale(1.02);
}

.guideline-list {
  list-style: none;
  padding-left: 0;
  color: #880087;
  font-size: 1.1rem;
}

.guideline-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
}

.guideline-list li span {
  margin-right: 12px;
  font-size: 1.4rem;
}

.guideline-list li:hover {
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  cursor: default;
}

/* Slide-in animation */
@keyframes slideIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* exam guideline start */

/* roles&response start */

.roles-body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: url('images/roles-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.roles-container {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  max-width: 900px;
  animation: fadeSlide 1s ease-in-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.roles-title {
  font-size: 2.5rem;
  text-align: center;
  color:#fa9d00;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.roles-card {
  background: rgba(255, 255, 255, 0.2);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s;
}

.roles-card:hover {
  transform: scale(1.02);
}

.roles-list {
  list-style: none;
  padding: 0;
  color:black;
  font-size: 1.1rem;
}

.roles-list li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  transition: background 0.3s ease;
}

.roles-list li span {
  font-size: 1.4rem;
  margin-right: 10px;
}

.roles-list li:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* Animation */
@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* roles&response end*/

/* academiccal start*/
 .calendar-body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #e0f7fa, #fce4ec);
  min-height: 100vh;
  color: #333;
  animation: fadeIn 1.2s ease-in;
}

.calendar-header {
  text-align: center;
  padding: 30px 20px 10px;
  background-color: white;
  color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.calendar-header h1 {
  font-size: 2.5rem;
  margin-bottom: 8px;
}

.calendar-header p {
  font-size: 1.1rem;
  font-weight: 300;
}

.calendar-content {
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
}

.calendar-branch {
  margin-bottom: 50px;
}

.calendar-branch h2 {
  color: #00695c;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.calendar-table th, .calendar-table td {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.calendar-table thead {
  background-color: #80cbc4;
  color: #fff;
}

.calendar-table tbody tr:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* academiccal end*/



/* academicfeedback start*/
.feedbackbody {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(120deg, #d4fc79, #96e6a1);
  display: flex;
  justify-content: center;
  align-items: center;

}

.feedback-container {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 500px;
  animation: fadeIn 1s ease;
  align-items: center;
}

.feedback-container h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #2c3e50;
}

form input, form select, form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
}

form button {
  width: 100%;
  padding: 12px;
  background: #2ecc71;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background: #27ae60;
}

#responseMsg {
  text-align: center;
  margin-top: 10px;
  color: #2d3436;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* academicfeedback end*/

/* grievance start*/
.grievancebody {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: url('background.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.grievance-container {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 20px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  animation: zoomIn 1s ease;
}

h1 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 15px;
}

.grievance-desc {
  text-align: justify;
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}

.grievance-form input, .grievance-form select, .grievance-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.grievance-form textarea {
  resize: vertical;
}

.grievance-form button {
  background: #3498db;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.grievance-form button:hover {
  background: #2980b9;
}

.popup-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 10px;
}

.popup-buttons button {
  flex: 1;
  background: #2ecc71;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s;
}

.popup-buttons button:hover {
  background: #27ae60;
  transform: scale(1.05);
}

.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.popup.active {
  display: flex;
  animation: fadeIn 0.5s ease;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  animation: popupSlide 0.4s ease;
}

.popup-content h2 {
  margin-bottom: 15px;
  color: #2c3e50;
}

.popup-content p {
  font-size: 20px;
  color: #555;
  margin-bottom: 20px;
}

.close-btn {
  background: #e74c3c;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.close-btn:hover {
  background: #c0392b;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes popupSlide {
  from { transform: translateY(-30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/* grievance end*/


/* dept start*/
/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #afafaf;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #fa65b1;
  color: #fff !important;
}

::-moz-selection {
  background: #fa65b1;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #726ae3;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: #726ae3;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #726ae3;
}

.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fa65b1 !important;
  border: 1px solid #fa65b1 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-first-button a:hover {
  background-color: #fa65b1;
  color: #fff !important;
}


/* 
---------------------------------------------
intro
--------------------------------------------- 
*/


.intro-banner {
  text-align: center;
  padding-top: 200px;margin-bottom: 100px;
  position: relative;
}

.intro-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 262px;
  height: 625px;
  z-index: 1;
}
/*
.intro-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 1159px;
  height: 797px;
  z-index: 2;
}
*/

.intro-banner img {
  max-width: 152px;
  margin-bottom: 30px;
}

.intro-banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative; 
  z-index: 2;
}

.intro-banner h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative; 
  z-index: 2;
}

.intro-banner a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fa65b1 !important;
  border: 1px solid #fa65b1 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  position: relative; 
  z-index: 2;
}

.intro-banner a:hover {
  background-color: #fa65b1;
  color: #fff !important;
}

.demos {
  padding-top: 60px;
}

.demo-item {
  position: relative;
  z-index: 2;
}

.demos img {
  transition: all .5s;
  border-radius: 23px;
}

.demos img:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}

.demos h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fa65b1;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fa65b1;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #fa65b1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}



/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
  padding-top: 130px;
}

.about-left-image img {
  margin-right: 45px;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #fa65b1;
}

.second-skill-item .progress .progress-bar {
  border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
  border-color: #f58b56;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: #afafaf;
  font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 130px;
  position: relative;
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fa65b1 !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}




/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #fa65b1;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #fa65b1;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.show-up {
  position: relative;
  z-index: 200;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2a2a2a;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}





/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .intro-banner:before {
    display: none;
  } 
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}
/* dept start*/

.banner-section {
  background: linear-gradient(135deg, #0d76ff 0%, #2a3b4b 100%);
  color: white;
  padding: 12px 20px 80px;
  text-align: center;
}
/* and so on — replace all old class names accordingly */



/* campus start*/

/* Base Styling */

.campus-body-container {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fb;
  color: #333;
}

/* Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* About Section */
.campus-about-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 60px 5%;
  flex-wrap: wrap;
  background-color: #fff;
}
.campus-about-text {
  max-width: 550px;
}
.campus-about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.campus-about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.campus-about-image {
  max-width: 500px;
  width: 90%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Facilities Section */
.campus-facilities-section {
  background: #eef1f7;
  padding: 60px 5%;
  text-align: center;
}
.campus-section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #444;
}
.campus-facilities-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}
.campus-facility-card {
  background: #fff;
  width: 220px;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.campus-facility-card:hover {
  transform: translateY(-8px);
}
.campus-facility-card i {
  font-size: 2.2rem;
  color: #007BFF;
  margin-bottom: 15px;
}
.campus-facility-card h4 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.campus-facility-card {
  background: #fff;
  width: 240px;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}
.campus-facility-card:hover {
  transform: translateY(-8px);
}
.campus-facility-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
.campus-facility-card i {
  font-size: 1.8rem;
  color: #007BFF;
  margin-bottom: 10px;
}

/* Gallery */
.campus-gallery-section {
  padding: 60px 5%;
  background-color: #fff;
  text-align: center;
}

.campus-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.campus-gallery-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.campus-gallery-card:hover {
  transform: translateY(-8px);
}

.campus-gallery-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.campus-gallery-card p {
  margin: 12px;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}




/* campus end*/


/* hostel.css */

.hostelbody {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  background-color: #f9f9f9;
  color: #333;
}

.hostel-intro-section {
  position: relative;
  text-align: center;
  padding: 60px 20px 30px;
  background: linear-gradient(135deg, #6db3f2, #1e69de);
  color: #fff;
  animation: fadeUp 1s ease forwards;
}

.hostel-intro-content {
  max-width: 800px;
  margin: 0 auto;
}

.hostel-title {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.hostel-subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  color: #f0f8ff;
}

.hostel-banner-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hostel-features-section {
  padding: 60px 5%;
  background-color: #fff;
  text-align: center;
  animation: fadeUp 1s ease forwards;
}

.hostel-section-heading {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #1e3c72;
}

.hostel-feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  justify-content: center;
}

.hostel-feature-card {
  background: #f0f8ff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.hostel-feature-card:hover {
  transform: translateY(-6px);
}

.hostel-feature-card i {
  font-size: 2rem;
  color: #1e69de;
  margin-bottom: 10px;
}

.hostel-feature-card h4 {
  margin: 10px 0 8px;
  font-size: 1.2rem;
  color: #333;
}

.hostel-feature-card p {
  font-size: 0.95rem;
  color: #555;
}

.hostel-gallery-section {
  padding: 60px 5%;
  background-color: #f9f9f9;
  text-align: center;
  animation: fadeUp 1s ease forwards;
}

.hostel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.hostel-gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hostel-gallery-img:hover {
  transform: scale(1.05);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
/* hostel.end */



/* library.css */

.library-page-body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  background-color: #fefefe;
  color: #333;
}

.library-intro-section {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #9bc5c3, #616161);
  color: #fff;
  animation: fadeInScale 1s ease-in-out;
}

.library-intro-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.library-heading-main {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #fff;
}

.library-intro-text {
  font-size: 1.3rem;
  font-weight: 300;
  color: white;
}



.library-highlights-section {
  padding: 60px 5%;
  background-color: #ffffff;
  text-align: center;
  animation: fadeInScale 1s ease-in-out;
}

.library-section-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #2e3d49;

}

.library-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  justify-content: center;
}

.library-feature-card {
  background: #f0f8ff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.library-feature-card:hover {
  transform: translateY(-6px);
}

.library-feature-card i {
  font-size: 2.2rem;
  color: #355c7d;
  margin-bottom: 12px;
}

.library-feature-card h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #222;
}

.library-feature-card p {
  font-size: 0.95rem;
  color: #555;
}

.library-gallery-section {
  padding: 60px 5%;
  background-color: #f9f9f9;
  text-align: center;
  animation: fadeInScale 1s ease-in-out;
}

.library-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.library-gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.library-gallery-img:hover {
  transform: scale(1.05);
}

@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}
/* library.end */




/* transport Start */
.transport-page-body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fc;
  color: #333;
}

/* Intro Section */
.transport-intro-section {
  padding: 60px 5% 30px;
  text-align: center;
  background-color: #e3f2fd;
  animation: fadeIn 1s ease;
}

.transport-intro-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.transport-heading-main {
  font-size: 2.8rem;
  color: #004d99;
  margin-bottom: 10px;
}

.transport-intro-text {
  font-size: 1.2rem;
  color: #333;
}

.transport-banner-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.transport-features-section {
  padding: 60px 5%;
  background-color: #fff;
  text-align: center;
}

.transport-section-title {
  font-size: 2.2rem;
  color: #002147;
  margin-bottom: 40px;
}

.transport-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.transport-feature-card {
  background: #e6f0ff;
  border-radius: 12px;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.transport-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.transport-feature-card i {
  font-size: 2rem;
  color: #004d99;
  margin-bottom: 12px;
}

.transport-feature-card h4 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: #003366;
}

.transport-feature-card p {
  font-size: 1rem;
  color: #444;
}

/* Gallery Section */
.transport-gallery-section {
  padding: 60px 5%;
  background-color: #f0f8ff;
  text-align: center;
}

.transport-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.transport-gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.transport-gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* transport end */




/* competition.css */

.comp-body-layout {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f0f4f8;
  color: #333;
}

.comp-hero-banner {
  background: linear-gradient(135deg, #09203f, #537895);
  color: white;
  text-align: center;
  padding: 80px 20px 100px;
  position: relative;
  overflow: hidden;
}

.comp-title-main {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.comp-subtitle-text {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.comp-cube-rotate {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 20px;
  right: 20px;
  animation: rotateCube 10s linear infinite;
}

@keyframes rotateCube {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.comp-events-showcase {
  padding: 60px 5%;
  background-color: #fff;
  text-align: center;
}

.comp-section-header {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #09203f;
}

.comp-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  padding: 30px;
}

.comp-card-3d {
  perspective: 1000px;
}

.comp-card-flip {
  width: 100%;
  height: 320px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.comp-card-3d:hover .comp-card-flip {
  transform: rotateY(180deg);
}

.comp-front-face,
.comp-back-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.comp-front-face {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.comp-back-face {
  background: #537895;
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.comp-img-thumb {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.comp-event-title {
  font-size: 1.3rem;
  margin: 0;
}

.comp-event-desc {
  font-size: 1rem;
  line-height: 1.4;
  color: white;
}
/* competition end */




/* =========================
   NSS Page Styles (nss.css)
   ========================= */

/* ----- Base Layout ----- */
.nss-body-wrapper {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  background: #f8fafc;
  color: #1e1e1e;
  scroll-behavior: smooth;
}

/* ----- Hero Section ----- */
.nss-hero-section {
  position: relative;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  
  overflow: hidden;
}

.nss-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.nss-hero-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.nss-hero-sub {
  position: relative;
  font-size: 1.25rem;
  color: #ffdd57;
  margin-top: 8px;
  font-weight: 500;
}

/* Bouncing scroll cue */
.nss-scroll-icon {
  position: absolute;
  bottom: 20px;
  font-size: 1.5rem;
  color: #ffdd57;
  animation: nss-bounce 1.5s infinite;
}

@keyframes nss-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ----- Section Titles ----- */
.nss-section-title {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
  color: #183153;
  text-align: center;
}

/* ----- About Section ----- */
.nss-about-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 4rem 8%;
  align-items: center;
  background: #ffffff;
}

.nss-about-text p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.nss-img-rounded {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* ----- Activities - 3D Cards ----- */
.nss-activities-section {
  padding: 4rem 6%;
  background-color: #eef2ff;
  text-align: center;
}

.nss-section-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 2.5rem;
}

.nss-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.nss-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: transform 0.3s ease;
}

.nss-card:hover {
  transform: scale(1.03);
}

.nss-card-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.nss-card:hover .nss-card-image {
  transform: scale(1.1);
}

.nss-card-text {
  padding: 1.2rem;
  background-color: white;
  transition: background 0.3s ease;
}

.nss-card-text h3 {
  font-size: 1.2rem;
  color: #2d2d2d;
  margin-bottom: 0.5rem;
}

.nss-card-text p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}




/* ----- Gallery ----- */
.nss-gallery-section {
  padding: 4rem 8%;
  background: #ffffff;
}

.nss-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.nss-gallery-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease;
}

.nss-gallery-grid img:hover {
  transform: scale(1.05);
}

/* ----- CTA Section ----- */
.nss-cta-section {
  padding: 4rem 8%;
  background: linear-gradient(135deg, #ff5757, #ff9f43);
  text-align: center;
  color: #fff;
}

.nss-cta-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.nss-cta-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.9rem 2.5rem;
  background: #fff;
  color: #ff5757;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.nss-cta-btn:hover {
  background: #ffece8;
  transform: translateY(-4px);
}

/* ----- Scroll Reveal Utility ----- */
.nss-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-out;
}

.nss-show {
  opacity: 1;
  transform: translateY(0);
}
.nss-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
/* ----- Responsive Adjustments ----- */
@media (max-width: 768px) {
  .nss-hero-title {
    font-size: 2.2rem;
  }
  .nss-section-title {
    font-size: 1.8rem;
  }
  .nss-card-inner {
    height: 240px;
  }
}
/* =========================
   NSS Page Styles end
   ========================= */
/* =========================
   CDC start
   ========================= */
   /* CSS FILE: cdc-new-style.css */
:root {
  --primary: #1e3a8a;
  --secondary: #3b82f6;
  --light: #f8fafc;
  --dark: #0f172a;
}



.cdcbody {
  background: var(--light);
  color: var(--dark);
  line-height: 1.6;
}

.cdc-new-header {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color:white;
  padding: 4rem 8%;
  text-align: center;
}

.cdc-new-header h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
}

.cdc-new-header p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: wheat;
}

.cdc-new-container {
  padding: 4rem 8%;
}

.cdc-new-section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}

.cdc-new-section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60%;
  height: 3px;
  background: var(--secondary);
  transform: translateX(20%);
}

.cdc-new-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.cdc-new-skill-card {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.cdc-new-skill-card i {
  font-size: 2rem;
  color: var(--secondary);
  margin-bottom: 0.8rem;
}

.cdc-new-skill-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.cdc-new-skill-card p {
  font-size: 0.9rem;
  color: #475569;
}

.cdc-new-skill-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--secondary);
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.cdc-new-skill-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.cdc-new-skill-card:hover::before {
  transform: translateY(0);
}

.cdc-new-skill-card * {
  position: relative;
  z-index: 1;
}

.cdc-new-skill-card:hover h3,
.cdc-new-skill-card:hover p,
.cdc-new-skill-card:hover i {
  color: #fff;
}

.cdc-new-timeline {
  position: relative;
  margin: 2rem 0;
  padding-left: 2rem;
}

.cdc-new-timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--secondary);
}

.cdc-new-timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 2rem;
}

.cdc-new-timeline-item:last-child {
  margin-bottom: 0;
}

.cdc-new-timeline-item::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 0;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 4px solid var(--secondary);
  border-radius: 50%;
}

.cdc-new-timeline-item h4 {
  font-size: 1.2rem;
  color: var(--primary);
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.cdc-new-tag {
  background: var(--secondary);
  color: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

.cdc-new-timeline-item p {
  font-size: 0.95rem;
  color: #475569;
  margin-top: 0.4rem;
}

.cdc-new-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.cdc-new-partner-logo {
  width: 140px;
  height: 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #64748b;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  .cdc-new-header h1 {
    font-size: 3rem;
  }
}

/* =========================
   CDC end
   ========================= */
/* =========================
pbl start
   ========================= */
/* pbl-style.css */

.pblbody {
  font-family: 'Poppins', sans-serif;
  background-color: #f9fafb;
  color: #1e293b;
  line-height: 1.6;
}

header.pbl-header {
  background-color: #0f172a;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}

.pbl-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.pbl-hero p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  align-items: center;
}

.pbl-hero img {
  max-width: 100%;
  height: 400px;
  border-radius: 12px;
  margin-top: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.pbl-section {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.pbl-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #0f172a;
}

.pbl-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.pbl-content img {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.pbl-content ul {
  flex: 1;
  font-size: 1rem;
  list-style: disc;
  padding-left: 1.5rem;
}

.pbl-year-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.pbl-year-card {
  background-color: #fff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.pbl-year-card:hover {
  transform: translateY(-5px);
}

.pbl-year-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.pbl-year-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #1e3a8a;
}

.pbl-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.pbl-project-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.pbl-project-card:hover {
  transform: scale(1.03);
}

.pbl-project-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.pbl-project-card h4 {
  color: #0f172a;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

footer.pbl-footer {
  background-color: #0f172a;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
  margin-top: 3rem;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .pbl-content {
    flex-direction: column;
  }

  .pbl-hero h1 {
    font-size: 2rem;
  }

  .pbl-year-card img,
  .pbl-project-card img {
    height: 150px;
  }
}

   /* =========================
  pbl end
   ========================= */
      /* =========================
  key start
   ========================= */
   /* GENERAL STYLES */
.keybody {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #f2f6fc;
  color: #222;
}

.kf-header {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(135deg, #004e92, #000428);
  color: white;
}

.kf-title {
  font-size: 3rem;
  margin-bottom: 10px;
  color: white;
}

.kf-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
}

.kf-section {
  padding: 50px 20px;
}

.kf-section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #004e92;
}

.kf-card-grid {
  display: grid;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}

.kf-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.kf-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.kf-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;


}

.kf-card:hover {
  transform: scale(1.03);
}

.kf-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.kf-card-content {
  padding: 20px;
  text-align: center;
}

.kf-card-content h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.kf-card-content p {
  font-size: 0.95rem;
  color: #666;
}

/* Modal */
.kf-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

.kf-modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
}

.kf-modal-content img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.kf-modal-content h3 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #004e92;
}

.kf-modal-content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 10px;
}

.kf-close {
  position: absolute;
  top: 10px; right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}

.kf-close:hover {
  color: #222;
}

@keyframes fadeIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@media (max-width: 768px) {
  .kf-grid-2, .kf-grid-3 {
    grid-template-columns: 1fr;
  }
}

      /* =========================
 key end
   ========================= */


      /* =========================
gallery Start
   ========================= */

/* ---------- Base ---------- */
.g-body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #f1f5fa;
  color: #222;
}
.g-header {
  padding: 60px 20px 40px;
  text-align: center;
  background: linear-gradient(135deg, #004e92, #000428);
  color: #fff;
}
.g-title    { font-size: 2.75rem; margin: 0 0 10px; }
.g-subtitle { font-size: 1rem;  font-weight: 300; margin: 0; }

.g-header h1 {
  color: white;
}

/* ---------- Gallery Grid ---------- */
.g-section  { padding: 40px 20px 80px; }

.g-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.g-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  animation: fadeInUp 0.7s ease forwards;
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.g-item:hover img {
  transform: scale(1.1);
}

/* ---------- Modal ---------- */
.g-modal {
  display: none;               /* toggled by JS */
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.g-modal-img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
  animation: zoomIn 0.3s ease;
}

.g-caption {
  margin-top: 15px;
  font-size: 1rem;
  color: #f8f9fa;
  text-align: center;
}

.g-close {
  position: absolute;
  top: 20px; right: 35px;
  font-size: 40px;
  color: #f8f9fa;
  cursor: pointer;
  transition: 0.3s;
}
.g-close:hover { color: #d1d1d1; }

/* ---------- Animations ---------- */
@keyframes fadeInUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

/* ---------- Small screens ---------- */
@media (max-width: 600px) {
  .g-title { font-size: 2rem; }
  .g-subtitle { font-size: 0.9rem; }
}


      /* =========================
 gallery end
   ========================= */



   
      /* =========================
achivment start
   ========================= */
/* ===== Base ===== */
/* ==============  RESET / BASE  ============== */
/* General Reset */
/* ----------  base  ---------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ach {
  font-family: 'Segoe UI', sans-serif;
  background: #f4f6f8;
  padding: 30px;
}
.title {
  text-align: center;
  margin-bottom: 20px;
}
.filter-buttons {
  text-align: center;
  margin-bottom: 30px;
}
.filter-buttons button {
  margin: 5px;
  padding: 10px 15px;
  background: #2563eb;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.card {
  background: white;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.card:hover {
  transform: rotateX(3deg) rotateY(3deg);
}
.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  padding: 15px;
}
.card-body h3 {
  font-size: 1.2rem;
}
.card-body p {
  font-size: 0.9rem;
  color: #555;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: white;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.modal-content img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  margin-top: 10px;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

      /* =========================
achievementss end
   ========================= */



       /* =========================
Placement start
   ========================= */
/* Scrollbar Styling */
/* === Base === */
:root {
  --primary: #0056b3;
  --secondary: #f0f7ff;
  --accent: #003c7a;
  --text: #222;
  --bg: #ffffff;
}

.place-body {
  font-family: 'Segoe UI', sans-serif;
  background-color: var(--secondary);
  color: var(--text);
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1, h2 {
  color: #ffff;
  text-align: center;
  margin-bottom: 1rem;
}
h2 {
  color: var(--text);
  text-align: center;
  margin-bottom: 1rem;
}
section {
  padding: 4rem 8%;
}

a {
  text-decoration: none;
}

/* === Hero Section === */
.place-hero {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: white;
  padding: 5rem 2rem 6rem;
  text-align: center;
  position: relative;
}
.place-hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: var(--secondary);
  bottom: -25px;
  left: 0;
  border-radius: 50% / 25px;
}
.place-tagline {
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* === Partner Logos === */
.place-logo-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  justify-items: center;
  padding-top: 45px;
}
.place-logo-grid img {
  width: 100%;
  max-width: 200px;
  filter: grayscale(100%) brightness(1.1);
  transition: transform 0.3s, filter 0.3s;
}
.place-logo-grid img:hover {
  transform: scale(1.05);
  filter: none;
}

/* === Flip Cards (Goals/Objectives) === */
/* Goal & Objective Styling */
.place-goal-objective {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 8%;
}

.place-box {
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 2rem;
  width: 100%;
  max-width: 500px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.place-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.goal-box h3 {
  color: #2c2c7a;
}

.objective-box h3 {
  color: #f27000;
}

.place-box p, .place-box li {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.place-box ol {
  padding-left: 1.2rem;
}


/* === Accordion === */
 /* ─── Tabs Navigation ────────────────────────────────────────── */
    .place-nav {
      display: flex;
      gap: 1.2rem;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }
    .place-nav-btn {
      background: transparent;
      border: 2px solid var(--primary);
      color: var(--primary);
      padding: 0.9rem 1.6rem;
      border-radius: 6px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      cursor: pointer;
      transition: transform 0.25s ease, background 0.3s, color 0.3s, box-shadow 0.3s;
      position: relative;
    }
    .place-nav-btn:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .place-nav-btn.active {
      background: linear-gradient(135deg,#0062ff,#9b00ff);
      color:#fff;
    }
    .place-nav-btn.active::after{
      content:"";
      position:absolute;
      left:50%;
      transform:translateX(-50%) rotate(45deg);
      width:16px;
      height:16px;
      background:inherit;
      bottom:-8px;
    }

    /* ─── Panels ─────────────────────────────────────────────────── */
   /* === Panel Display Toggle === */
.place-panel {
  display: none;
}
.place-panel.active {
  display: block;
}

/* === Card Container for All Panels === */
.place-card {
  background: #fff;
  border: 1.5px solid var(--primary);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  line-height: 1.7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 1000px;
  margin: 2rem auto;
  
}
.place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* === Placement Drive Gallery === */
.place-drive-gallery {
  text-align: center;
}

/* Main Image in Gallery */
.place-drive-main {
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.place-drive-main:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Thumbnails Below the Main Image */
.place-drive-thumbs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.place-drive-thumbs img {
  width: 400px;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s;
}
.place-drive-thumbs img:hover {
  opacity: 1;
  transform: scale(1.08);
}
.place-drive-thumbs img.active {
  opacity: 1;
}

/* === Placeholder Styling for Empty Panels (Optional) === */
.place-placeholder {
  text-align: center;
  font-style: italic;
  color: #666;
}


/* === Year Buttons === */
.place-reports {
  text-align: center;
  margin-top: 3rem;
}

.place-reports h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.place-report-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.place-report-btn {
  background: linear-gradient(135deg, #0056b3, #00bfff);
  color: white;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 86, 179, 0.3);
}

.place-report-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 86, 179, 0.4);
}


/* === Footer === */
.place-footer {
  background: var(--accent);
  color: #d0e7ff;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.95rem;
}

/* === Responsive === */
@media (max-width: 800px) {
  .place-stats-wrapper {
    grid-template-columns: 1fr;
  }
}

       /* =========================
Placement end
   ========================= */

   
       /* =========================
IQAC start
   ========================= */
:root {
      --iqac-primary: #0062ff;
      --iqac-secondary: #4e46e5;
      --iqac-light: #f4f6ff;
      --iqac-dark: #222;
    }
    .Iqac-container {
      font-family: "Inter", sans-serif;
      background: var(--iqac-light);
      color: var(--iqac-dark);
      margin: 0;
    }
    .Iqac-hero {
      padding: 6rem 2rem 7rem;
      text-align: center;
      background: linear-gradient(135deg, var(--iqac-primary), var(--iqac-secondary));
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .Iqac-hero h1 { font-size: 2.8rem; margin: 0; }
    .Iqac-hero p { margin-top: 0.6rem; font-size: 1.2rem; opacity: 0.9; }
    .Iqac-hero::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 60px;
      background: var(--iqac-light);
      border-radius: 50% 50% 0 0;
    }
    .Iqac-section {
      padding: 4rem 8%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4rem;
      flex-wrap: wrap;
    }
    .Iqac-section h2 {
      color: var(--iqac-primary);
      font-size: 2rem;
      margin-bottom: 1.2rem;
    }
    .Iqac-section p, .Iqac-list {
      max-width: 600px;
      text-size-adjust: 15px;
    }
    .Iqac-list {
      text-align: left;
    }
    .Iqac-list li {
      margin: 0.6rem 0;
      position: relative;
      padding-left: 1.8rem;
      line-height: 1.6;
    }
    .Iqac-list li::before {
      content: "\f058";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 0.15rem;
      color: var(--iqac-secondary);
    }
    .Iqac-buttons {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin-top: 2.5rem;
    }
    .Iqac-btn {
      background: linear-gradient(135deg, var(--iqac-primary), var(--iqac-secondary));
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      padding: 0.9rem 1.8rem;
      border-radius: 8px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }
    .Iqac-btn:hover {
      transform: translateY(-5px) scale(1.05);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    }
    .Iqac-fade {
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.7s ease;
    }
    .Iqac-fade.show {
      opacity: 1;
      transform: none;
    }
       /* =========================
iqac end
   ========================= */


/* ----------
   RESET + TOKENS
   ---------- */
/* --------------------  HERO LAYOUT  -------------------- */


.innovHero {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #fff;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 6%;
  position: relative;
}

/* Decorative background blobs */
.innovHero::before,
.innovHero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 420px;
  background: rgba(255, 86, 102, 0.12);
  z-index: -1;
  filter: blur(2px);
}
.innovHero::before {
  top: -120px;
  left: -140px;
  clip-path: ellipse(60% 80% at 40% 20%);
}
.innovHero::after {
  bottom: -140px;
  right: -120px;
  clip-path: ellipse(58% 78% at 62% 68%);
}

/* --------------------  IMAGE  -------------------- */
.innovHero__image {
  flex: 0 1 500px;
  max-width: 500px;
  position: relative;
  animation: slide-left 0.9s ease-out 0.2s both;
}

.innovHero__image img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: url(#heroBlobPath);
}

/* White and grey outline layers */
.innovHero__image::before,
.innovHero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.innovHero__image::before {
  border: 6px solid rgba(255, 255, 255, 0.9);
  transform: scale(1.08) translate(10px, -8px);
  z-index: 2;
  clip-path: url(#heroBlobPath);
}
.innovHero__image::after {
  border: 16px solid rgba(245, 245, 245, 0.9);
  transform: scale(1.18) translate(18px, -14px);
  z-index: 1;
  clip-path: url(#heroBlobPath);
}

/* --------------------  TEXT  -------------------- */
.innovHero__content {
  flex: 1 1 420px;
  min-width: 300px;
  animation: slide-right 0.9s ease-out 0.4s both;
}

.innovHero__tagline {
  font-size: 0.9rem;
  font-weight: 600;
  color: #e0262b;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  line-height: 1.15;
  margin: 0 0 1.5rem 0;
  color: #222;
}
h1 span.blue {
  color: #0096ff;
}
h1 span.red {
  color: #ff2c2c;
}

.innovHero__subtext {
  font-size: 1rem;
  color: #333;
  max-width: 32rem;
}

/* --------------------  ANIMATIONS  -------------------- */
@keyframes slide-left {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-right {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --------------------  RESPONSIVE  -------------------- */
@media (max-width: 880px) {
  .innovHero {
    flex-direction: column;
    text-align: center;
  }
  .innovHero__image,
  .innovHero__content {
    animation: none; /* disable slide when stacked */
  }
  h1 {
    font-size: 2.3rem;
  }
}