@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');


body{
  font-family: "Hind Siliguri", sans-serif;
}
:root {
    --font-weight: 400;

  }

* {
    padding: 0;
    margin: 0;
    outline: 0;

  }

  a {
    text-decoration: none;
    display: inline-block;
  }

  span {
    display: inline-block;

  }


  a:hover {
    text-decoration: none;
  }

  ol,
  ul {
    list-style: none;
  }


  .svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
  }

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

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
  }

  input,
  input:focus,
  button,
  button:focus {
    outline: 0;
  }

  .main_container {
    width: 84%;
    margin-left: auto;
  }

  html,
  body {
    background-color: #ffffff;
    overflow-x: hidden;
  }
  .font-600 {
    font-weight: 600;
  }

  .video_icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .video_icon a {
    display: block;
  }

  .video_icon a i {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }

  .video_thumb:hover {
    cursor: pointer;
  }

  /*Common Menu Slider Start*/
  .common_slider_class {
    width: 100%;
  }

  div.success_menu ul.common_slider_class li .company_nav_tab {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    display: inline-block;
  }

  div.success_menu ul.common_slider_class li {
    display: inline-block;
    text-align: left;
    margin-right: 0;
  }
  /*===========Brand Style================*/
  .cit_radius {
    border-radius: 24px;
  }
  /*===========Spacing================*/
  /* **** Padding Spacing **** */
  .pl-0 {
    padding-left: 0 !important;
  }
  .pb-6 {
    padding-bottom: 60px;
  }
  .pt9 {
    padding-top: 90px !important;
  }
  .py9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pt45 {
    padding-top: 45px !important;
  }
  .pb45 {
    padding-bottom: 45px !important;
  }
  .py45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* **** Margin Spacing **** */
  .mt9 {
    margin-top: 90px !important;
  }
  .mb9 {
    margin-bottom: 90px;
  }
  .my9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mt45 {
    margin-top: 45px !important;
  }
  .mb45 {
    margin-bottom: 45px !important;
  }
  .my45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }


  #topbar {


background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    padding: 7px 0;
  }

  .topbar_text a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    margin-right: 83px;
  }

  .topbar_text a span {
    margin-right: 10px;
  }

  /* =================================
          Topbar Area End
  =================================== */
  /* =================================
          Navbar Area End
  =================================== */
  .back_to_top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border: none;
  }

    .back_to_top a {
    display: block;
    line-height: 33px;
    color: #ffffff;
    font-size: 25px;
  }

  .back_to_top.back_btn_show {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
  }
  .back-to-top:hover {
    background: linear-gradient(to right, #f93858, #e99343);
    transform: scale(1.1);
}

  .side_text_2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 700%;
    bottom: 165%;
    right: 111px;
    z-index: -1;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



  #navbar {
    padding: 25px 0;
    background: transparent;
    position: absolute;
    width: 100%;

    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 999;
  }

  .main_menu li.nav-item {
    margin-right: 40px;
    align-self: center;
  }

  .main_menu li.nav-item a.nav-link {
    color: #1f1e1e !important;

    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar_btn a,
  .navbar-nav .nav-item:last-child a {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px !important;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 13px 19px;
    cursor: pointer;
  }
  .navbar_btn .nav-link {
    background: transparent;
    border: 1px solid #e9e7ed;
    color: #1f1e1e;
    margin-left: 15px;
  }
  .navbar_btn .active {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%) !important;

  }

  .navbar_btn a img,
  .navbar-nav .nav-item:last-child a img {
    padding-right: 9px;
  }

  /*sm_menu===*/
  .offcanvas {
    background-image: url("../images/home/offCanvasBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background:#e6c1c1;
  }
  .offcanvas-start {
    width: 80vw;
  }

  .sm_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

    background: transparent;
    z-index: 1000;
  }

  .offcanvas_menu {
    padding: 35px 0;
    position: relative;
  }

  .offcanvas_menu .bars {
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .offcanvas_menu .bars a:focus {
    -webkit-box-shadow: 0 0 0 0.25rem transparent;
    box-shadow: 0 0 0 0.25rem transparent;
  }

  .offcanvas_menu .logo {
    text-align: center;
  }

  .offcanvas-body .main_menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offcanvas-body .main_menu li {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .offcanvas-body .main_menu li a.nav-link {
    line-height: 24px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .btn-close:focus {
    -webkit-box-shadow: 0 0 0 0.25rem transparent;
    box-shadow: 0 0 0 0.25rem transparent;
  }

  #navbar.nav_sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    padding: 8px 0;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .sm_menu.nav_sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    padding: 8px 0;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .sm_menu.nav_sticky .offcanvas_menu {
    padding: 10px 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  @-webkit-keyframes sticky {
    0% {
      top: -100px;
    }
    100% {
      top: 0px;
    }
  }

  @keyframes sticky {
    0% {
      top: -100px;
    }
    100% {
      top: 0px;
    }
  }

  /* =================================
          Navbar Area End
  =================================== */
  /* =================================
          Banner Area Start
  =================================== */
  @media (max-width: 476px) {
    .home_banner {

        padding-bottom: 60px!important;
    }
     }
  .home_banner {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 142px;
    padding-bottom: 203px;
    position: relative;
    clear: both;
  }
  .home_banner .red_shadow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .home_banner .green_shadow {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;
  }

  .banner_text {
    max-width: 469px;
  }

  .banner_text h5 {
    font-size: 17px;
    font-weight: 600;

  }

  .banner_text h5 span {
    margin-right: 10px;
  }

  .banner_text h1 {
    font-size: 34px;
    font-weight: 700;

    padding-top: 17px;
    padding-bottom: 18px;
    position: relative;
  }

  .banner_text .dot_shape_banner {
    position: absolute;
    left: 3%;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
  }

  .banner_text h1 span {
    font-size: 40px;
    display: inline-block;
    background: #ffffff;
    background: -webkit-linear-gradient(15deg, #fd79a8 35%, #ff8079 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
  }

  .banner_text > p {

    padding-bottom: 22px;
    letter-spacing: normal;
  }
  .banner_text a {

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 13px 22px;
    margin-right: 22px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    text-align: center;
  }

  .banner_text a:hover {
    background: #ffffff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    padding-right: 36px;
  }

  .banner_text a:hover span {
    opacity: 0;
    visibility: hidden;
    margin-right: 0;
    margin-left: -5px;
  }

  .banner_text a:hover span.angle {
    color: #fd79a8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .banner_text a span {
    margin-right: 9px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  }

  .banner_text ul {
    margin-top: 38px;
  }

  .banner_text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner_text ul li img {
    margin-right: 10px;
  }

  .banner_text ul li p {
    color: #342b27;
    font-weight: 600;
  }

  .banner_text ul li p span {
    display: block;
  }

  .banner_img {
    position: relative;
  }
  .banner_img:hover {
    cursor: pointer;
  }

  .banner_img .banner_pic_bg {
    position: absolute;
    left: -41%;
    top: -48%;
    z-index: -1;
  }
  .banner_img .homebanner-thumb {
    border-radius: 35px;
    border: 10px solid #fff;
  }

  .banner_img .plus {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .banner_img .dot_2 {
    position: absolute;
    right: 15px;
    bottom: -50px;
    z-index: -1;
  }

  .banner_img .dot_3 {
    position: absolute;
    left: -57px;
    bottom: 70px;
  }

  .banner_img .banner_img_overly {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .banner_img .banner_img_overly .overly_text {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .banner_img .banner_img_overly .overly_text h4 {
    color: #ffffff;

    font-size: 36px;
    font-weight: 700;
    line-height: 72px;

    text-align: center;
  }

  .overly_icon {
    position: absolute;
    width: 41px;
    height: 41px;
    text-align: center;
    background: #fff;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 47%;
    top: 44.5%;
  }

  .overly_icon svg {
    font-size: 20px;
    margin-left: 2px;
    color: #e84393;
    line-height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(241, 0, 0, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px rgba(241, 9, 9, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(241, 8, 8, 0);
    }
  }

  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(241, 0, 0, 0.4);
      box-shadow: 0 0 0 0 rgba(241, 0, 0, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px rgba(241, 9, 9, 0);
      box-shadow: 0 0 0 30px rgba(241, 9, 9, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(241, 8, 8, 0);
      box-shadow: 0 0 0 0 rgba(241, 8, 8, 0);
    }
  }

  /* =================================
          Banner Area End
  =================================== */
  /* =================================
      Populer Courses department Satrt
  =================================== */
  .slick-arrow {
    cursor: pointer;
  }
  #course_department {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }

  .course_slider_top .course_slider_item {
    background: #ffffff;
    height: 157px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 15px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.06);
    margin: 25px 12px;
  }

  .course_slider_top .course_slider_item a {
    display: block;
  }

  .course_slider_top .course_slider_item a .couse_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
  }

  .course_slider_top .course_slider_item a .couse_text h3 {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    padding-top: 16px;
  }
  .course_slider_top .slick-arrow svg {
    vertical-align: middle;
  }
  .course_slider_top .topPrevarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 39px;
    position: absolute;
    left: -32px;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    z-index: 10;
    color: rgba(0, 0, 0, 0.3);
    border: 1px solid #e84393;
  }

  .course_slider_top .topNextarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 39px;
    position: absolute;
    /* right: -12px; */
    right: -32px;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    z-index: 10;
    color: rgba(0, 0, 0, 0.3);
    border: 1px solid #e84393;
  }

  @media only screen and (max-width: 576px) {
    .course_slider_top .topPrevarrow {
      left: -10px;
    }
    .course_slider_top .topNextarrow {
      right: -10px;
    }
  }

  .slick-prev {
    display: block;
    width: 40px;
    height: 40px;
    background: #faf9fd;
    border-radius: 50%;
    position: absolute;
    top:35% ;
    z-index: 999;
    left: -43px;

  }
  .slick-next {
    display: block;
    width: 40px;
    height: 40px;
    background: #faf9fd;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    top: 35%;
    right:-43px ;

  }

  .course_slider_top .slick-prev:hover,
  .course_slider_top .slick-next:hover {
    color: #fd79a8;
    cursor: pointer;
  }

  /* =================================
      Populer Courses department End
  =================================== */
  /* =================================
          Populer Courses Area Satrt
  =================================== */
  .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ebebeb;
    border: 0;
  }
  .carousel-indicators {
    margin-bottom: 0;
    bottom: -21px;
  }
  .carousel-indicators .active {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }
  #courseslide {
    padding-bottom: 40px;
    overflow: hidden;
  }

  #courseslide .populer_courses {
    background: #faf9fd;
    border-radius: 35px;
    padding: 0 20px 18px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section_heading {
    text-align: center;
  }
  .section_heading h2,
  .course_cat_heading h1,
  .section_heading3 h2 {
    color: #1f1e1e;
    font-size: 44px;
    line-height: 54px;
    padding-top: 46px;
  }
  .section_heading p {
    color: #605f62;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    max-width: 789px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 58px;
  }
  .section_heading2 h2,
  .section_heading3 h2 {
    padding-bottom: 20px !important;
  }
  .section_heading2 p,
  .section_heading3 p {
    color: #605f62;
    padding-bottom: 40px !important;
  }
  .section_heading3 p {
    max-width: 85%;
  }
  .facilities_heading h2 {
    padding-bottom: 20px;
  }
  .course_slider_top {
    z-index: 5;
  }

  .course_slider_top .draggable {
    padding-left: 0 !important;
  }

  .course_mix_btn {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
  }

  .course_mix_btn button {
    border: none;
    color: #1f1e1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    background: transparent;
  }

  .course_mix_btn button span {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 3px solid transparent;
  }

  .course_mix_btn .slick-current span {
    display: inline-block;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #fd79a8;
    border-bottom: 3px solid #fd79a8;
  }
  .course_catagory_item .course_slider_item {
    margin: 0 8px;
  }
  .course_single_item {
    position: relative;
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
  }

  .course_single_item .course_image {
    border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
  }

  .course_single_item .course_text {
    padding-top: 20px;
    padding-right: 14px;
    padding-left: 17px;
    padding-bottom: 28px;
    border-radius: 0px 0px 25px 25px;
  }
  .course_single_item .course_text p {
    color: #434242 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

  .course_single_item .course_text h6 {
    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #df6812;
  }

  .course_single_item .course_text h3 {
    color: #1f1e1e;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    height: 70px;

  }

  .course_single_item .course_text ul li {
    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;
    color: #787a82;

    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 25px;
    gap: 5px;

  }

  .course_single_item .course_text ul li svg {
    color: #ffae4f;
  }

  .course_category_slider {
    overflow: hidden;
    padding: 0 40px;
  }
  .prevarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    top: 47%;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    z-index: 99;
    color: rgba(0, 0, 0, 0.3);
  }

  .nextarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    top: 47%;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    z-index: 99;
    color: rgba(0, 0, 0, 0.3);
  }
  .slick-arrow {
    border: 1px solid #cf0000;
  }
  .slick-arrow svg {
    width: 100% !important;
    display: inline-block;
  }

  .slick-arrow:hover {
    /* color: #CF0000; */
    cursor: pointer;
    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }
  .course_catagory_item .prevarrow {
    left: 0px;
  }
  .course_catagory_item .nextarrow {
    right: 0px;
  }

  .course_catagory_item.slick-slide {
    opacity: 0;
    visibility: hidden;
  }

  .course_catagory_item.slick-slide .prevarrow:hover,
  .course_catagory_item.slick-slide .nextarrow:hover {
    display: none;
  }

  .course_catagory_item.slick-slide.slick-current.slick-active {
    opacity: 1;
    visibility: visible;
  }

  .story_text_slider {
    position: relative;
    /* margin-top: 95px; */
  }

  .counte_item {
    margin: 0 18px;
    padding: 35px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
  }

  .counte_item h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 3  6px;

    padding-top: 20px;
  }

  .counte_item h3 {
    color: #1f1e1e;

    font-size: 20px;
    font-weight: 600;
    line-height: 26px;

    padding-top: 16px;
    padding-bottom: 12px;
  }

  .counte_item p,.counte_item span{
    color: #605f62 !important;
    font-size: 16px;
    font-weight: 400;
    max-width: 305px;
    padding-bottom: 4px;
  }

  .counte_item1 {
    background: linear-gradient(
      230.46deg,
      #fff7eb 0%,
      rgba(255, 247, 235, 0.3) 100%
    );
  }

  .counte_item2 {
    background: linear-gradient(
      229.2deg,
      #e9f9fc -2.12%,
      rgba(233, 249, 252, 0.3) 100%
    );
  }

  .counte_item2 h4 {
    background: -webkit-linear-gradient(15deg, #11a7ca, #11a7ca);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .counte_item3 {
    background: linear-gradient(
      229.38deg,
      #f7fce7 2.83%,
      rgba(247, 252, 231, 0.3) 96.18%
    );
  }

  .counte_item3 h4 {
    background: -webkit-linear-gradient(15deg, #66902b, #66902b);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .coursprevarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 39px;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    color: #cf0000;
  }

  .coursnextarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 39px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    color: #cf0000;
  }

  /* =================================
          Populer Courses Area End
  =================================== */
  /* =================================
      Info Area Start
  =================================== */
  #info {
    padding-bottom: 40px;
  }

  #info .coursprevarrow {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    color: rgba(0, 0, 0, 0.3);
  }

  #info .cournextarrow {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    color: rgba(0, 0, 0, 0.3);
  }

  #info .coursprevarrow:hover,
  #info .coursnextarrow:hover {
    color: #cf0000;
  }

  /* =================================
      Info Area End
  =================================== */
  /* =================================
      Student Success Story Area Satrt
  =================================== */

  .success{
    background-color: #d2dae2;
    border-radius: 20px;
    padding-bottom: 50px;

  }

  .student_story_item {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
  }

  .student_story_item .videobtn {
    display: block;
    width: 100%;
    border: none;
  }

  /* =================================
      Student Success Story Area End
  =================================== */
  /* =================================
      More Facilities Area Satrt
  =================================== */
  #more_facilities {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .more_facilities_item {
    padding: 65px 35px;
    margin-bottom: 27px;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
  }

  .more_facilities_item h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-top: 16px;
    padding-bottom: 12px;
  }

  .more_facilities_item p,
  .more_facilities_item span  {
    color: #605f62 !important;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    max-width: 305px;
    padding-bottom: 4px;
  }

  .more_facilities_item_1 {
    background: linear-gradient(
      229.38deg,
      #f7fce7 2.83%,
      rgba(247, 252, 231, 0.3) 96.18%
    );
  }

  .more_facilities_item_2 {
    background: linear-gradient(
      229.69deg,
      #fdf3fd 3.63%,
      rgba(253, 243, 253, 0.29) 98.73%
    );
  }

  .more_facilities_item_3 {
    background: linear-gradient(
      229.2deg,
      #e9f9fc -2.12%,
      rgba(233, 249, 252, 0.3) 100%
    );
  }

  .more_facilities_item_4 {
    background: linear-gradient(
      230.46deg,
      #fff7eb 0%,
      rgba(255, 247, 235, 0.3) 100%
    );
  }

  .more_facilities_item_5 {
    background: linear-gradient(
      232.39deg,
      #edfbf2 1.93%,
      rgba(237, 251, 242, 0.3) 97.41%
    );
  }

  .more_facilities_item_6 {
    background: linear-gradient(
      227.39deg,
      #fdf2f2 2.74%,
      rgba(253, 242, 242, 0.3) 97.4%
    );
  }

  .more_facilities_btn a {
    color: #ffffff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    width: 145px;
    padding: 10px 0;

    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 38px;
  }
  .facilities-placement {
    margin-top: 59px;
  }


  .student_feedback_item {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    padding: 20px 25px;
  }

  .student_feedback_item ul {
    position: relative;
  }

  .student_feedback_item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .student_feedback_item ul li .student_pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
  }

  .student_feedback_item ul li .student_name h5 {
    color: #000000;

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

  }

  .student_feedback_item ul li .student_name h5 img {
    margin: 0 5px;
    display: inline-block;
    max-width: 23px;
  }

  .student_feedback_item ul li .student_name h5 span {
    color: #a9a9a9;
    margin-left: 5px;
  }

  .student_feedback_item ul li .student_name h5 span.star svg {
    color: #ff7e31;
    font-size: 14px;
    margin-right: 3px;
  }

  .student_feedback_item ul li .student_name h6 {
    color: #7e7e7e;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
  }

  .student_feedback_item ul .student_social_link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .student_feedback_item p {
    max-width: 487px;
    color: #1f1e1e;
    font-style: normal;
  }

  .feedback_item {
    margin: 3px 17px;
  }

  .studentPrevArrow.slick-arrow {
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 600;
    z-index: 10;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    cursor: pointer;
  }

  .studentPrevArrow.slick-arrow:hover {
    color: #fb312e;
  }

  .studentNextArrow.slick-arrow {
    position: absolute;
    top: 50%;
    right: -3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    cursor: pointer;
  }

  .studentNextArrow.slick-arrow:hover {
    color: #fb312e;
  }

  .recommends {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .recommends h4 {
    color: #000000;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }

  .recommends h4 img {
    margin: 0 8px;
  }

  .recommends h4 span {
    color: #a9a9a9;
  }

  .excellent {
    margin-top: 27px;
    margin-bottom: 113px;
    color: #000000;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }

  .excellent h4 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }

  .excellent h4 span.star {
    color: #ff7e31;
    margin: 0 7px;
    font-size: 19px;
  }
  .excellent h4 span.star svg {
    margin-right: 5px;
  }
  .excellent h4 span.number {
    font-weight: 400;
    margin: 0 7px;
  }

  .excellent h4 span.review {
    color: #a9a9a9;
    margin: 0 7px;
    font-weight: 400;
  }

  /* =================================
      Student Feedback Area End
  =================================== */
  /* =================================
      Virtual Area Satrt
  =================================== */
  #virtual {
    padding-bottom: 63px;
  }

  #virtual .virtual {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    position: relative;
  }
  #virtual .virtual img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
  #virtual .virtual span {
    width: 100%;
    height: 666px;
  }
  #virtual .virtual span iframe {
    width: 100%;
    min-height: 666px;
    border-radius: 33px;
  }

  #virtual .virtual .virtual_text {
    position: absolute;
    left: 0;
    top: 5%;
    border-radius: 0 16px 16px 0;
    -webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    -ms-border-radius: 0 16px 16px 0;
    -o-border-radius: 0 16px 16px 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 14px 29px;
  }

  #virtual .virtual .virtual_text h6 {
    color: #cf0000;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

  }

  #virtual .virtual .virtual_text p {
    color: #605f62;
    font-weight: 600;
  }

  #virtual .virtual .virtual_eye {
    width: 106px;
    height: 106px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 5%;
  }

  #virtual .virtual .virtual_eye a {
    padding: 19px;
    display: block;
  }

  /* =================================
      Virtual Area End
  =================================== */
  /* =================================
      Admission to all courses Area Satrt
  =================================== */
  .course_heading h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 26px;
  }

  .admission_item.course_single_item {
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .admission_item.course_single_item:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  }

  del {
    color: #787a82;
    font-size: 14px;
    font-weight: 400;
  }

  .all_course_btn a {
    color: #ffffff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    width: 145px;
    padding: 10px 0;

    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  /* =================================
      Admission to all courses Area End
  =================================== */
  /* =================================
      Free Seminar Area Satrt
  =================================== */
  /* #seminar {
    padding-top: 109px;
  } */

  .seminar {
    padding: 68px 48px;
    background: rgba(226, 209, 209, 0.5);
    border-radius: 35px;


  }

  .seminar_content h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

  }

  .seminar_content > p {
    color: #605f62;
    padding-top: 18px;
    padding-bottom: 18px;
    /* max-width: 435px; */
  }

  .seminar_content h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    text-align: left;
    padding-bottom: 20px;
  }

  .seminar_content ul li {
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(40%, #ffece0),
      color-stop(60%, #ffffff)
    );
    background: linear-gradient(to right, #ffece0 40%, #ffffff 60%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  }

  .seminar_content ul li:hover {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(34%, #ff7e31),
      color-stop(60%, #ffffff)
    );
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }

  .seminar_content ul li:hover .date {
    color: #ffffff;
  }

  .seminar_content ul li:hover .date span {
    color: #ffffff;
  }

  .seminar_content ul li .date {
    width: 20%;
    color: #000000;

    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    width: 118px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  }

  .seminar_content ul li .date span {
    color: #ff7e31;
    font-size: 20px;
    display: block;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .seminar_content ul li .text_main {
    background: #ffffff;
    border: 1px solid #ecdcdc;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    width: 80%;
    padding: 17px 14px;
    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;
  }

  .seminar_content ul li .text_main .text h4 {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

  }

  .seminar_content ul li .text_main .text p {
    color: #605f62;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;

  }

  .seminar_content ul li .text_main .join_btn a {
    color: #cf0000;

    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    border: 0.5px solid #cf0000;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 80px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  }
  .seminar_content ul li .text_main .join_btn a:hover {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    color: #fff;
  }
  .seminar_content .seminar_btn {
    padding-top: 22px;
  }

  .seminar_content .seminar_btn a {

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 10px 18px;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
  }
  .seminar_content .seminar_btn a:hover {
    border: 1px solid #e84393;
    background: transparent;
    color: #e84393;
  }

  .free_seminar_img {
    text-align: right;
    position: relative;
  }
  .free_seminar_img,
  .free_seminar_img img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .free_seminar_img .seminar_dots {
    position: absolute;
    bottom: -73px;
    right: -12px;
    z-index: -1;
  }

  /* =================================
      Free Seminar Area End
  =================================== */
  /* =================================
      12 years of glory Area Start
  =================================== */
  #glory {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .glory_text h5 {
    color: #fb312e;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

  }

  .glory_text h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-top: 3px;
  }

  .glory_text p {
    color: #605f62;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .glory_text p span {
    padding: 10px 0;
  }

  .glory_text .glory_btn a {

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 18px;
    padding: 14px 64px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .glory_text .glory_btn a:first-child {
    margin-right: 14px;
  }

  .glory_text .glory_btn a:hover {
    background: transparent;
    color: #fb312e;
  }

  .glory_img {
    padding-top: 41px;
  }

  /* =================================
      12 years of glory Area End
  =================================== */
  /* =================================
      Prectical Project Area Satrt
  =================================== */
  #practical_project {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .practical_project {
    padding: 43px 40px;
    border-radius: 35px;
    border-radius: 20px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background:#dfe4ea;
  }

  .practical_project_img {
    position: relative;
    z-index: 1;
    border-radius: 24px!important;

  }

  .practical_project_img .prectical_dots {
    position: absolute;
    top: -43px;
    right: -40px;
    z-index: -1;
  }

  .practical_project_text {
    max-width: 517px;
  }

  .practical_project_text h2 {
    color: #1f1e1e;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 16px;
  }

  .practical_project_text p {
    color: #605f62;
  }

  .practical_project_text p span {
    display: block;
    padding: 20px 0;
  }

  /* =================================
      Prectical Project Area End
  =================================== */
  /* =================================
      Counter Up Area Satrt
  =================================== */

  .counter_up_item {
    background: #faf9fd;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    padding: 30px 15px;
  }

  .counter_up_item h5 {
    color: #cf0000;

    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
  }

  .counter_up_item p {
    color: #1f1e1e;
    font-weight: bold;
  }
  .counter_up_style2 {
    margin-bottom: 25px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  /* =================================
      Counter Up Area End
  =================================== */
  /* =================================
      Company Area Satrt
  =================================== */
  #company {
    padding-top: 126px;
  }

  .company_heading {
    padding-bottom: 100px;
  }

  .company_heading h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    text-align: center;
    max-width: 568px;
    margin: 0 auto;
  }

  .company_heading h2 span {
    color: #cf0000;
  }

  .company_menu {
    padding-bottom: 42px;
  }

  .company_menu .nav-tabs {
    border: none;
  }

  .company_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company_menu ul li {
    width: 30%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .company_menu ul li .company_nav_tab {
    display: block;
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    text-align: center;
    padding: 10px 0;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    max-width: 236px;
    margin: 0 auto;
    border: none;
    height: 100%;
  }

  .company_menu ul li .company_nav_tab.active {
    color: #cf0000;
    border: none;
  }

  .company_menu ul li .company_nav_tab.active::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 3px;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }

  .company_item {
    display: none;
  }
  .company_item_wrap {
    padding-bottom: 50px;
  }
  .company_item ul {
    text-align: center;
    justify-content: center;
    text-align: center;
  }
  .company_item ul li {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 20%;
    margin: 30px;
  }
  .company_item ul li img {
    max-width: 170px;
    height: auto;
  }

  .company_item.active {
    display: block;
  }

  /* =================================
      Company Area End
  =================================== */
  /* =================================
      Blog Area Satrt
  =================================== */
  #blog {
    padding-top: 120px;
    padding-bottom: 72px;
  }

  .blog_heading h2 {

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    text-align: center;
    padding-bottom: 62px;
  }

  .blog_slider .blog_slide_item {
    margin: 0 13px;
  }

  .blog_slider .blogPrevArrow {
    position: absolute;
    top: 50%;
    left: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 600;
    z-index: 10;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    cursor: pointer;
  }

  .blog_slider .blogNextArrow {
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 600;
    z-index: 10;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    cursor: pointer;
  }

  .blog_slider .blogPrevArrow:hover,
  .blog_slider .blogNextArrow:hover {
    color: #fb312e;
  }

  .blog_item {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background: #ffffff;
  }

  .blog_item .blog_text {
    border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    -o-border-radius: 0 0 25px 25px;
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    padding-top: 19px;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog_item .blog_text h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;

    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }

  .blog_item .blog_text h6 span {
    color: #ff7e31;
    padding: 5px 16px;
    background: #fdf2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .blog_item .blog_text h6 img {
    margin: 0 10px;
  }

  .blog_item .blog_text h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-top: 14px;
  }

  .blog_item .blog_text p {
    color: #605f62;
    padding-top: 8px;
    padding-bottom: 38px;
  }

  .blog_item .blog_text a {
    background: #ffffff;
    background: -webkit-linear-gradient(5deg, #e84393 35%, #ff8079 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 14px;
    font-weight: 700;
    line-height: 30px;

  }

  /* =================================
      Blog Area End
  =================================== */
  /* =================================
      Footer Area Satrt
  =================================== */
  #footer {
    padding-top: 83px;
    background: #403532;
    position: relative;
    z-index: 2;
  }

  #footer .footer_left {
    position: absolute;
    left: 60px;
    top: 57px;
  }

  #footer .footer_right {
    position: absolute;
    right: 60px;
    top: 57px;
  }

  .footer_heading {
    max-width: 674px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 96px;
  }

  .footer_heading h2 {
    color: #ffffff;

    font-size: 40px;
    font-weight: 700;
    line-height: 54px;

    text-align: center;
  }

  .footer_heading p {
    color: #bab5ad;

    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 39px;
  }

  .footer_heading .footer_btn {
    text-align: center;
  }

  .footer_heading .footer_btn a {
    width: 177px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #ffffff;
    color: #ffffff;

    font-weight: 600;
    font-size: 17px;
    line-height: 54px;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    margin: 0 10px;
  }

  .footer_heading .footer_btn a:hover {
    border: 1px solid transparent;

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .footer_item_1 h5 {
    color: #ffffff;

    font-size: 21px;
    font-weight: 600;
    line-height: 33px;

    margin-bottom: 22px;
  }

  .footer_item_1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;

  }

  .footer_item_1 ul li:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_item_1 ul li .footer_icon {
    min-width: 31px;
    height: 31px;
    background: #695c49;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_item_1 ul li .footer_icon svg {
    line-height: 31px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    vertical-align: middle;
    align-self: center;
  }

  .footer_item_1 ul li .footer_text {
    color: #ffffff;

    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 12px;

    opacity: 0.7;
    line-height: 24px;
  }

  .footer_item_1 ul li .footer_text span {
    display: block;
    line-height: 24px;

  }

  .footer_item_1 ul li .footer_text span a {
    color: #ffffff;

    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    opacity: 0.7;
  }

  .footer_item_2 h5 {
    color: #ffffff;

    font-size: 21px;
    font-weight: 600;
    line-height: 33px;

    margin-bottom: 22px;
  }

  .footer_item_2 ul li {
    margin-bottom: 17px;
  }

  .footer_item_2 ul li a {
    color: #ffffff;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;

    opacity: 0.7;
  }
  .footer-top {
    padding-bottom: 50px;
  }

  .footer_bottom {
    background-color: #fffdfd;
  }
  .payments {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  .payments .payment_item {
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
    padding: 1.3rem;
    margin: 0.3rem;
  }
  .payments .payment_heading {
    display: block;
  }
  .payments .payment_heading h3 {
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .payment_logo {
    max-width: 140px;
    margin-bottom: 7px;
  }

  .payment_qr small {
    font-weight: 600;
    font-size: 24px;

  }
  .copy {
    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;
    border-top: 1px solid rgba(45, 45, 45, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .copy .copy_text p {
    color: #2d2d2d;
    text-align: center;

    font-size: 14px;
  }
  .copy .copy_text p a {
    color: #e84393;
  }
  .copy .copy_social_link {
    text-align: right;
  }

  .copy .copy_social_link a {
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    font-size: 16px;
    background: transparent;
    margin-left: 12px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  }
  .copy .copy_social_link a:hover {
    background: rgb(255, 30, 30);
    border-color: rgb(255, 30, 30);
    color: #fff;
  }

  /* =================================
      Footer Area Satrt
  =================================== */
  /* =================================
  professional Graphic banner Area Start
  =================================== */
  #banner {
    background: #faf0f0
  }
  #profe_graphic_banner {
    padding-top: 154px;
    padding-bottom: 53px;
    position: relative;
    position: 1;
  }

  #profe_graphic_banner .pink_shape {
    position: absolute;
    left: 0;
    top: -2%;
    z-index: -2;
  }

  #profe_graphic_banner .white_dots {
    position: absolute;
    left: 8%;
    top: 35%;
    z-index: -1;
  }

  #profe_graphic_banner .yellow_shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .pg_banner_text h4 {

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    background: #ffffff;
    background: -webkit-linear-gradient(24deg, #e84393 35%, #ff8079 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pg_banner_text h1 {
    color: #1f1e1e;
    font-size: 35px;
    font-weight: 600;
    line-height: 54px;

    padding-top: 7px;
    padding-bottom: 16px;
  }

  .pg_banner_text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pg_banner_text ul li {
    width: 136px;
    color: #000000;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    text-align: center;
    margin-right: 8px;
    padding: 16px 0;
    border-radius: 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
  }

  .pg_banner_text ul li span {
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
  .pg_banner_text > .course_desc_article {
    padding-top: 15px;
    padding-bottom: 36px;
    font-size: 1.1rem;
  }

  .pg_banner_text .pg_banner_btn a {

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 18px;
    line-height: 32px;
    padding: 15px 44px;
    margin-right: 13px;
  }

  .pg_banner_text .pg_banner_btn a:last-child {
    margin-right: 0;
  }

  .pg_banner_text .stars p {
    color: #787a82;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-top: 17px;
  }

  .pg_banner_text .stars p svg {
    color: #ffae4f;
    margin-right: 5px;
  }

  .pg_banner_text .stars p span {

    margin-left: 70px;
  }

  .pg_banner_img_col {
    position: relative;
  }

  .pg_banner_img_col .yellow_dots_right {
    position: absolute;
    top: 9%;
    right: -13%;
  }

  .pg_banner_img_col .yellow_dot_left {
    position: absolute;
    bottom: 10%;
    left: -4px;
    z-index: -1;
  }

  .pg_banner_img {
    border-radius: 35px;
    overflow: hidden;
    z-index: 99;
  }

  /* =================================
  professional Graphic banner Area ENd
  =================================== */
  /* =================================
  Course-Landing Left (7 column) Overviwe  Area Start
  =================================== */
  #pg_course_overviwe {
    padding-top: 53px;
    padding-bottom: 68px;
  }
  .course_overview_article p {
    margin-bottom: 10px;
    color: #605f62;
  }

  .course_overviwe_text ul li {
    color: #414141;

    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .course_overviwe_text ul li span {
    width: 20px;
    height: 20px;
    margin-right: 11px;
  }

  .course_overviwe_text ul.huda li {
    color: #414141;

    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .course_overviwe_text ul.huda li span {
    width: 20px;
    height: 20px;
    margin-right: 11px;
  }

  .course_overviwe_text h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-bottom: 16px;
  }

  .course_overviwe_text p {
    color: #000;

    font-style: normal;
    text-align: left;
  }

  .course_overviwe_text p span {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  /* */
  .pgc_curriculum_wrap {
    margin-top: 50px;
    background: #faf9fd;
    border-radius: 25px;
    padding: 40px;
  }

  .pgc_curriculum_wrap h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  .pgc_curriculum_wrap .tab-content {
    padding-top: 30px;
  }

  .pgc_curriculum > ul > li {
    position: relative;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .pgc_curriculum_child ul > li {
    position: relative;
    padding-left: 25px;
  }

  .pgc_curriculum > ul > li::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #e9e7ed;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .pgc_curriculum > ul > li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e9e7ed;
    left: -10px;
    top: 0;
    bottom: 0;
  }

  .pgc_curriculum > ul > li:last-child::after {
    display: none;
  }

  .pgc_curriculum > ul > li > h4 {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

    text-align: left;
    padding-bottom: 14px;
  }

  .pgc_curriculum > ul > li > h4 span {
    color: #ff7e31;
  }

  .pgc_inner_text ul li {
    color: #605f62;

    font-size: 16px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }

  .pgc_inner_text ul li span {
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 4px;
  }

  .pgc_software {
    padding: 56px 69px;
    background: #faf9fd;
    border-radius: 25px;
    margin-top: 45px;
  }

  .pgc_software h3 {
    padding-bottom: 38px;
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

  }

  .pgc_item {
    margin-bottom: 30px;
  }

  .pgc_item .pgcs_icon {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
  }

  .pgc_item .pgcs_text p {
    color: #605f62;

    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
  }


  .pgc_for_whom {
    padding: 52px 53px;
    background: #fef9f9;
    border-radius: 25px;
    margin-top: 45px;
  }

  .pgc_for_whom h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 30px;
  }

  .pgcf_whom_item {
    padding-top: 58px;
    padding-bottom: 34px;
    margin-bottom: 19px;
    text-align: center;
    background: #ffffff;
    border-radius: 30px;
  }

  .pgcf_whom_item .pgcf_whom_item_icon {
    width: auto;
    margin: 0 auto;
  }

  .pgcf_whom_item .pgcf_whom_item_text p {
    color: #1f1e1e;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    padding-top: 22px;
  }

  .pgcf_btn {
    padding-top: 31px;
  }

  .pgcf_btn a {
    color: #cf0000;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

  }


  .pg_marketplace {
    padding: 58px 50px;
    background: rgba(248, 252, 234, 0.6);
    border-radius: 25px;
    margin-top: 45px;
  }
  .pg_marketplace2 {
    padding: 58px 0;
    margin-top: 45px;
  }

  .pg_marketplace h2,
  .pg_marketplace2 h2 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 43px;
  }

  .pg_marketplace2 .marketplace_item {
    /* padding-top: 18px;
    padding-bottom: 24px; */
    margin-bottom: 27px;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    display: flex;
    justify-content: center;
  }
  .pg_marketplace2 .marketplace_item .icon {
    padding: 20px 0;
  }
  .pg_marketplace .marketplace_item {
    padding-top: 18px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 24px;
    background: #ffffff;
    border-radius: 30px;
    margin-bottom: 27px;
  }

  .pg_marketplace .marketplace_item .icon,
  .pg_marketplace2 .marketplace_item .icon {
    text-align: center;
  }

  .pg_marketplace .marketplace_item .icon h5,
  .pg_marketplace2 .marketplace_item .icon h5 {
    text-align: center;
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

  }

  .pg_marketplace .marketplace_item .text p,
  .pg_marketplace2 .marketplace_item .text p {
    color: #605f62;
    letter-spacing: 0em;
    padding-top: 21px;
  }


  .pg_job {
    margin-top: 45px;
    background: rgba(255, 247, 235, 0.6);
    border-radius: 25px;
    padding: 56px 59px;
  }

  .pg_job h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 47px;
  }

  .job_item ul li {
    color: #605f62;

    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .job_item ul li svg {
    margin-right: 30px;
  }


  .pgs_facilitice {
    margin-top: 65px;
  }

  .pgs_facilitice h3 {
    max-width: 644px;
    margin: 0 auto;
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-bottom: 30px;
  }

  .pg_more_facilities_item {
    padding: 35px;
    margin-bottom: 27px;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
  }

  .pg_more_facilities_item h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-top: 16px;
    padding-bottom: 12px;
  }

  .pg_more_facilities_item p {
    color: #605f62;
    max-width: 305px;
    padding-bottom: 4px;
  }

  .pg_more_facilities_item_1 {
    background: linear-gradient(
      229.38deg,
      #f7fce7 2.83%,
      rgba(247, 252, 231, 0.3) 96.18%
    );
  }

  .pg_more_facilities_item_2 {
    background: linear-gradient(
      229.69deg,
      #fdf3fd 3.63%,
      rgba(253, 243, 253, 0.29) 98.73%
    );
  }

  .pg_more_facilities_item_3 {
    background: linear-gradient(
      230.46deg,
      #fff7eb 0%,
      rgba(255, 247, 235, 0.3) 100%
    );
  }

  .pg_more_facilities_item_4 {
    background: linear-gradient(
      232.39deg,
      #edfbf2 1.93%,
      rgba(237, 251, 242, 0.3) 97.41%
    );
  }

  .pg_more_facilities_item_5 {
    background: linear-gradient(
      229.2deg,
      #e9f9fc -2.12%,
      rgba(233, 249, 252, 0.3) 100%
    );
  }

  .pg_more_facilities_item_6 {
    background: linear-gradient(
      227.39deg,
      #fdf2f2 2.74%,
      rgba(253, 242, 242, 0.3) 97.4%
    );
  }


  .pgs_project {
    margin-top: 59px;
  }

  .pgs_project h2 {
    color: #1f1e1e;

    font-size: 40px;
    font-weight: 600;
    line-height: 54px;

    padding-bottom: 48px;
  }

  .pgp_slide_item {
    overflow: hidden;
    border-radius: 30px;
    overflow: hidden;
  }
  .student_work_height{
    max-height: 70vh!important;
    overflow-y: scroll;
  }

  .student_work_height::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background: rgb(228, 228, 228);
  }

  .student_work_height::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #dedcdc;
  }

  .student_work_height:hover::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }

  .pgs_project .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pgs_project .slick-dots li {
    margin: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ebebeb;
    cursor: pointer;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .pgs_project .slick-dots li:hover {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }

  .pgs_project .slick-dots li button {
    display: none;
  }

  .pgs_project .slick-dots li.slick-active {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }


  .pg_student_feedback {
    padding-top: 91px;
  }

  .pg_student_feedback h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-bottom: 42px;
  }

  .pg_student_feedback .pg_feedback_item {
    margin-right: 9px;
    margin-left: 9px;
  }

  .pg_student_feedback .student_feedback_item ul .student_social_link {
    width: 24px;
    height: 24px;
    right: -16px;
    top: 0;
  }

  .pg_student_feedback .studentPrevArrow.slick-arrow {
    left: -11px;
  }

  .pg_student_feedback .studentNextArrow.slick-arrow {
    right: -11px;
  }


  .pg_succsess_story {
    background: #faf9fd;
    border-radius: 28px;
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 33px;
    padding-right: 20px;
  }

  .pg_succsess_story .heading {
    padding-bottom: 10px;
  }

  .pg_succsess_story .heading h4 {
    color: #1f1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

  }

  .pg_succsess_story .heading h4 span a {
    color: #cf0000;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

  }
  .angle-left{
    position: absolute;
    top: 43%;
    left: 5px;
    border:none;
    font-size: 40px;
    font-weight: 200;
    z-index: 999;
    color: #ddd;
    transform: translateY(-50%);
  }
  .angle-left:hover{
    background-color: transparent!important;
    color: #fff;
  }
  .angle-right{
    position: absolute;
    top: 43%;
    right: 5px;
    border:none;
    font-size: 40px;
    font-weight: 200;
    z-index: 999;
    color: #ddd;
    transform: translateY(-50%);
  }
  .angle-right:hover{
    background-color: transparent!important;
    color: #fff;
  }



  .pg_succsess_img_slider .pg_slide_item {
    border-radius: 10px;
    overflow: hidden;
  }

  .pg_succsess_img_slider .pg_slide_item a {
    display: block;
  }

  .pg_succsess_img_slider .slick-dots {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pg_succsess_img_slider .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 3px;
    background: #ebebeb;
    cursor: pointer;
  }

  .pg_succsess_img_slider .slick-dots li button {
    display: none;
  }

  .pg_succsess_img_slider .slick-dots li.slick-active {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  }
  #sidebar .nav_sticky {
    position: fixed;
    top: 100px;
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    transition: all linear 0.3s;
  }
  .pg_succsess_img_slider .modalvidwrap {
    border: none;
    background: none;
  }
  .pg_succsess_img_slider .modalvidwrap img {
    border-radius: 28px;
  }

  .pg_wait_wrap {
    max-width: 526px;
  }

  .pg_wait_sticky{
    position: fixed;
    top: 50px;
    z-index: 2;
  }
  .pg_wait {
    margin-top: 29px;
    background: #fbf2f2;
    border-radius: 26px;
    padding: 23px 33px;
  }

  .pg_wait > h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

  }

  .pg_wait > p {
    color: #605f62;
    letter-spacing: 0px;
    padding-top: 13px;
    padding-bottom: 33px;
  }

  .pg_wait .join_offline {
    background: url(../images/course-landing/pg-wait-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }

  .pg_wait .join_offline:hover {
    background: #ffffff;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }

  .pg_wait .join_offline:hover h4 {
    color: #1f1e1e;
  }

  .pg_wait .join_offline:hover p {
    color: #1f1e1e;
  }

  .pg_wait .join_offline:hover a {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ff8079),
      to(#e84393)
    );
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    color: #ffffff;
  }

  .pg_wait .join_offline h4 {
    color: #ffffff;

    font-size: 22px;
    font-weight: 700;
    line-height: 33px;

    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .pg_wait .join_offline p {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 17px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .pg_wait .join_offline a {
    color: #cf0000;

    font-size: 18px;
    font-weight: 600;

    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    line-height: 59px;
    padding: 0 63px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .pg_wait .wait_btn a {
    display: block;
    border: 1px solid #cf0000;
    border-radius: 10px;
    padding: 15px 0;
    color: #cf0000;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

    text-align: center;
  }
  .modal_item_wrap {
    position: relative;
  }
  .mission_body ul {
    list-style: circle;
    margin-left: 15px;
    margin-top: 15px;
  }
  .mission_body ul li::marker {
    color: #cf0000;
  }
  .mission_body ul li {
    margin-bottom: 15px;
    line-height: 1.3;
  }
  /* =================================
  Course-Landing right side bar Position Stiky  Area End
  =================================== */
  /* =================================
      For Whom Area Start
  =================================== */
  #pro_gra_forwhom {
    padding-top: 150px;
  }

  #pro_gra_forwhom h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-bottom: 61px;
  }

  .pg_for_whom_video {
    border-radius: 18.4262px;
    overflow: hidden;
    margin-bottom: 74px;
  }

  .pro_gra_for_whom_item {
    margin-bottom: 84px;
  }

  .pro_gra_for_whom_item:last-child {
    margin-bottom: 187px;
  }

  .pro_gra_for_whom_item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .pro_gra_for_whom_item:nth-child(odd) .for_whom_image {
    text-align: center;
  }

  .pro_gra_for_whom_item .for_whom_image {
    width: 50%;
  }

  .pro_gra_for_whom_item .for_whom_content {
    width: 50%;
  }

  .pro_gra_for_whom_item .for_whom_content .for_whom_text {
    max-width: 293px;
    margin: 0 auto;
  }

  .pro_gra_for_whom_item .for_whom_content .for_whom_text h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    text-align: left;
    padding-bottom: 20px;
  }

  .pro_gra_for_whom_item .for_whom_content .for_whom_text p {
    color: #605f62;
    letter-spacing: 0em;
  }

  /* =================================
      For Whom Area End
  =================================== */
  /* =================================
      à¦ªà§à¦°à¦«à§‡à¦¶à¦¨à¦¾à¦² à¦—à§à¦°à¦¾à¦«à¦¿à¦•à§à¦¸ à¦¡à¦¿à¦œà¦¾à¦‡à¦¨ à¦¶à§à¦°à§
  =================================== */
  #desktop_50_pgc {
    padding-top: 42px;
  }

  #desktop_50_pgc h1 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 2px;
  }

  #desktop_50_pgc p {
    color: #605f62;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
  }

  .admission_rule ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .admission_rule ul li {
    width: 136px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-right: 8px;
    padding: 16px 0;
    border-radius: 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
  }

  .admission_rule ul li span {
    display: block;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
  }


  .pgc_overviwe_text {
    background: linear-gradient(127.39deg, #ffffff 2.83%, #ffe7e7 81.54%);
    border: 9px solid #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 39px;
    padding: 40px 65px;
  }

  .pgc_overviwe_text .admission_rules h3 {
    color: #1f1e1e;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 13px;
  }

  .pgc_overviwe_text .admission_rules p {
    color: #605f62;
    letter-spacing: 0em;
    padding-bottom: 13px;
    max-width: 930px;
  }

  .pgc_overviwe_text ul li {
    color: #414141;

    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pgc_overviwe_text ul li span {
    width: 20px;
    height: 20px;
    margin-right: 11px;
  }


  #course_type {
    margin-top: 50px;
  }

  #course_type .course_type_heading h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 20px;
  }

  #course_type .course_type_btn {
    margin-top: 85px;
    padding-bottom: 90px;
    text-align: right;
  }

  #course_type .course_type_btn a {

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 14px 48px;
    color: #ffffff;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

  }

  .course_type_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 39px;
    padding: 32px 36px;
  }

  .course_type_item .form-check .form-check-input {
    width: 42px;
    height: 42px;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    margin-right: 27px;
  }

  .course_type_item .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .course_type_item .form-check .form-check-input:checked[type="radio"] {
    background: #ffffff;
    position: relative;
    border: 1px solid #cf0000;
  }

  .course_type_item .form-check .form-check-input:checked[type="radio"]::after {
    width: 20px;
    height: 20px;
    background: #cf0000;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .course_type_item .form-check .form-check-input:checked[type="radio"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .course_type_item .text h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

  }

  .course_type_item .text p {
    color: #605f62;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

  }


  #navbar.our_facilies_navbar {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }

  #our_facilities {
    padding-top: 125px;
  }

  .facilities_heading h1 {
    color: #cf0000;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-bottom: 29px;
  }

  .facilities_heading p {
    color: #605f62;
    padding-bottom: 59px;
    max-width: 857px;
  }

  /* =================================
  Our facilities Heading Area End
  =================================== */
  /* =================================
  Our facilities_item Area Start
  =================================== */
  #about_top {
    margin-top: 125px;
  }
  .cit_milestone {
    border-radius: 1.5rem;
  }

  .cit_milestone .slick-slide img {
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
  }
  .job_placement {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 37px;
    background: #fbfdf2;
    border-radius: 35px;
    margin-bottom: 30px;
  }

  .job_placement_contant {
    max-width: 555px;
  }

  .job_placement_contant ul {
    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;
  }

  .job_placement_contant ul li {
    color: #cf0000;

    font-size: 36px;
    font-weight: 700;
    line-height: 19px;

  }

  .job_placement_contant ul li span {
    display: block;
    font-size: 14px;
    color: #605f62;
    padding-top: 5px;
  }

  .job_placement_contant ul li h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-left: 22px;
  }

  .job_placement_contant p {
    color: #605f62;
    padding-top: 20px;
    padding-bottom: 62px;
  }

  .job_placement_contant p span {
    display: block;
    padding-top: 35px;
  }

  .job_placement_contant_img {
    max-width: 535px;
    border-radius: 31px;
    position: relative;
    padding: 0px 10px;
  }
  .job_placement_contant_img img {
    border-radius: 15px;
  }

  .jobplacement_partner {
    background: #ffffff;
    border-radius: 28px;
    padding-top: 38px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 22px;
  }

  .jobplacement_partner h3 {
    color: #1f1e1e;
    text-align: center;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 20px;
  }
  .jobplacement_partner p {
    margin-bottom: 15px;
    text-align: center;
  }

  .jobplacement_partner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .jobplacement_partner ul li {
    width: 31%;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .jobplacement_partner ul li:last-child {
    border: none;
  }

  .partner_all {
    padding: 0;
    margin: 0;
  }

  .partner_all ul li:last-child {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .jobplacement_partner ul li a {
    display: inline-block;
  }
  .jobplacement_partner ul li a p {
    color: #ff7e31;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 0;
  }

  .jobplacement_partner ul li p span {
    display: block;
    font-size: 14px;
    color: #000000;
  }

  .job_placement .jobplacement_partner ul {
    justify-content: flex-start;
  }

  #jp_overview .ovr_item_0 .jp_overview_content_wrap,
  .ovr_img_0 {
    background-color: rgba(237, 251, 242, 0.6);
  }
  #jp_overview .ovr_item_1 .jp_overview_content_wrap,
  .ovr_img_1 {
    background-color: rgba(255, 247, 235, 0.6);
  }
  #jp_overview .ovr_item_2 .jp_overview_content_wrap,
  .ovr_img_2 {
    background: rgba(253, 243, 253, 0.6);
  }
  #jp_overview .ovr_item_3 .jp_overview_content_wrap,
  .ovr_img_3 {
    background: rgba(233, 249, 252, 0.6);
  }
  #jp_overview .ovr_item_4 .jp_overview_content_wrap,
  .ovr_img_4 {
    background-color: rgba(253, 243, 253, 0.6);
  }

  .jp_overview_content_wrap ul {
    margin-left: 24px;
  }
  .jp_overview_content_wrap ul li {
    list-style-type: circle;

    font-size: 1.13rem;
  }
  .jp_overview_content_wrap article,
  .jp_overview_content_wrap article p {
    font-size: 1.13rem;
  }
  .jp_overview_content_wrap ul li::marker {
    color: #ff7e31;
    font-size: 1.5em;
    font-weight: bold;
  }
  .jp_partners .jobplacement_partner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .jp_partners .jobplacement_partner ul li {
    width: 15.3%;
  }
  .job_placement .jobplacement_partner ul li {
    margin-left: 15px;
    /* margin-right: 15px; */
    width: 17.4%;
  }
  .overview_img {
    padding: 1.5rem;
    max-width: 160px;
    height: 145px;
  }
  .img-circle {
    border-radius: 100%;
  }

  .freelancing p {
    padding-bottom: 25px;
  }

  .support_item {
    border-radius: 35px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 47px;
  }

  .support_item h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

  }

  .support_item p {
    color: #605f62;
    padding-top: 30px;
    padding-bottom: 21px;
    max-width: 471px;
  }

  .support_item .support_item_img,
  .support_item .support_item_img img {
    max-width: 455px;
    border-radius: 25px;
    position: relative;
  }

  .support_item .support_item_img > .video_icon a {
    line-height: 40px;
  }

  .support_item .support_item_img > .video_icon a i {
    padding-left: 4px;
  }

  .intarnship {
    background: #edfbf2;
  }

  .vedio_recroding {
    background: #fdf3fd;
  }

  .instent_support {
    background: #f7fce7;
  }

  .lifetime_support {
    background: #e9f9fc;
  }


  #course_free_facilities {
    margin-top: 53px;
  }

  #course_free_facilities .course_free_facilities_heading {
    padding-bottom: 34px;
  }

  #course_free_facilities .course_free_facilities_heading h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

  }

  #course_free_facilities .course_free_facilities_heading h3 span {
    color: #cf0000;
  }

  .course_free_facilities_item {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 16px 35px;
    position: relative;
    margin-bottom: 23px;
  }

  .course_free_facilities_item h4 {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    text-align: left;
  }

  .course_free_facilities_item p {
    color: #605f62;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    text-align: left;
    padding-top: 8px;
    padding-bottom: 11px;
  }

  .course_free_facilities_item a {
    color: #ff7e31;

    font-size: 12px;
    font-weight: 700;
    line-height: 33px;

  }

  .course_free_facilities_item a svg {
    margin-bottom: 4px;
    margin-right: 8px;
  }

  .course_free_facilities_btn {
    margin-top: 85px;
    padding-bottom: 90px;
    text-align: right;
  }

  .course_free_facilities_btn a,
  .btn-formSend {

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 14px 48px;
    color: #ffffff;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

  }
  .btn-formSend {
    border: none;
  }


  #all_courses_menu {
    padding-bottom: 68px;
  }

  .courses_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .courses_menu ul li {
    width: 19%;
    height: 157px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }

  .courses_menu ul li .course_menu_single_item {
    display: block;
    text-align: center;
  }

  .courses_menu ul li .course_menu_single_item h4 {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    padding-top: 16px;
  }

  .courses_menu ul li .course_menu_single_item h4 span {
    display: block;
  }


  .course_free_facilities_item {
    position: relative;
  }

  .course_free_facilities_item:hover .hover_play_video {
    opacity: 1;
    visibility: visible;
    left: 102px;
  }

  .hover_play_video {
    margin-left: 100px;
    width: 350px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 150px rgba(0, 0, 0, 0.39);
    box-shadow: 4px 4px 150px rgba(0, 0, 0, 0.39);
    border-radius: 22px;
    padding: 18px 25px 26px 33px;
    position: absolute;
    z-index: 100;
    top: -19px;
    left: 95px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .hover_play_video::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30px;
    left: -10px;
  }

  .hover_play_video .video_img {
    position: relative;
  }

  .hover_play_video .play_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
  }

  .hover_play_video .play_check input {
    width: 28px;
    height: 28px;
    border: 1px solid #d4d4d4;
  }

  .hover_play_video .play_check input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .hover_play_video .play_check input:checked {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-color: #cf0000;
  }

  .hover_play_video .play_check h3 {
    color: #cf0000;

    font-size: 20px;
    font-weight: 700;
    line-height: 33px;

    padding-left: 23px;
  }



  .extra_facilities_item {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    margin-bottom: 18px;
    background: #ffffff;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .extra_facilities_item:hover {
    border: 3px solid #ffebeb;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }

  .extra_facilities_item .extra_facilities_check {
    margin-right: 22px;

  }

  .extra_facilities_item .extra_facilities_check input.form-check-input {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
  }

  .extra_facilities_item .extra_facilities_check input.form-check-input:checked {
    background-color: #fff1f1;
    border: 1px solid #cf0000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
  }

  .extra_facilities_item
    .extra_facilities_check
    input.form-check-input:checked::after {

    position: absolute;
    content: "\f00c";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #cf0000;
  }

  .extra_facilities_item .extra_facilities_check input.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .extra_facilities_item .extra_facilities_text {
    position: relative;
  }

  .extra_facilities_item .extra_facilities_text:hover .hover_play_video {
    opacity: 1;
    visibility: visible;
  }

  .extra_facilities_item .extra_facilities_text h4 {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    color: #cf0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .extra_facilities_item .extra_facilities_text h4 span {
    color: #ff7e31;

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

  }

  .extra_facilities_item .extra_facilities_text p {
    color: #605f62;

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

    padding-top: 5px;
    padding-bottom: 5px;
  }

  .extra_facilities_item .extra_facilities_text a {
    color: #ff7e31;

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

  }

  .extra_facilities_item .extra_facilities_text a svg {
    margin-right: 8px;
    margin-bottom: 3px;
  }


  .course_fee_box {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding-top: 32px;
    padding-bottom: 42px;
    padding-left: 28px;
    padding-right: 28px;
    margin-top: -24px;
  }

  .course_fee_box h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 10px;
  }

  .course_fee_box table {
    width: 100%;
  }

  .course_fee_box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .course_fee_box table tr td {
    color: #1f1e1e;

    font-size: 14px;
    font-weight: 400;
    line-height: 33px;

  }

  .course_fee_box table tr td.discount {
    color: #cf0000;

    font-size: 16px;
    font-weight: 700;
    line-height: 33px;

  }

  .course_fee_box table tr.fee {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 700;
    line-height: 33px;

  }

  .course_fee_box table tr.fasilitice td {
    color: #a9a9a9;
  }

  .course_fee_box table tr.subtotal {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    margin-top: 8px;
  }

  .course_fee_box table tr.subtotal > td {
    color: #1f1e1e;

    font-size: 16px;
    font-weight: 700;
    line-height: 33px;

  }

  .course_fee_box table tr.total {
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .course_fee_box table tr.total td {
    color: #1f1e1e;

    font-size: 20px;
    font-weight: 700;
    line-height: 33px;

  }

  /* =================================
      Desktop-25 Course Fee Box End
  =================================== */
  /* =================================
      Success Story Menu Area Start
  =================================== */

  .success_menu {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 38px;
  }

  .success_menu li {
    display: inline-block;
    text-align: center;
    margin-right: 60px;
  }

  .success_menu li:last-child {
    margin-right: 0;
  }

  .success_menu li a {
    display: inline-block;
  }

  .success_menu li .nav-link {
    display: block;
    color: #1f1e1e;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;

    text-align: center;
    padding: 10px 0;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    cursor: pointer;
    max-width: 236px;
    margin: 0 auto;
    border: none;
  }

  .success_menu li .nav-link.active {
    color: #ff4200;
    border: none;
  }

  .success_menu li .nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    left: 0;
    bottom: 0;
  }

  .success_item {
    -webkit-box-shadow: 0px 39px 37px #f4f4f4;
    box-shadow: 0px 39px 37px #f4f4f4;
    border-radius: 25px;
    overflow: hidden;
  }

  .success_item button {
    display: block;
    border: none;
  }
  .success_item .modalvidwrap {
    width: 100%;
  }

  .ss_pagination {
    margin-top: 63px;
    margin-bottom: 80px;
  }

  .ss_pagination ul li {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    margin: 0 4px;
  }

  .ss_pagination ul li a.page-link {
    line-height: 32px;
    padding: 0;
    color: #232222;
    border: 1px solid #e3e3e3;
  }

  .ss_pagination ul li a.page-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    color: #fff;
    border: 1px solid #cf0000;
  }

  .ss_pagination ul li a.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #cf0000;
    color: #fff;
    border: 1px solid #cf0000;
  }



  .extra_facilities_item {
    position: relative;
  }

  .extra_facilities_item:hover .hover_play_video {
    opacity: 1;
    visibility: visible;
    left: 53px;
  }

  .hover_play_video {
    margin-left: 100px;
    width: 350px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 150px rgba(0, 0, 0, 0.39);
    box-shadow: 4px 4px 150px rgba(0, 0, 0, 0.39);
    border-radius: 22px;
    padding: 18px 25px 26px 33px;
    position: absolute;
    z-index: 100;
    top: -19px;
    left: 58px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .hover_play_video::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 30px;
    left: -10px;
  }

  .hover_play_video .video_img {
    position: relative;
  }

  .hover_play_video .play_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
  }

  .hover_play_video .play_check input {
    width: 28px;
    height: 28px;
    border: 1px solid #d4d4d4;
  }

  .hover_play_video .play_check input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .hover_play_video .play_check input:checked {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-color: #cf0000;
  }

  .hover_play_video .play_check h3 {
    color: #cf0000;

    font-size: 20px;
    font-weight: 700;
    line-height: 33px;

    padding-left: 23px;
  }


  #instructors_teachers {
    margin-top: 200px;
    padding-bottom: 63px;
  }

  .instructors_item {
    height: 176px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .instructors_item > .text {
    margin-left: 47px;
  }

  .instructors_item > .text h4 {
    color: #000000;

    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 31px;
  }

  .instructors_item > .text h4 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
  }

  .instructors_item_1 {
    background: #fdf2f2;
  }

  .instructors_item_2 {
    background: #edfbf2;
  }

  .instructors_item_3 {
    background: #fdf3fd;
  }


  .instructor_profile {
    background: #ffffff;
    border: 6px solid rgba(207, 0, 0, 0.2);
    border-radius: 30px;
    padding: 23px 19px;
  }

  .instructor_img {
    border-radius: 12px;
    overflow: hidden;
  }

  .instructor_qualification {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }

  .instructor_profile_heading h2 {
    color: #1f1e1e;

    font-size: 36px;
    font-weight: 600;
    line-height: 26px;

    padding-bottom: 10px;
  }
  .instructor_profile_heading h1 {
    color: #1f1e1e;

    font-size: 36px;
    font-weight: 600;
    line-height: 26px;

    padding-bottom: 10px;
  }

  .instructor_profile_heading p {
    color: #cf0000;

  }

  .instructor_profile_inner_item h4 {
    color: #342b27;

    font-size: 20px;
    font-weight: 700;
    line-height: 26px;

    padding-top: 13px;
    padding-bottom: 4px;
  }

  .instructor_profile_inner_item ol {
    list-style: disc !important;
    margin-left: 14px;
  }

  .instructor_profile_inner_item ol li {
    color: rgba(52, 43, 39, 0.8);

    font-size: 14px;
    font-weight: 400;
    line-height: 26px;

  }

  .instructor_profile_inner_item h5 {
    color: #1f1e1e;

    font-size: 14px;
    font-weight: 400;
    line-height: 26px;

  }

  .instructor_profile_inner_item .inner_icon img {
    margin-right: 11px;
    margin-bottom: 13px;
  }

  .instructor_profile_inner_item .inner_icon img:last-child {
    margin-right: 0;
  }

  .market_icon {
    padding-top: 14px;
  }

  .market_icon img {
    margin-right: 10px;
  }

  .market_icon img:last-child {
    margin-right: 0;
  }

  .experiance {
    padding-bottom: 25px;
    padding-bottom: 36pxx;
  }

  /* single_profile_item  Part Start*/
  .single_instructor {
    margin-top: 50px;
    background: #ffffff;
    border: 1px solid rgba(31, 30, 30, 0.07);
    border-radius: 30px;
    padding: 34px;
  }

  .single_profile_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single_profile_item .single_profile_img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    margin-right: 22px;
  }
  .single_profile_item .single_profile_img img {
    border-radius: 50%;
  }

  .single_profile_item .single_profile_name h2 {
    color: #1f1e1e;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;

    padding-bottom: 7px;
  }

  .single_profile_item .single_profile_name p {
    color: #cf0000;

  }

  .single_pro_inner_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 12px;
  }


  form.student_form .form-floating label {
    color: #605f62;

    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 22px;
  }

  form.student_form .form-floating select,
  form.student_form .form-floating textarea {
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 10px;
    padding: 17px 22px;
    resize: none;
  }

  form.student_form .form-floating select:focus,
  form.student_form .form-floating textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c7c7c7;
  }

  form.student_form input {
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 10px;
    padding: 17px 22px;
  }

  form.student_form input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c7c7c7;
  }

  form.student_form select {
    color: #605f62;

    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    border: 1px solid #e8e8ee;
    border-radius: 10px;
    padding: 17px 22px;
  }


  .pagination_main ul li {
    margin: 0 5px;
    position: relative;
  }

  .pagination_main ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: -6px;
    top: 4px;
    background: #1f1e1e;
    -webkit-transform: rotate(45deg);
    transform: rotate(27deg);
  }

  .pagination_main ul li:last-child::after {
    display: none;
  }

  .pagination_main ul li a.active {
    color: #1f1e1e;
  }

  .pagination_main {
    margin-top: 90px;
  }


  #about_top .about_top_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #about_top .about_top_img .single_img {
    margin: 0 40px;
  }


  .milestone_slider_bg {
    background-color: #fbfdf2;
    padding: 40px;
  }
  .milestone_slider .prevarrow {
    left: -54px;
    border: 1px solid #cf0000;
  }
  .milestone_slider .nextarrow {
    right: -54px;
    border: 1px solid #cf0000;
  }
  .milestone_slider .card-body {
    padding-left: 85px;
    padding-right: 65px;
  }
  .milestone_slider .card-body .card-title {
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 600;

  }

  #ceo {
    margin-top: 90px;
  }

  #ceo > .container > .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 93px;
  }

  .ceo_img {
    border-radius: 35px;
    overflow: hidden;
  }

  .ceo_text h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

  }

  .ceo_text h4 {
    color: #cf0000;

    font-size: 24px;
    font-weight: 700;
    line-height: 26px;

    padding-top: 14px;
    padding-bottom: 15px;
  }

  .ceo_text p,
  .facilities_desc .dtails,
  .facilities_desc .dtails p {
    color: #605f62;
  }

  .ceo_text p span {
    display: block;
    padding: 14px 0;
  }

  .orjon {
    padding-top: 70px;
  }

  .orjon h3 {
    color: black;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 15px;
  }

  .orjon ul li {
    display: inline-block;
    margin-right: 45px;
  }

  .orjon ul li:last-child {
    margin-right: 0;
  }

  .follow_on h3 {
    color: black;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 22px;
    padding-top: 21px;
  }

  .follow_on ul li {
    display: inline-block;
    margin-right: 11px;
    text-align: center;
  }

  .follow_on ul li a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    line-height: 42px;
    font-size: 21px;
    color: #ffffff;
  }

  .follow_on ul li:last-child {
    margin-right: 0;
  }

  .follow_on ul li .facebook {
    background: #395185;
  }

  .follow_on ul li .instagram {
    background: linear-gradient(
      150deg,
      #774adf 3.9%,
      #9748be 14.95%,
      #bd4697 30.43%,
      #d8447a 44.65%,
      #e94369 57%,
      #ef4363 66.1%,
      #ef545e 72.21%,
      #f08053 84.3%,
      #f2c141 100%
    );
  }

  .follow_on ul li .linkedin {
    background: #0a66c2;
  }

  .follow_on ul li .twitter {
    background: #55acee;
  }
  .ceo_StaticImage img {
    border-radius: 24px;
  }


  #iso {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .iso_image {
    border: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 17px;
  }

  .iso_text h3 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 47px;

    max-width: 490px;
    padding-bottom: 19px;
  }

  .iso_text p {
    color: #605f62;
    max-width: 563px;
  }

  .iso_text p span {
    display: block;
    padding: 10px 0;
  }
  .iso_style2 {
    background-color: #fbfdf2;
    padding: 90px 0;
  }

  #mission .mission_menu {
    background: #faf9fd;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  #mission .mission_menu ul {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #mission .mission_menu ul li {
    display: block;
  }

  #mission .mission_menu ul li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #605f62;
    border: none;
    border-radius: 0;
    text-align: left;
    padding-left: 27px;
    width: 100%;
    line-height: 54px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border-left: 4px solid transparent;

  }

  #mission .mission_menu ul li button svg {
    margin-right: 23px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  #mission .mission_menu ul li button svg path {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    fill: rgba(0, 0, 0, 0.27);
  }

  #mission .mission_menu ul li button:hover {
    border-left: 4px solid #cf0000;
    background: #fff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  #mission .mission_menu ul li button:hover svg path {
    fill: #cf0000;
  }

  #mission .mission_menu ul li button.active {
    border-left: 4px solid #cf0000;
  }

  #mission .mission_menu ul li button.active svg path {
    fill: #cf0000;
  }

  #mission .mission_body h3 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 12px;
  }

  #mission .mission_body p {
    color: #605f62;
    text-align: left;
    padding-left: 8px;
  }

  #mission .mission_body p span {
    padding: 15px 0;
    display: block;
  }

  #mission .mission_img {
    text-align: center;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background: none;
  }


  #counter_up.about_counter_up {
    margin-top: 65px;
    margin-bottom: 45px;
  }

  #counter_up.about_counter_up h2 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 35px;
  }

  #counter_up.about_counter_up .counter_up_item {
    background: #faf9fd;
    border-left: 3px solid rgba(207, 0, 0, 0.1);
    border-radius: 15px;
    padding: 18px 26px;
    margin-bottom: 22px;
    text-align: left;
  }

  #counter_up.about_counter_up .counter_up_item p {
    max-width: 176px !important;
  }

  /*==================================
          About Page Counter Part End
  ================================== */
  /*=======================================
  About Page Office and training  Part Start
  ======================================= */
  #office_and_traning {
    margin-top: 65px;
  }

  #office_and_traning h2 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    margin-bottom: 55px;
  }

  .office_and_traning_slider {
    margin-top: 14px;
  }

  /* .office_and_traning_slider .slick-slide {
    padding: 0 7px;
  } */

  .trainingPrevArrow.slick-arrow {
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
    z-index: 100;
  }

  .trainingNextArrow.slick-arrow {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
  }

  .trainingPrevArrow.slick-arrow:hover,
  .trainingNextArrow.slick-arrow:hover {
    color: #fb312e;
  }

  /*=======================================
  About Page Office and training  Part End
  ======================================= */
  .office_and_traning_slider_for .prevarrow {
    left: -20px;
  }
  .office_and_traning_slider_for .nextarrow {
    right: -20px;
  }
  .traning_slider_item {
    padding: 0 3px;
  }

  /*=======================================
  About Page Branch  Part Start
  ======================================= */
  #branch {
    margin-top: 65px;
  }

  #branch h2 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    margin-bottom: 43px;
  }

  .branch_item {
    background: #fdf2f2;
    border-radius: 30px;
    padding: 53px;
    margin-bottom: 20px;
  }

  .branch_item h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 14px;
  }

  .branch_item p {
    color: #605f62;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

  }

  .branch:nth-child(even) .branch_item {
    background: #e9f9fc;
  }


  #training_department {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  #training_department h2 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    margin-bottom: 43px;
  }

  .training_department_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
  }

  .training_department_main a {
    border: 0.5px solid #d4d4d4;
    border-radius: 20px;
    width: 17%;
    height: 157px;
    margin-bottom: 24px;
    margin-right: 33px;
  }

  .training_department_main a .training_department_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .training_department_main a .training_department_item .couse_text h3 {
    max-width: 170px;
    margin: 0 auto;
    color: #1f1e1e;
    text-align: center;

    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 15px;
  }


  #organogram {
    padding-top: 50px;
  }

  #organogram > h2 {
    text-align: center;
  }


  form.student_form .form_heading {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  form.student_form .form_heading h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

  }

  .course_fee_box.student_form {
    margin-top: 67px !important;
  }


  #instructors_teachers.free_seminer_schedule {
    padding-bottom: 0;
  }

  #instructors_teachers.free_seminer_schedule .facilities_heading p {
    padding-bottom: 0;
  }

  .seminer_schedule {
    padding: 0;
    background: transparent;
    padding-bottom: 50px;
  }

  .prev_semi_video_heading h2 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    margin-bottom: 54px;
  }

  .seminar-form .form-select-lg {
    opacity: 0.65;
    font-size: 1rem;
  }
  #seminar .seminar_content .text_main {
    width: 90%;
  }

  #previous_seminer_video .overly_icon {
    opacity: 1;
  }


  #thankyou {
    width: 100vw;
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thankyou_text {
    text-align: center;
    max-width: 370px;
    position: absolute;
  }

  .thankyou_text h2 {
    color: #1f1e1e;

    font-size: 60px;
    font-weight: 600;
    line-height: 72px;

    text-align: center;
  }

  .thankyou_text h4 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    text-align: center;
  }

  .thankyou_text h4 span {
    color: #e84393;
  }

  .thankyou_text p {
    color: #605f62;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    text-align: left;
    color: #605f62;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 24px;
  }

  .thankyou_text .thankyou_btn {
    margin-top: 52px;
  }

  .thankyou_text .thankyou_btn a {
    width: 159px;
    text-align: center;
    padding: 8px 0;
    margin: 0 6px;
    border: 1px solid transparent;

    color: #fff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .thankyou_text .thankyou_btn a:hover {
    color: #e84393;
    background: transparent;
    border: 1px solid #e84393;
  }


  #office_1 {
    padding-top: 44px;
    padding-bottom: 78px;
  }

  #office_2 {
    padding-bottom: 132px;
  }

  .office_map {
    position: relative;
  }

  .office_map svg {
    position: absolute;
    top: 22px;
    left: -22px;
    max-width: 131px;
  }

  .office_map iframe {
    min-height: 349px;
    border-radius: 19px;
  }

  .office_address_main {
    padding-left: 30px;
  }

  .office_address_main .address_text h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    color: #e84393;
    padding-bottom: 3px;
  }

  .office_address_main .address_text ul li {
    color: #342b27;

    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
  }

  .office_address_main .address_text p {
    padding-top: 4px;
  }

  .office_address_main .address_text p a {
    color: #e84393;

    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
  }

  .office_address_main .phone_number {
    margin-top: 34px;
  }

  .office_address_main .phone_number h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 3px;
  }

  .office_address_main .phone_number ul li a {
    color: #342b27;

    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
  }

  .divider {
    padding: 38px;
  }


  .blog_news {
    margin-top: 102px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px 0;
  }

  .blog_menu ul li {
    display: inline-block;
    margin-right: 30px;
  }

  .blog_menu ul li a {
    color: #605f62;

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

  }


  .blog_heading_search {
    padding-bottom: 68px;
  }

  .blog_heading_search .page_heading h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    background: #ffffff;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .blog_heading_search .blog_search_bar input {

    font-size: 17px;
    font-weight: 500;
    line-height: 24px;

    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 34px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
  }

  .blog_heading_search .blog_search_bar input:focus {
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
  }

  .blog_heading_search .blog_search_bar button {
    border: none;
    background: transparent;
    font-size: 17px;
    color: #cf0000;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .blog_search {
    margin-top: 36px;
  }

  .main_blog_grid .big_blog {
    position: relative;
  }

  .main_blog_grid .big_blog .layer_text {
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(14.04%, rgba(0, 0, 0, 0)),
      color-stop(60.38%, #000000)
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.04%, #000000 60.38%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 52px 46px;
  }

  .main_blog_grid .big_blog .layer_text .text h4 {
    color: #ff7e31;

    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

  }

  .main_blog_grid .big_blog .layer_text .text h3 {
    color: #ffffff;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-top: 5px;
    padding-bottom: 7px;
  }

  .main_blog_grid .big_blog .layer_text .text p {
    color: #ffffff;

    font-size: 15px;
    font-weight: 500;
    line-height: 24px;

  }

  .main_blog_grid .big_blog .layer_text .text p span {
    margin-right: 30px;
    position: relative;
  }

  .main_blog_grid .big_blog .layer_text .text p span::after {
    height: 70%;
    width: 2px;
    background: #ffffff;
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main_blog_grid .big_blog .layer_text .text p span:last-child::after {
    display: none;
  }

  .main_blog_grid .small_blog {
    margin-bottom: 0.5rem;
  }

  .main_blog_grid .small_blog:last-child {
    margin-bottom: 0;
  }

  .main_blog_grid .single_blog_top {
    background: #2a2424;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .main_blog_grid .single_blog_top .image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 159px;
    flex-basis: 159px;
    border-radius: 15px;
    overflow: hidden;
  }

  .main_blog_grid .single_blog_top .image img {
    max-height: 156px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main_blog_grid .single_blog_top .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 274px;
    flex-basis: 274px;
    padding: 15px 17px;
  }

  .main_blog_grid .single_blog_top .text h5 {
    color: #ff7e31;

    font-size: 12px;
    font-weight: 500;
    line-height: 24px;

  }

  .main_blog_grid .single_blog_top .text h4 {
    color: #ffffff;

    font-size: 16px;
    font-weight: 600;
    line-height: 23px;

    padding-top: 4px;
    padding-bottom: 6px;
  }

  .main_blog_grid .single_blog_top .text p {
    color: #ffffff;

    font-size: 12px;
    font-weight: 500;
    line-height: 24px;

  }

  .small_blog {
    position: relative;
  }

  .small_blog .layer_text {
    width: 100%;
    height: 60%;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(14.04%, rgba(0, 0, 0, 0)),
      color-stop(60.38%, #000000)
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.04%, #000000 60.38%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .small_blog .layer_text .text {
    padding: 0 28px;
    padding-bottom: 20px;
  }

  .small_blog .layer_text .text h4 {
    color: #ff7e31;

    font-size: 13px;
    font-weight: 500;
    line-height: 24px;

  }

  .small_blog .layer_text .text h3 {
    color: #ffffff;

    font-size: 20px;
    font-weight: 600;
    line-height: 29px;

    padding-top: 15px;
    padding-bottom: 10px;
  }

  .small_blog .layer_text .text p {
    color: #ffffff;

    font-size: 13px;
    font-weight: 500;
    line-height: 24px;

  }

  .small_blog .layer_text .text p span {
    margin-right: 19px;
    position: relative;
  }

  .small_blog .layer_text .text p span::after {
    height: 60%;
    width: 2px;
    background: #ffffff;
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .small_blog .layer_text .text p span:last-child::after {
    display: none;
  }


  #letest_poet {
    margin-top: 76px;
  }

  #letest_poet .lelest_post_heading h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 29px;
  }

  #letest_poet .letest_post_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #letest_poet .letest_post_slider .post_item {
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    margin: 0 13px;
  }

  #letest_poet .letest_post_slider .post_item .text {
    padding: 21px 26px 32px;
  }

  #letest_poet .letest_post_slider .post_item .text h5 {
    color: #ff7e31;

    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  #letest_poet .letest_post_slider .post_item .text h5 span {
    color: #9f9f9f;
  }

  #letest_poet .letest_post_slider .post_item .text h5 span.date {
    color: #9f9f9f;
    position: relative;
    margin: 0 8px;
  }

  #letest_poet .letest_post_slider .post_item .text h5 span.date::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #9f9f9f;
  }

  #letest_poet .letest_post_slider .post_item .text h5 span.date::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #9f9f9f;
  }

  #letest_poet .letest_post_slider .post_item .text h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-top: 10px;
    padding-bottom: 12px;
  }

  #letest_poet .letest_post_slider .post_item .text p {
    color: #605f62;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

  }

  #letest_poet .prevarrow {
    width: 45px;
    height: 45px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    top: 47%;
    z-index: 10;
    color: rgba(0, 0, 0, 0.3);
  }

  #letest_poet .nextarrow {
    width: 45px;
    height: 45px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 44px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    top: 47%;
    z-index: 10;
    color: rgba(0, 0, 0, 0.3);
  }

  #letest_poet .prevarrow:hover,
  #letest_poet .nextarrow:hover {
    color: #cf0000;
  }


  #all_blog {
    margin-top: 53px;
    position: relative;
  }

  #all_blog .dots_victor {
    position: absolute;
    left: 60px;
    bottom: 0;
  }

  #all_blog .all_blog_heading h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-bottom: 29px;
  }

  #all_blog .all_blog_menu {
    padding-bottom: 40px;
  }

  #all_blog .all_blog_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    border-bottom: 0.5px solid #d4d4d4;
  }

  #all_blog .all_blog_menu li {
    text-align: center;
  }

  #all_blog .all_blog_menu li button {
    color: #605f62;

    font-size: 16px;
    font-weight: 600;
    line-height: 26px;

    background: transparent;
    border: transparent;
    display: inline-block;
    position: relative;
  }

  #all_blog .all_blog_menu li button.active::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 3px;
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    left: 50%;
    bottom: -1.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .all_blog_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    gap: 0 55px;
    margin-bottom: 22px;
    overflow: hidden;
  }

  .all_blog_item .image {
    -ms-flex-preferred-size: 328px;
    flex-basis: 328px;
  }

  .all_blog_item .text {
    -ms-flex-preferred-size: 702px;
    flex-basis: 702px;
  }

  .all_blog_item .text h5 {
    color: #ff7e31;

    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .all_blog_item .text h5 span {
    color: #9f9f9f;
  }

  .all_blog_item .text h5 span.date {
    color: #9f9f9f;
    position: relative;
    margin: 0 8px;
  }

  .all_blog_item .text h5 span.date::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #9f9f9f;
  }

  .all_blog_item .text h5 span.date::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: #9f9f9f;
  }

  .all_blog_item .text h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-top: 10px;
    padding-bottom: 12px;
  }

  .all_blog_item .text p {
    color: #605f62;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

  }

  .pagination_btn {
    padding-top: 18px;
    padding-bottom: 108px;
  }

  .pagination_btn ul li {
    margin: 0 8px;
  }

  .pagination_btn ul li a {
    color: #838383;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

    width: 35px;
    text-align: center;
    padding: 0 11px;
    border: 1.5px solid #d5d5d5;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }

  .pagination_btn ul li a:hover {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    color: #ffffff;
    border: 1.5px solid #e84393;
  }

  .pagination_btn ul li a.active {
    background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
    color: #ffffff;
    border: 1.5px solid #e84393;
  }

  /*===================================
          All Blog Area End
  ================================== */
  /*===================================
          Blog Dtails Page Area Start
  ================================== */
  #blog_dtails_main {
    padding-top: 63px;
  }

  #blog_dtails_main .blog_dtails {
    border-bottom: 0.5px solid rgba(126, 126, 126, 0.5);
    padding-bottom: 21px;
  }

  #blog_dtails_main .blog_dtails .heading h3 {
    color: #e84393;

    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  #blog_dtails_main .blog_dtails .heading h2 {
    color: #1f1e1e;

    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
    max-width: 603px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  #blog_dtails_main .blog_dtails .heading p {
    color: #414141;

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-bottom: 53px;
  }

  #blog_dtails_main .blog_dtails .heading p span {

    margin-left: 50px;
  }

  #blog_dtails_main .blog_dtails .image {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 43px;
  }

  #blog_dtails_main .blog_dtails .dtails p {
    color: #605f62;
  }

  #blog_dtails_main .blog_dtails .dtails p span {
    padding-top: 28px;
  }

  #blog_dtails_main .blog_dtails .dtails h4 {
    color: #232222;

    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 28px;
    padding-bottom: 13px;
  }

  .tag_share {
    margin-top: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tag_share .tag label {
    color: #232222;

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-right: 5px;
  }

  .tag_share .tag a {
    color: #414141;

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 23px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    margin-left: 10px;
  }

  .tag_share .share label {
    color: #232222;

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-right: 5px;
  }

  .tag_share .share a {
    font-size: 17px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    background: #ffffff;
    margin-left: 15px;
    -webkit-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.06);
  }

  .tag_share .share a .twitter {
    color: #33ccff;
  }

  .tag_share .share a .facebook {
    color: #3c5a99;
  }

  .tag_share .share a .linkedin {
    color: #007ab9;
  }

  .tag_share .share a .pinterest {
    color: #ff0000;
  }

  .related_post {
    padding-bottom: 143px;
  }


  .author {
    background: #faf9fd;
    border-radius: 32px;
    text-align: center;
    padding-top: 72px;
    padding-bottom: 28px;
    margin-top: 12px;
    position: relative;
  }

  .author label {
    position: absolute;
    top: 31px;
    left: -16px;
    z-index: 10;
  }

  .author .image {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
  }

  .author .text h4 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    padding-top: 26px;
    padding-bottom: 7px;
  }

  .author .text h5 {
    color: #ff7e31;

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 10px;
  }

  .author .text p {
    color: #605f62;

    font-size: 12px;
    font-weight: 400;
    line-height: 19px;

    max-width: 306px;
    margin: 0 auto;
    padding-bottom: 26px;
  }

  .author .icon {
    text-align: center;
  }

  .author .icon a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
  }

  .author .icon a i {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
  }

  .author .icon a.facebook {
    background: #395185;
  }

  .author .icon a.instagram {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d24adf),
      color-stop(#9748be),
      color-stop(#bd4697),
      color-stop(#d8447a),
      color-stop(#e94369),
      color-stop(#ef4363),
      color-stop(#ef545e),
      color-stop(#f08053),
      to(#f2c141)
    );
    background: linear-gradient(
      #d24adf,
      #9748be,
      #bd4697,
      #d8447a,
      #e94369,
      #ef4363,
      #ef545e,
      #f08053,
      #f2c141
    );
  }

  .author .icon a.linkedin {
    background: #0a66c2;
  }

  .author .icon a.twitter {
    background: #55acee;
  }

  .coures_discount {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 43px;
  }

  .coures_discount a {
    display: block;
  }

  .seminar_discount {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
  }

  .seminar_discount a {
    display: block;
  }



  .modalImgWrap {
    width: 100%;
    position: relative;
  }
  .modalImgWrap img {
    border-radius: 25px;
  }
  .img-hover-zoom {
    overflow: hidden;
  }
  .img-hover-zoom img {
    /* transition: transform .5s ease; */
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    filter: brightness(110%);
  }
  .img-hover-zoom:hover img {
    filter: brightness(100%);
    transform: scale(1.5);
  }
  .modalImgWrap .img-overlay {
    position: absolute;
    width: 128.22px;
    height: 124.02px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease;
    border: none;
    background: none;
    background-image: url("../images/hover-img.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .modalImgWrap:hover .img-overlay {
    opacity: 1;
  }

  .accordion .faq-item {
    margin-bottom: 30px;
  }
  .accordion-header {
    margin-left: 30px;
    margin-right: 30px;

  }
  .accordion-body {
    padding: 15px 30px 20px 30px;

  }
  .accordion-button {
    font-weight: 600;
    padding: 22px 0;
  }
  .accordion-button:focus {
    box-shadow: none;
    border: none;
  }
  .accordion-button:not(.collapsed) {
    background: none;
    color: #e84393;
  }
  .accordion-button::after {
    background-image: url("../images/plus-icon.png");
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-icon.png");
  }
  .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .toggle_active {
    border: 1px solid #e84393;
  }
  .feedback_1_slider {
    max-height: 11rem;
  }
  .site_map {
    padding-bottom: 60px;
  }
  .site_map ul li a {
    color: #212529;
    line-height: 30px;
  }
  .site_map h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .site_map ul {
    margin-bottom: 1.2rem;
  }
  .site_map h5 a {
    color: #212529;
  }
  .carousel-inner {
    border-radius: 25px;

  }

  /* =========== CIT Discount Modal show =========== */
  .cit_discount_modal .modal-dialog {
    max-width: 400px;
  }
  .cit_discount_modal .modal-body {
    border-radius: 1rem;
  }
  .cit_discount_modal .modal-content {
    background-color: transparent;
    border: none;
  }
  .cit_discount_header {
    position: absolute;
    right: 0;
    border: none;
    z-index: 9999999;
  }

  .glory_text_p {
    padding-top: 20px !important;
  }
  .glory_text_p p {
    padding: 0 !important;
  }

  /*-------------------final change ------------------------------------*/
  .review-content{
    display: block;
  }
  /*-------------------final change  end------------------------------------*/
  p.ql-align-justify + p {
    display: none;
}
p.ql-align-justify + p + p {
    display: none;
}

/*-------------------Celebration here------------------------------------*/
#celebration_main {
  background: #faf0f0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 187px;
  padding-bottom: 100px;
  position: relative;
  clear: both;
}
.clebration_content {
  padding: 0 75px 0 0px;
}
.clebration_content p {
  color: #605f62;

  font-size: 18px;
  font-style: normal;
  font-weight: 400!important;
  line-height: 32px;
}
#cashback {
  margin: 100px 0;
}
.cashback_header h3 {
  color: #000;
  text-align: center;

  font-size: 42px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 57px; /* 135.714% */
  letter-spacing: 0.2px;
}
.cashback_header h4 {

  color: #e73327;
  font-size: 42px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 57px;
  letter-spacing: 0.2px;
  margin-bottom: 45px;
}
.cashback_main h3 {
  color: #e73327;

  font-size: 52px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 57px;
  letter-spacing: 0.2px;
  margin-right: 100px;
  margin-bottom: 40px;
}
.cashback_main h4 {
  color: #000;

  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.cashback_main ul li {
  color: #565656;

  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 36px;
  list-style-type: disc;
}
.cashback_main ul {
  margin-bottom: 50px;
  margin-left: 20px;
}
.cashback_main p {
  color: #565656;

  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 29px;
  letter-spacing: 0.2px;
}
.cashback_main span {
  color: #565656;

  font-size: 20px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 29px;
  letter-spacing: 0.2px;
}
.cashback_form {
  padding: 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 44px 94px 0px rgba(0, 0, 0, 0.03);
}
.cashback_form h3 {

  font-size: 34px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  margin-bottom: 50px;
}
.cashback_form label {

  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 6px;
}
.cashback_form input {
  background-color: #eeee;
  padding: 10px;
}
.cashback_form button {

  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  padding: 15px 8px;
  margin-top: 40px;
  background: linear-gradient(103deg,rgba(255, 187, 0, 1) 3%, rgba(255, 111, 0, 1) 38%);
  color: #fff;
  border-radius: 5px;
  border: none !important;
  transition: all linear 0.3s;
  border: 1px solid #e73327 !important;
}
.cashback_form button:hover {
  background-color: transparent !important;
  color: #000;
}
#celebration_contact {
  background: #faf9fd;
  padding: 100px 0;
}
#celebration_contact .contact_header h3 {

  color: #000;
  font-size: 52px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 29px;
  letter-spacing: 0.2px;
  margin-bottom: 67px;
}
#celebration_contact .contact-card {
  background-color: #fff;
  padding: 32px;
}
#celebration_contact .contact-card h4 {
  color: #000;

  font-size: 24px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 29px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
#celebration_contact .contact-card h5 {
  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 29px; /* 145% */
  letter-spacing: 0.2px;
  margin-top: 25px;
}
#celebration_contact .contact-card p {
  color: #565656;

  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.2px;
}



#app-promotion-section {
  margin-top: 70px;
}
.app-promotion {
  border-radius: 35px;
  padding: 24px;
  box-shadow: 0px 0px 35px 0px #00000026;
}
.app-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-content {
  margin-left: 64px;
  margin-top: 30px;
}

.app-content h2 {
  font-weight: 500 !important;
  font-size: 42px;
  line-height: 52.8px;
  letter-spacing: 0%;
}
.app-content p {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0%;
  color: #605f62;
  margin-top: 18px;
  margin-bottom: 32px;
}

.app-btn {
  display: flex;
}
.app-btn img {
  width: 170px;
}








