/* Start HTML Normalizer */
* {
    margin: 0;
    padding: 0;
  }
  body {
    overflow-x: hidden;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #6a7a83;
    overflow-x: hidden !important;
  }
  p {
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    color: #6a7a83;
    font-family: "Rubik", sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #333146;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
  h2 {
    font-weight: 700;
    font-size: 36px;
  }
  a,
  a:hover,
  a:focus {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
  }
  ol,
  ul {
    margin: 0;
    padding: 0;
  }
  ol li,
  ul li {
    list-style: outside none none;
    list-style-type: none;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  /* End HTML Normalizer */
  
  /* Start Helpers */
  .text-orange {
    color: #ff5a2c !important;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .disabled {
    display: none;
  }
  .sub_title {
    max-width: 800px;
    margin: 0px auto 60px;
    text-align: center;
  }
  .sub_title h2 {
    font-size: 50px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .sub_title p {
    padding: 25px 10% 0;
    margin: 0;
  }
  .title h2 {
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
    font-weight: 900;
  }
  .p-l {
    padding-left: 15px;
  }
  .p-r {
    padding-right: 15px;
  }
  .m-l {
    margin-left: 15px;
  }
  .m-r {
    margin-right: 15px;
  }
  .p-l-0 {
    padding-left: 0;
  }
  .p-r-0 {
    padding-right: 0;
  }
  .container {
    max-width: 1240px;
  }
  .view_more_btn {
    text-align: center;
    margin: 18px 0;
  }
  .view_more_btn .view-more-item {
    color: #6a7a83;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 50px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .owl-buttons .owl-prev,
  .owl-buttons .owl-next {
    padding: 0 25px !important;
  }
  .owl-buttons .owl-prev i:before,
  .owl-buttons .owl-next i:before {
    margin: 0;
    color: #ffffff;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
  }
  .owl-buttons .owl-prev:hover i:before,
  .owl-buttons .owl-next:hover i:before {
    opacity: 1;
  }
  .select_disable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .select_disable::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .step_point_ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    font-family: "Rubik", sans-serif;
  }
  .step_point_ul li:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 10px;
    content: "\f103";
    left: 0px;
    top: 0px;
    color: #ff5a2c;
    font-weight: 700;
  }
  /* End Helpers */
  
  /* Start Modals */
  
  .is-hidden--off-flow {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -10;
    /* *1* */
    visibility: hidden;
    /* *1* */
  }
  .is-shown--off-flow {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
  }
  .l-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
  }
  .l-modal__shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    background: #161616;
    opacity: 0.92;
    z-index: -1;
    cursor: pointer;
  }
  .modal_body {
    position: relative;
    background: #ffffff;
    width: 66%;
    margin: 8% auto;
    border-radius: 6px;
  }
  .modal_dismiss {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    cursor: pointer;
  }
  .modal_dismiss i{
    font-size: 28px;
    margin-right: 8px;
  }
  .modal_body .content {
    margin: 12px auto;
  }
  .modal_body .content .title {
    display: inline-block;
    margin: 34px auto;
    padding-top: 16px;
    text-align: center;
    font-size: 2rem;
    color: #323232;
  }
  .modal_body .content .real_content {
    max-width: 84%;
    margin: 0 auto;
    padding: 12px 8px 18px 8px;
  }
  /* End Modals */
    
  /* Start ScrolltoTop */
  #scroll-top .pos-rtive {
    position: relative;
  }
  #scroll-top h2 {
    display: none;
  }
  #scroll-top .to-top {
    display: none;
  }
  #scroll-top .to-top a {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
    background: #ff5a2c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    height: 53px;
    width: 53px;
    line-height: 53px;
    position: fixed;
    text-align: center;
    top: 89%;
    right: 90px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 999;
    transform: rotate(-90deg);
  }
  #scroll-top .to-top a i:before {
    margin: 0;
    font-size: 16px;
  }
  #scroll-top .to-top:hover {
    background: #092ace none repeat scroll 0 0;
    color: #ffffff;
  }
  /* End ScrolltoTop */
  
  /* Start Pagination */
  .pagination_blog {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .pagination_blog ul {
    display: flex;
  }
  .pagination_blog ul li {
    margin: 0 7px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #6a7a83;
    cursor: pointer;
  }
  .pagination_blog ul li a {
    color: #333146;
    font-size: 18px;
    font-weight: 500;
  }
  .pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .pagination_blog ul li.current {
    border: 1px solid #ff5a2c;
  }
  .pagination_blog ul li.current a {
    color: #ff5a2c;
  }
  /* End Pagination */
  
  /* Top Navigation Start */
  header .header_top {
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
  }
  header .header_top:before {
    position: absolute;
    content: "";
    height: 263px;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
  }
  header .header_top .info_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_top .info_wrapper ul li {
    padding-right: 15px;
    display: inline-block;
    color: #323232;
    font-weight: 400;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
  }
  header .header_top .info_wrapper .contact_info{
    margin-right: auto;
  }
  header .header_top .info_wrapper .contact_info ul {
    margin: 0;
    border-right: 1px solid #d9d9d9;
  }
  header .header_top .info_wrapper .contact_info ul a{
    display: inline-block;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #323232;
    font-weight: 400;
  }
  header .header_top .info_wrapper .contact_info ul a:hover {
    opacity: 0.4;
  }
  header .header_top .info_wrapper .contact_info ul li i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
  }
  header .header_top .info_wrapper .virtual_tour{
    margin-left: auto;
  }
  header .header_top .info_wrapper .virtual_tour ul {
    margin: 0;
    padding: 9px 0 9px 16px;
    border-left: 1px solid #d9d9d9;
  }
  header .header_top .info_wrapper .virtual_tour ul li i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
  }
  header .header_top .info_wrapper .virtual_tour ul li:hover {
    opacity: 0.6;
  }
  header .header_top .info_wrapper .virtual_tour ul li a {
    color: #323232;
    font-weight: 400;
  }
  header .header_top .info_wrapper .virtual_tour ul li a img{
    height: 26px;
    padding-right: 6px;
  }
  header .header_top .info_wrapper .follow_us_info ul {
    margin: 0;
    padding: 9px 0 9px 16px;
    border-left: 1px solid #d9d9d9;
  }
  header .header_top .info_wrapper .follow_us_info ul li i:before {
    color: #6a7a83;
    font-size: 16px;
    margin: 0;
    padding-right: 10px;
  }
  header .header_top .info_wrapper .follow_us_info ul li:hover i:before {
    opacity: 0.6;
  }
  header .header_top{
    display: block;
  }
  
  /* Top Navigation End */
  
  
  /* Main Navigation Start */
  header .edu_nav {
    padding-right: 0;
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
  }
  header .edu_nav nav {
    padding: 0;
  }
  header .edu_nav nav .navbar-brand img {
    width: 260px;
    height: auto;
  }
  header .edu_nav nav .navbar-nav li {
    position: relative;
  }
  header .edu_nav nav .navbar-nav li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 97px;
  }
  header .edu_nav nav .navbar-nav li a {
    font-weight: 500;
    color: #333146 !important;
    font-size: 15px;
    padding: 36px 0 !important;
    margin: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
  }
  header .edu_nav nav .navbar-nav li a.active {
    background: transparent;
    outline: none;
    color: #ff5a2c !important;
    font-weight: 700;
  }
  header .edu_nav nav .navbar-nav li a:hover {
    color: #ff5a2c !important;
  }
  header .edu_nav nav .navbar-nav li a .dropdown_icn{
    padding-left: 4px;
  }
  header .edu_nav nav .navbar-nav li ul {
    position: absolute;
    width: 240px;
    top: 110px;
    left: 0;
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 30px 0px 20px 30px;
    z-index: 28;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  header .edu_nav nav .navbar-nav li ul li {
    width: 100%;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
  }
  header .edu_nav nav .navbar-nav li ul li .dropdown_icon:before {
    opacity: 1;
    visibility: visible;
    color: #333146;
    text-transform: none;
    position: absolute;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f105";
    right: 45px;
    top: 0;
    font-size: 8px;
    z-index: 0;
    transition: all 0.3s ease-in-out;
  }
  header .edu_nav nav .navbar-nav li ul li a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 0 !important;
    margin: 0;
    text-transform: unset;
  }
  header .edu_nav nav .navbar-nav li ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    right: 30px;
  }
  header .edu_nav nav .navbar-nav li ul li ul {
    position: absolute;
    top: 0px !important;
    left: 210px;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  header .edu_nav nav .navbar-nav li ul li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    top: -30px !important;
  }
  header .edu_nav nav .search_area .navbar-nav li {
    padding-left: 20px;
  }
  header .edu_nav nav .search_area .navbar-nav li:first-child {
    padding-left: 10px;
  }
  header .edu_nav nav .search_area .navbar-nav li i {
    cursor: pointer;
  }
  header .edu_nav nav .search_area .navbar-nav li i:before {
    margin: 0;
    color: #333146;
    font-weight: 700;
    font-size: 17px;
  }
  .mobile_xtra_nav{
    display: none;
    padding: 0px;
    border-top: 0px solid rgba(255,255,255,0.5);
  }
  .no_padding{
    padding: 0px !important;
  }
  .no_margin{
    margin: 0px !important;
  }
  .mobile_xtra_nav .contact_info span{
    color: #d9d9d9;
    font-size: 14px;
  }
  .mobile_xtra_nav .contact_info {
    padding-bottom: 12px;
  }
  .mobile_xtra_nav .contact_info i{
    font-size: 12px;
    padding: 0 8px 0 2px;
  }
  .mobile_xtra_nav .social_info {
    padding: 0 8px;
    display: flex;
  }
  .mobile_xtra_nav .social_info a{
    border: 0px !important;
  }
  .mobile_xtra_nav .social_info span{
    display: inline-block;
    color: #d9d9d9;
    font-size: 21px;
  }
  /* Main Navigarion End*/ 
  
  
  /* Start Breadcrumb */
  .header_3 .intro_wrapper {
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 60%);
    min-height: 200px;
    background-size: cover;
    position: relative;
    padding: 18px 0;
  }
  .header_3 .intro_wrapper:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .header_3 .intro_wrapper h1 {
    font-size: 48px;
    line-height: 80px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding-top: 16px;
  }
  .header_3 .intro_wrapper p {
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 4px;
    padding-left: 6px;
  }
  .header_3 .intro_wrapper .pages_links {
    padding-top: 30px;
  }
  .header_3 .intro_wrapper .pages_links a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    position: relative;
    margin-right: 30px;
    transition: all 0.3s ease-in-out;
  }
  .header_3 .intro_wrapper .pages_links a:before,
  .header_3 .intro_wrapper .pages_links a:after {
    position: absolute;
    height: 18px;
    width: 2px;
    right: -21px;
    top: 5px;
    content: "";
    background: #ffffff;
    transform: rotate(20deg);
  }
  .header_3 .intro_wrapper .pages_links a:after {
    right: -16px;
  }
  .header_3 .intro_wrapper .pages_links a:last-child {
    margin-right: 0;
  }
  .header_3 .intro_wrapper .pages_links a:last-child:before,
  .header_3 .intro_wrapper .pages_links a:last-child:after {
    display: none;
  }
  .header_3 .intro_wrapper .pages_links a:hover {
    color: #ff5a2c;
  }
  .header_3 .intro_wrapper .pages_links .active:hover {
    color: #ffffff;
  }
  /* End Breadcrumb */
  
  /* Start Hero Landing Video */
  .landing .landing-video-container{
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .landing .landing-video-container video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  #HomeCarouselIndicators .carousel-control-prev, #HomeCarouselIndicators .carousel-control-next {
    width: 9%;
  }
  #HomeCarouselIndicators .carousel-control-prev-icon, #HomeCarouselIndicators .carousel-control-next-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 50%;
    width: 3.3rem;
    height: 3.3rem;
    background: #161616 no-repeat 50%/50% 100%;
  }
  #HomeCarouselIndicators .carousel-indicators li {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    border-radius: 50%;
    background-color: #ff5a2c;
  }
  /* End Hero Landing Video */
  
  /* Start Accreditations */
  .accrds {
    padding: 96px 0;
  }
  .accrds .single_item {
    box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.05);
    text-align: center;
    position: relative;
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .accrds .single_item:before {
    position: absolute;
    content: "";
    transition: all 0.3s ease-in-out;
  }
  .accrds .single_item:hover:before {
    background: #ff5a2c;
  }
  .accrds .single_item:hover .blog-img img {
    margin-top: -15px;
  }
  .accrds .single_item:hover .blog_title {
    margin-top: -32px;
    background: #111b51;
  }
  .accrds .single_item:hover .blog_title h3 a {
    color: #ffffff;
  }
  .accrds .single_item .blog-img {
    overflow: hidden;
  }
  .accrds .single_item .blog-img img {
    width: 160px;
    transition: all 0.3s ease-in-out;
  }
  .accrds .single_item .blog_title {
    padding: 25px;
    background: #ffffff;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .accrds .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    line-height: 34px;
  }
  .accrds .single_item .blog_title span {
    font-weight: 400;
    font-size: 14px;
    opacity: 0.88;
  }
  .accrds .single_item .blog_title h3 a {
    color: #333146;
    transition: all 0.3s ease-in-out;
  }
  .accrds .single_item .blog_title h3 a:hover {
    color: #ff5a2c;
  }
  .accrds .single-courses {
    background: #ffffff;
  }
  /* End Accreditations */
  
  
  /* Start Placements Section */
  .placement_section {
    background: transparent url("/static/www/img/home/placements/19012022a.jpg") no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    padding: 66px 0;
    z-index: 1;
  }
  .placement_section:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    z-index: 0;
  }
  .placement_section .recruiter_logos{
    padding: 12px 0;
  }
  .placement_section .recruiter_logos img{
    width: 116px;
    padding: 8px 4px;
  }
  .placement_section .count_student {
    margin-top: 70px;
    display: flex;
  }
  .placement_section .count_student .single_count {
    margin-right: 60px;
    min-width: 150px;
  }
  .placement_section .count_student .single_count:last-child {
    margin-right: 0;
  }
  .placement_section .count_student .single_count span {
    display: block;
  }
  .placement_section .count_student .single_count .counter::after {
    content: '+';
  }
  .placement_section .count_student .single_count .counter,
  .placement_section .count_student .single_count .count_icon {
    color: #ff5a2c;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .placement_section .count_student .single_count .department_name {
    color: #000000;
    font-size: 20px;
    line-height: 40px;
  }
  .placement_section .form-full-box {
    background: #ffffff;
    margin: 0 10% 0px 0;
    padding: 40px;
    text-align: center;
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
  }
  .placement_section .form-full-box .form_title {
    margin-bottom: 40px;
  }
  .placement_section .form-full-box .form_title h2 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 0;
    font-weight: 700;
    position: relative;
  }
  /* Start Placements Section */
  
  /* Start News & Announcements */
  .events-area {
    background: #ffffff;
    padding: 100px 0;
  }
  .events-area .event_title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 60px;
  }
  .events-area .event_title_wrapper .sub_title {
    margin: 0px;
    text-align: left;
  }
  .events-area .event_title_wrapper .sub_title p {
    padding: 25px 10% 0 0;
  }
  .events-area .event_title_wrapper .envent_all_view a {
    background: #092ace;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    padding: 0 32px;
    transition: all 0.3s ease-in-out;
  }
  .events-area .event_title_wrapper .envent_all_view a:hover {
    background: #ff5a2c;
  }
  .events-area .events_full_box {
    margin-bottom: 50px;
  }
  .events-area .events_full_box:last-child {
    margin-bottom: 0px;
  }
  .events-area .events_single_left .event_info {
    width: 60%;
    padding: 45px 30px 45px 90px !important;
  }
  .events-area .events_single_left .event_dete {
    left: 0;
  }
  .events-area .events_single {
    position: relative;
    min-height: 180px;
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    transition: all 0.3s ease-in-out;
    padding-left: 8px;
    display: flex;
    align-items: center;
  }
  .events-area .events_single:hover {
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    transition: all 0.3s ease-in-out;
  }
  .events-area .events_single .event_info {
    width: 86%;
    padding: 15px 10px 15px 10px;
  }
  .events-area .events_single .event_info h3 {
    line-height: 36px;
  }
  .events-area .events_single .event_info h3 a {
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    color: #333146;
    font-size: 21px;
  }
  .events-area .events_single .event_info h3 a:hover {
    color: #ff5a2c;
  }
  .events-area .events_single .event_info .events_time {
    padding: 25px 8px 4px;
  }
  .events-area .events_single .event_info .events_time span {
    display: inline;
    color: #333146;
    font-size: 15px;
    margin-right: 25px;
  }
  .events-area .events_single .event_info .events_time span i {
    padding-right: 10px;
    color: #092ace;
    font-size: 16px;
  }
  .events-area .events_single .event_info .events_time span i:before {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .events-area .events_single .event_info .events_time .time {
    text-transform: uppercase;
  }
  .events-area .events_single .news_upcoming_top{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5a2c;
    color: white;
    height: 24px;
    width: 96px;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
  }
  .events-area .events_single .event_info p {
    margin: 0;
    font-size: 15px;
    color: #6a7a83;
  }
  .events-area .events_single .event_dete {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff5a2c;
    height: 60px;
    width: 60px;
    padding: 10px 0;
    text-align: center;
  }
  .events-area .events_single .event_dete span {
    display: inherit;
    color: #ffffff;
    line-height: 20px;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
  }
  .events-area .events_single .event_dete .date {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  /* End News & Announcements */
  
  /* Start Courses Offered */
  .courses_offered_rce {
    padding: 0;
    margin:  0;
  }
  .courses_offered_rce .single_item_first,
  .courses_offered_rce .single_item_last {
    border-radius: 40px 0px 40px 0px;
  }
  .courses_offered_rce .single_item_first:before,
  .courses_offered_rce .single_item_last:before {
    height: 2px;
    width: 90%;
    left: 0;
    background: #092ace;
    bottom: 0;
  }
  .courses_offered_rce .single_item_center {
    border-radius: 0 40px 0px 40px;
  }
  .courses_offered_rce .single_item_center:before {
    height: 2px;
    bottom: 0px;
    width: 90%;
    right: 0px;
    background: #ff5a2c;
  }
  .courses_offered_rce .single_item {
    box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    padding: 50px 40px 40px;
  }
  .courses_offered_rce .single_item:before {
    position: absolute;
    content: "";
    transition: all 0.3s ease-in-out;
  }
  .courses_offered_rce .single_item:hover:before {
    background: #ff5a2c;
  }
  .courses_offered_rce .single_item .icon_wrapper {
    padding-bottom: 30px;
  }
  .courses_offered_rce .single_item .icon_wrapper img{
    width: 96px;
  }
  .courses_offered_rce .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 25px;
    padding: 0px;
    line-height: 34px;
  }
  .courses_offered_rce .single_item .blog_title h3 a {
    color: #333146;
    transition: all 0.3s ease-in-out;
  }
  .courses_offered_rce .single_item .blog_title h3 a:hover {
    color: #ff5a2c;
  }
  .courses_offered_rce .single_item .blog_title .programs-offered{
    width: 100%;
    margin-top: 8px;
    padding: 12px;
  }
  .courses_offered_rce .single_item .blog_title .programs-offered .title{
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-right: 8px;
  }
  .courses_offered_rce .single_item .blog_title .programs-offered .programs{
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    width: 25%;
    margin: 8px;
    padding: 2px 6px;
    border-radius: 16px;
    background: blueviolet;
    color: white;
  }
  .courses_offered_rce .single_item .dept-site a {
    color: #092ace;
  }
  .courses_offered_rce .single_item .dept-site a:hover {
    opacity: 0.7;
    color: #ff5a2c;
  }
  #courses_offered_rce .single_item {
    margin-bottom: 50px;
  }
  #courses_offered_rce .item_6 {
    border-radius: 0px 40px 0px 40px;
  }
  #courses_offered_rce .item_6:before {
    right: 0;
    left: auto;
    background: #ff5a2c;
  }
  /* End Courses Offered */
  
  
  
  /* Start Our Counter */
  .out_count_student {
    padding: 120px 0;
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    position: relative;
    z-index: 1;
  }
  .out_count_student:before {
    position: absolute;
    content: "";
    background: url(/static/www/img/shapes/shape_bullet.png) repeat center center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
  }
  .out_count_student .sub_title {
    position: relative;
    z-index: 2;
    margin: 0px auto 30px;
  }
  .out_count_student .sub_title h2,
  .out_count_student .sub_title p {
    color: #ffffff;
  }
  .out_count_student .counter_wrapper {
    display: flex;
    justify-content: space-between;
  }
  .out_count_student .counter_wrapper .counter_single_wrapper {
    position: relative;
    z-index: 1;
    width: 25%;
    text-align: center;
  }
  .out_count_student .counter_wrapper .counter_single_wrapper:before {
    position: absolute;
    background: #ffffff;
    content: "";
    height: 4px;
    width: 80px;
    left: 100%;
    top: 39%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  .out_count_student .counter_wrapper .counter_single_wrapper:last-child:before {
    display: none;
  }
  .out_count_student .counter_wrapper .counter_single_wrapper .count_single .counter,
  .out_count_student .counter_wrapper .counter_single_wrapper .count_single .count_icon {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
  }
  .out_count_student .counter_wrapper .counter_single_wrapper .count_single span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
  /* End Our Counter */
  
  
  /* Start Testimonials */
  .testimonial {
    background: linear-gradient(65deg, #5958a0 0%, #111b51 100%);
    position: relative;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0 0;
  }
  .testimonial .testimonial_title {
    position: relative;
  }
  .testimonial .testimonial_title:before {
    color: #ff5a2c;
    position: absolute;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f122";
    left: 70%;
    top: 65%;
    font-size: 130px;
    z-index: -1;
    transform: translate(-50%);
    opacity: 0.2;
  }
  .testimonial .testimonial_title h2 {
    font-size: 50px;
    color: #ffffff;
  }
  .testimonial .carousel_images {
    margin: 0 140px;
    position: relative;
  }
  .testimonial .carousel_images .restimonial_single_img {
    padding: 20px;
    position: relative;
    height: 300px;
    outline: none !important;
  }
  .testimonial .carousel_images .restimonial_single_img.slick-current {
    height: 300px;
    padding: 20px;
  }
  .testimonial .carousel_images .restimonial_single_img.slick-current img {
    height: 70px;
    width: 70px;
    transform: rotate(-40deg);
    transition: all 0.3s ease-in-out;
  }
  .testimonial .carousel_images .restimonial_single_img.slick-current .name_position {
    opacity: 1;
    visibility: visible;
    width: 260px;
  }
  .testimonial .carousel_images .restimonial_single_img img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    transform: rotate(-40deg);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .testimonial .carousel_images .restimonial_single_img .name_position {
    transform: rotate(-40deg);
    padding-top: 106px;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .testimonial .carousel_images .restimonial_single_img .name_position .name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
  }
  .testimonial .carousel_images .restimonial_single_img .name_position span {
    font-size: 16px;
    font-weight: 600;
    color: #ff5a2c;
    display: inherit;
  }
  .testimonial .carousel_images .slick-list {
    margin: 0;
  }
  .testimonial .testimonial_text_wrapper {
    padding-left: 40px;
    position: relative;
  }
  .testimonial .testimonial_text_wrapper h2 {
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    margin-top: 100px;
  }
  .testimonial .testimonial_text_wrapper .carousel_text .single_box {
    padding-right: 20%;
    padding-left: 10%;
    min-height: 300px;
  }
  .testimonial .testimonial_text_wrapper .carousel_text .single_box p {
    margin: 30px 0 0 0;
    font-size: 25px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    line-height: 40px;
    color: #ffffff;
  }
  .testimonial .testimonial_text_wrapper .reviewer_info {
    padding: 0px;
    position: relative;
    top: -160px;
    transform: rotate(40deg);
    left: -235px;
  }
  .testimonial ul.slick-dots {
    position: absolute;
    top: 70%;
    right: -30px;
    transform: translateY(-50%);
  }
  .testimonial ul.slick-dots li {
    padding: 0 15px;
    cursor: pointer;
  }
  .testimonial ul.slick-dots li button {
    text-indent: -9999px;
    height: 80px;
    width: 2px;
    background: #ffffff;
    margin: 0px 0 10px 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    opacity: 0.5;
  }
  .testimonial ul.slick-dots .slick-active button {
    background: #ff5a2c;
    opacity: 1;
  }
  .testimonial .slick-list {
    margin: 0;
  }
  .testimonial .slick-initialized .slick-slide {
    outline: none !important;
  }
  /* End Testimonials */
  
  
  /* Start Professional Affliations */
  .our_sponsor {
    padding: 150px 0 96px;
    background: #ffffff;
  }
  .our_sponsor .sponsored_company_logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .our_sponsor .sponsored_company_logos li {
    margin-bottom: 16px;
  }
  .our_sponsor .sponsored_company_logos li img {
    width: auto;
    transition: all 0.3s ease-in-out;
  }
  .our_sponsor .sponsored_company_logos li img:hover {
    transform: scale(1.05);
  }
  .our_sponsor .sponsored_company_logos_2 {
    justify-content: center !important;
  }
  .our_sponsor .sponsored_company_logos_2 li {
    padding: 0 40px;
  }
  /* End Professional Affliations */
  
  
  /* Start Footer */
  footer {
    background: #393D3F;
    position: relative;
    z-index: 1;
    padding: 0 0 150px 0;
    overflow: hidden;
  }
  footer:before {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 150px;
    width: 50%;
    z-index: -1;
  }
  footer:after {
    background: #393D3F;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 0.9;
  }
  footer .shape_wrapper {
    position: absolute;
    z-index: 5;
    content: "";
    height: 100%;
    width: 300px;
    right: 0;
    top: 0;
  }
  footer .shape_wrapper:before {
    border-radius: 0 0 0 50%;
    background: #111b51;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  footer .shape_wrapper img {
    position: absolute;
  }
  footer .shape_wrapper .shape_t_1 {
    left: 0;
    top: 0;
  }
  footer .shape_wrapper .shape_t_2 {
    right: 0;
    bottom: 0;
  }
  footer .footer_top {
    position: relative;
    z-index: 1;
    margin-top: 100px;
  }
  footer .footer_top h3 {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  footer .footer_top .information {
    margin-left: 50px;
  }
  footer .footer_top .information .img_badge{
    padding: 0;
  }
  footer .footer_top .information img{
    width: 100%;
    padding: 4%;
  }
  footer .footer_top .contact {
    margin-left: 80px;
  }
  footer .footer_top .footer_intro {
    padding-right: 5%;
  }
  footer .footer_top .footer_intro img {
    width: 260px;
    margin-bottom: 40px;
  }
  footer .footer_top .footer_single_col p {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
  }
  footer .footer_top .footer_single_col ul li {
    display: block;
    padding-bottom: 11px;
    font-size: 15px;
  }
  footer .footer_top .footer_single_col ul li:last-childe {
    padding-bottom: 0px;
  }
  footer .footer_top .footer_single_col ul li a {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
  }
  footer .footer_top .footer_single_col ul li a:hover {
    color: #ff5a2c;
  }
  footer .footer_top .footer_single_col ul li a:hover:before {
    color: #ff5a2c;
  }
  footer .footer_top .footer_single_col .quick_inf0 li a {
    position: relative;
    padding-left: 20px;
  }
  footer .footer_top .footer_single_col .quick_inf0 li a:before {
    color: #ffffff;
    position: absolute;
    font-weight: 600;
    font-family: "Flaticon";
    content: "\f103";
    left: 0;
    top: 0;
    font-size: 8px;
    z-index: 0;
    opacity: 1;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
  }
  footer .footer_top .footer_single_col .contact_info span {
    color: #ffffff;
    font-size: 14px;
  }
  footer .footer_top .footer_single_col .contact_info .email {
    color: #ff5a2c;
    padding-left: 15px;
    font-weight: 600;
  }
  footer .footer_top .footer_single_col .social_items {
    padding: 20px 0 0;
  }
  footer .footer_top .footer_single_col .social_items li {
    margin-right: 30px;
  }
  footer .footer_top .footer_single_col .social_items li:last-child {
    margin-right: 0;
  }
  footer .footer_top .footer_single_col .social_items li a i {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  footer .footer_top .footer_single_col .social_items li a i:hover {
    color: #ff5a2c;
  }
  .footer_2 {
    padding: 0;
  }
  .footer_2:before {
    display: none;
  }
  .footer_2 .copyright {
    text-align: center;
    padding: 80px 0 50px;
  }
  .footer_2 .copyright p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
  }
  .footer_2 .copyright .devs span{
    color: #e25555;
    font-size: 21px;
  }
  .footer_2 .copyright .devs i{
    font-size: 18px;
    padding-right: 4px;
  }
  .footer_2 .copyright .devs a {
    color: #ff5a2c !important;
    font-weight: 400;
    opacity: 1;
  }
  .footer_2 .copyright .devs a:hover{
    opacity: 0.77;
  }
  .footer_2 .shapes_bg img {
    position: absolute;
    z-index: -1;
  }
  .footer_2 .shapes_bg .shape_1 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
  }
  .footer_2 .shapes_bg .shape_3 {
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
  }
  /* End Footer */
  
  /* === Start View news details === */
  .news_details_wrapper {
    min-height: 120px;
    padding: 30px 0px;
    margin-top: 54px;
  }
  .news_details_wrapper .upcoming_container{
    width: 100%;
    margin-top: 8px;
  }
  .news_details_wrapper .news_upcoming{
    display: inline-block;
    background: #ff5a2c;
    color: white;
    padding: 4px 8px;
    text-transform: uppercase;
    text-align: center;
  }
  .news_details_content .text{
    margin-top: 16px;
  }
  .news_details_content .images{
    margin-top: 36px;
  }
  .news_details_content .document{
    margin-top: 36px;
  }
  .news_details_content .document iframe{
    width: 100%;
    height: 700px;
  }
  .event_details_card{
    min-height: 300px;
    box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
    padding: 50px 60px;
    margin-bottom: 60px;
    width: 100%;
  }
  .event_details_card .event_details_header{
    width: 100%;
    padding-bottom: 12px;
  }
  .event_details_card h3{
    text-align: center;
    margin: 0px auto;
  }
  .event_details_card .events_time {
    padding: 25px 8px 4px;
  }
  .event_details_card .events_time span {
    color: #333146;
    display: block;
    font-size: 15px;
    margin-right: 25px;
    padding-bottom: 6px;
  }
  .event_details_card .events_time span i {
    padding-right: 10px;
    color: #092ace;
    font-size: 16px;
  }
  .event_details_card .events_time span i:before {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .event_details_card .events_share {
    padding: 25px 8px 4px;
  }
  .event_details_card .events_share span {
    color: #333146;
    font-size: 15px;
    margin-right: 12px;
    padding-bottom: 6px;
    margin-top: 12px;
  }
  .event_details_card .events_share span i {
    padding-right: 6px;
    font-size: 28px;
  }
  .event_details_card .events_share span i:before {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
  }
  .event_details_card .events_share .fa-facebook-square{
    color: #3b5998;
  }
  .event_details_card .events_share .fa-instagram{
    color: #E1306C;
  }
  .event_details_card .events_share .fa-linkedin{
    color: #0e76a8;
  }
  .event_details_card .events_tags {
    padding: 25px 8px 4px;
  }
  .event_details_card .events_tags .tag{
    display: inline-block;
    color: white;
    background: #6a7a83;
    padding: 8px;
    margin-top: 4px;
  }
  .event_details_card .events_tags .tag span{
    text-transform: uppercase;
  }
  .event_details_card .events_tags .tag i{
    margin-right: 2px;
    font-size: 16px;
  }
  /* === End View news details === */
  
  /* === Start About RCE === */
  .about_rce_wrapper {
    margin-top: 32px;
  }
  .about_rce_wrapper .content .title{
    position: relative;
  }
  .about_rce_wrapper .content .title::before{
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 46px;
    background: #ff5a2c;
  }
  .about_rce_wrapper .content .title h1 {
    margin-left: 84px;
  }
  /* === END About RCE === */
  
  /* === Start About People === */
  .about_people .content {
    position: relative;
    margin-bottom: 36px;
  }
  .about_people .content .title{
    color: #333146;
    opacity: 0.86;
    margin-left: 86px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .about_people .content .title::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 14px;
    background: #ff5a2c;
  }
  .about_people .step_point li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    font-family: "Rubik", sans-serif;
  }
  .about_people .step_point li:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 10px;
    content: "\f103";
    left: 0px;
    top: 0px;
    color: #ff5a2c;
    font-weight: 700;
  }
  .about_people .quite_speech {
    padding: 25px 0px;
    font-size: 20px;
    font-style: italic;
    position: relative;
    line-height: 30px;
    color: #333146;
    padding-left: 40px;
  }
  .about_people .quite_speech i {
    position: absolute;
    top: 20%;
    left: 0;
    font-size: 55px;
    opacity: 0.5;
    color: #ff5a2c;
    transform: translateY(-50%);
  }
  /* === END About People === */
  
  /* === Start Contact Page === */
  .contact_info_wrapper {
    padding: 96px 4px 116px 4px;
  }
  .contact_info_wrapper .contact_info {
    position: relative;
    z-index: 1;
  }
  .contact_info_wrapper .contact_info p {
    padding-right: 50px;
  }
  .contact_info_wrapper .contact_info .title {
    margin-bottom: 16px;
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #333146;
  }
  .contact_info_wrapper .contact_info .event_location_info {
    padding: 30px 0px;
  }
  .contact_info_wrapper .contact_info .event_location_info ul {
    padding-left: 90px;
  }
  .contact_info_wrapper .contact_info .event_location_info ul li {
    margin-bottom: 25px;
  }
  .contact_info_wrapper .contact_info .event_location_info ul li:last-child {
    margin-bottom: 0;
  }
  .contact_info_wrapper .contact_info .event_location_info ul li .info_title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #ff5a2c;
    margin-bottom: 5px;
    position: relative;
  }
  .contact_info_wrapper .contact_info .event_location_info ul li .info_title:before {
    position: absolute;
    content: "";
    background: #ff5a2c;
    height: 3px;
    width: 50px;
    left: -90px;
    top: 12px;
  }
  .contact_info_wrapper .contact_info .event_location_info ul li ul {
    padding-left: 0px;
  }
  .contact_info_wrapper .contact_info .event_location_info ul li ul li {
    margin-bottom: 0px;
    line-height: 26px;
    color: #6a7a83;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
  }
  .contact_info_wrapper .contact_info .event_location_info img.contact__info_shpae {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: -1;
    opacity: 0.3;
  }
  .imp-contact-info {
    background:  #f6f8fa; !important;  
  }
  .imp-contact-info a{
    color: #32475B;
  }
  .imp-contact-info a:hover{
    color: #587CA0;
  }
  .contact_profile_cards {
    padding: 130px 0 80px;
  }
  .contact_profile_cards .single-courses {
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 128px;
  }
  .contact_profile_cards .single-courses:hover {
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
    transition: all 0.3s ease-in-out;
  }
  .contact_profile_cards .single-courses:hover .courses-content h3 a {
    color: #ff5a2c;
    transition: all 0.3s ease-in-out;
  }
  .contact_profile_cards .single-courses .courses_banner_wrapper {
    position: relative;
  }
  .contact_profile_cards .single-courses .courses_banner_wrapper .courses_banner {
    padding: 36px;
    text-align: center;
  }
  .contact_profile_cards .single-courses .courses_banner_wrapper .courses_banner img {
    width: 164px;
    height: auto;
    border-radius: 50%;
    border: 4px solid #ff5a2c;
    padding: 3px;
    transform: scale(1.06) rotate(0deg);
    transition: all 0.3s ease-in-out;
    margin-top: -96px;
  }
  .contact_profile_cards .single-courses .courses_banner_wrapper .purchase_price {
    position: absolute;
    text-align: center;
    bottom: -12px;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  .contact_profile_cards .single-courses .courses_banner_wrapper .purchase_price span {
    background: #36D1DC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5B86E5, #36D1DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight: 600;
    border-radius: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 18px;
    padding: 5px 25px;
    text-decoration: none;
    width: 100%;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper {
    padding: 30px;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_title {
    min-height: 48px;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_title h3 {
    line-height: 26px;
    color: #323232;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_info {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 0;
  }
  .contact_profile_cards .action_btn{
      background: #ff5a2c;
      color: #323232;
      width: 48px;
      height: 48px;
      text-align: center;
      line-height: 50px;
      font-size: 24px;
      border: none;
      border-radius: 50%;
      font-weight: 500;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      margin-right: 21px;
  }
  .contact_profile_cards .action_btn i::before{
      color: #ffffff;
      font-size: 24px;
      margin: 0px;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_info ul {
    margin-bottom: 0;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_info ul li {
    color: #6a7a83;
    font-size: 14px;
    margin-bottom: 6px;
    font-family: "Rubik", sans-serif;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_info ul li i {
    padding-right: 10px;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_info .cart_btn {
    background: #ff5a2c;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
  }
  .contact_profile_cards .single-courses .courses_info_wrapper .courses_info .cart_btn:hover {
    background: #092ace;
  }
  /* === End Contact Page === */
  
  /* === Admission Page === */
  .admissions_secondary_page_intro {
    position: relative;
    padding: 120px 0 0;
    margin-bottom: 36px;
  }
  .admissions_secondary_page_intro .about_title {
    text-align: left;
    padding: 100px 0 0;
  }
  .admissions_secondary_page_intro .about_title span {
    position: relative;
    padding-left: 110px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #6a7a83;
  }
  .admissions_secondary_page_intro .about_title span:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 10px;
    background: #ff5a2c;
  }
  .admissions_secondary_page_intro .about_title h2 {
    color: #333146;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
  }
  .admissions_secondary_page_intro .banner_about {
    padding-left: 8%;
  }
  .admissions_secondary_page_intro .banner_about img {
    width: 80%;
    position: relative;
    z-index: 2;
  }
  .admissions_secondary_page_intro .about_content_wrapper {
    margin-top: -100px;
  }
  .admissions_secondary_page_intro .about_content_wrapper .about_banner_down {
    padding: 0 80px;
  }
  .admissions_secondary_page_intro .about_content_wrapper .about_content {
    padding-top: 200px;
    padding-left: 36px;
  }
  .admissions_secondary_page_intro .about_content_wrapper .about_content p {
    padding-bottom: 20px;
    margin: 0;
  }
  .admissions_secondary_page_intro .about_content_wrapper .about_content a {
    color: #333146;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
  .admissions_secondary_page_intro .about_content_wrapper .about_content a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 2px;
    background: #ff5a2c;
    opacity: 0.3;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }
  .admissions_secondary_page_intro .about_content_wrapper .about_content a:hover:before {
    height: 13px;
  }
  .admission_courses {
    padding: 54px 0 48px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .admission_courses .meet_team_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 60px;
  }
  .admission_courses .meet_team_wrapper .sub_title {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .admission_courses .meet_team_wrapper .sub_title h3 {
    color: #333146;
    font-size: 36px;
    margin-left: 74px;
  }
  .admission_courses .meet_team_wrapper .sub_title h3::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 16px;
    background: #ff5a2c;
  }
  .admission_courses .testimonial_single {
    position: relative;
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    padding: 15px 20px;
    background: #ffffff;
    margin-bottom: 50px;
    min-height: 180px;
    z-index: 1;
  }
  .admission_courses .testimonial_single:hover .reviewer_info img {
    transform: scale(1.1);
  }
  .admission_courses .testimonial_single .reviewer_info {
    display: flex;
    align-items: center;
  }
  .admission_courses .testimonial_single .reviewer_info .pro_pic_teacher {
    overflow: hidden;
    border-radius: 50%;
    min-width: 84px;
  }
  .admission_courses .testimonial_single .reviewer_info .pro_pic_teacher img {
    height: 84px;
    width: 84px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
  .admission_courses .testimonial_single .reviewer_info .name_position {
    padding-left: 18px;
  }
  .admission_courses .testimonial_single .reviewer_info .name_position .name {
    font-size: 18px;
    line-height: 28px;
    min-height: 66px;
  }
  .admission_courses .testimonial_single .reviewer_info .name_position .name a {
    font-weight: 700 !important;
    color: #333146;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease-in-out;
  }
  .admission_courses .testimonial_single .reviewer_info .name_position .name a:hover {
    color: #ff5a2c;
  }
  .admission_courses .testimonial_single .reviewer_info .name_position span {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 300 !important;
    color: #6a7a83;
    display: inherit;
  }
  .admission_courses .testimonial_single .metrics{
    padding: 16px 4px 6px 4px;
  }
  .admission_courses .testimonial_single .metrics span{
    display: inline-block;
    padding: 8px 4px;
  }
  .admission_courses .testimonial_single .metrics .prop{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 4px;
    margin: 0 auto;
  }
  .admission_courses .testimonial_single .metrics .prop i{
    width: 21px;
    color: #092ace;
  }
  .admission_courses .testimonial_single .metrics .value{
    font-size: 15px;
    display: inline-block;
    padding: 0px;
    margin: 0 auto;
    white-space: nowrap;
  }
  .admission_courses .testimonial_single .metrics .value .short_form_enable{
    display: inline;
    padding: 0px !important;
    margin: 0px !important;
  }
  .btn_wide{
      display: inline-block;
      background: #ff5a2c;
      color: white;
      padding: 0 50px;
      color: #fff;
      height: 50px;
      max-width: 272px;
      min-width: 272px;
      line-height: 50px;
      font-size: 15px;
      text-transform: uppercase;
      border: none;
      border-radius: 5px;
      font-weight: 500;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      margin: 8px 14px 8px 7px;
  }
  .btn_wide:hover{
    opacity: 0.8;
    color: #ffffff;
  }
  .btn_wide i{
    font-size: 21px;
    margin-right: 4px;
  }
  /* === END Addmission Page === */
  
  /* === Start Campus life Page === */
  .campus_life_page_intro {
    position: relative;
    padding: 48px 0 0;
    margin-bottom: 36px;
    margin-top: 16px !important;
  }
  .campus_life_page_intro .about_title {
    text-align: left;
    padding: 32px 0 0;
  }
  .campus_life_page_intro .about_title span {
    position: relative;
    padding-left: 88px;
    font-size: 21px;
    font-family: "Rubik", sans-serif;
    color: #6a7a83;
  }
  .campus_life_page_intro .about_title span:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 12px;
    background: #ff5a2c;
  }
  .campus_life_page_intro .about_title h2 {
    color: #333146;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
  }
  .campus_life_page_intro .about_title h3 {
    position: relative;
    color: #333146;
    font-size: 28px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0px;
    padding-top: 15px;
    margin-left: 96px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
  }
  .campus_life_page_intro .about_title h3::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: -86px;
    top: 24px;
    background: #ff5a2c;
  }
  .campus_life_page_intro .banner_about {
    padding-left: 8%;
  }
  .campus_life_page_intro .banner_about img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .campus_life_page_intro .about_content_wrapper {
    margin-top: 32px;
  }
  .campus_life_page_intro .about_content_wrapper .about_banner_down {
    padding: 0 80px;
  }
  .campus_life_page_intro .about_content_wrapper .about_content {
    padding-top: 28px;
  }
  .campus_life_page_intro .about_content_wrapper .about_content p {
    padding-bottom: 20px;
    margin: 0;
  }
  .campus_life_page_intro .about_content_wrapper .about_content a {
    color: #333146;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
  .campus_life_page_intro .about_content_wrapper .about_content a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 2px;
    background: #ff5a2c;
    opacity: 0.3;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }
  .campus_life_page_intro .about_content_wrapper .about_content a:hover:before {
    height: 13px;
  }
  .campus_life_page_intro .highlights {
    margin-top: 88px;
  }
  
  .campus_life_page_intro .highlights .single_item {
    box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  .campus_life_page_intro .highlights .single_item:before {
    position: absolute;
    content: "";
    transition: all 0.3s ease-in-out;
  }
  .campus_life_page_intro .highlights .single_item:hover:before {
    background: #ff5a2c;
  }
  .campus_life_page_intro .highlights .single_item:hover .twitter_post {
    opacity: 1;
    visibility: visible;
  }
  .campus_life_page_intro .highlights .single_item:hover .item_wrapper .blog-img img {
    transform: scale(1.2) rotate(5deg);
  }
  .campus_life_page_intro .highlights .single_item:hover .blog_title .post_bloger li {
    color: #ffffff;
  }
  .campus_life_page_intro .highlights .single_item:hover .blog_title .post_bloger span {
    color: #ffffff;
  }
  .campus_life_page_intro .highlights .single_item:hover .blog_title .post_bloger .bloger_name {
    color: #ff5a2c;
  }
  .campus_life_page_intro .highlights .single_item .item_wrapper .blog-img {
    overflow: hidden;
  }
  .campus_life_page_intro .highlights .single_item .item_wrapper .blog-img img {
    width: 180px;
    height: auto;
    padding-top: 30px;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1) rotate(0deg);
  }
  .campus_life_page_intro .highlights .single_item .item_wrapper h3 {
    font-weight: 700;
    font-size: 20px;
    padding: 30px 25px 30px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    min-height: 118px;
    max-height: 118px;
  }
  .campus_life_page_intro .highlights .single_item .item_wrapper h3 a {
    color: #333146;
    transition: all 0.3s ease-in-out;
  }
  .campus_life_page_intro .highlights .single_item .item_wrapper h3 a:hover {
    color: #ff5a2c;
  }
  .campus_life_page_intro .highlights .single_item .blog_title {
    position: relative;
    padding: 0 25px 20px;
    background: transparent;
    margin-top: 0px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    text-align: left;
  }
  .campus_life_page_intro .highlights .single_item .blog_title .post_bloger {
    padding: 15px 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .campus_life_page_intro .highlights .single_item .blog_title .post_bloger li {
    font-size: 14px;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    color: #6a7a83;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
  }
  .campus_life_page_intro .highlights .single_item .blog_title .post_bloger li i {
    padding-right: 7px;
    font-size: 12px;
  }
  .campus_life_sub_section {
    position: relative;
    padding: 36px 0 0;
    margin-bottom: 36px;
  }
  .campus_life_sub_section .about_title {
    text-align: left;
    padding: 48px 0 0;
  }
  .campus_life_sub_section .about_title span {
    position: relative;
    padding-left: 110px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #6a7a83;
  }
  .campus_life_sub_section .about_title span:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 10px;
    background: #ff5a2c;
  }
  .campus_life_sub_section .about_title h2 {
    color: #333146;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
  }
  .campus_life_sub_section .meet_team_wrapper .sub_title {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .campus_life_sub_section .meet_team_wrapper .sub_title h3 {
    color: #333146;
    font-size: 36px;
    margin-left: 74px;
  }
  .campus_life_sub_section .meet_team_wrapper .sub_title h3::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 20px;
    background: #ff5a2c;
  }
  .campus_life_sub_section .content {
    margin-top: 64px;
  }
  .campus_life_sub_section .content p{
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
  }
  .campus_life_sub_section .content img{
    width: 96px;
  }
  .sports_and_games img {
    width: 420px;
  }
  .sports_and_games .step_point_ul li {
    font-size: 21px !important;
  }
  .campus_life_sub_section .list_align_center {
    display: table;
    margin: 0 auto;
  }
  .events_and_acitvites {
    padding-bottom: 72px;
  }
  .events_and_acitvites .step_point_ul li {
    font-size: 18px !important;
  }
  .campus_life_promo {
    margin-top: 16px;
    overflow: hidden;
  }
  .campus_life_promo .banner_learn {
    position: relative;
    overflow: hidden;
  }
  .campus_life_promo .banner_learn img {
    width: 778px;
    height: 592px;
    position: relative;
    z-index: 2;
    float: right;
  }
  .campus_life_promo .banner_learn::before {
    position: absolute;
    content: "";
    background: #273c75;
    width: 778px;
    height: 592px;
    right: 0;
    top: 0;
    opacity: 0.4;
    z-index: 9;
    overflow: hidden;
  }
  .campus_life_promo .items_shape {
    margin-top: -230px;
    height: 550px;
    position: relative;
    z-index: 1;
  }
  .campus_life_promo .items_shape:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #e6793b 0%, #c9270e 100%);
    z-index: -2;
  }
  .campus_life_promo .items_shape:before {
    position: absolute;
    content: "";
    background: url(/static/www/img/shapes/shape_bullet.png) repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
  }
  .campus_life_promo .story_about {
    margin-top: -150px;
    z-index: 9;
    position: relative;
  }
  .campus_life_promo .story_about .story_banner {
    height: 550px;
    width: 550px;
  }
  .campus_life_promo .story_about .story_banner img {
    height: 88%;
    width: auto;
    border-radius: 50%;
    border: 10px solid #ffffff;
  }
  .campus_life_promo .story_about .about_story_title {
    padding-top: 250px;
  }
  .campus_life_promo .story_about .about_story_title h2 {
    font-size: 50px;
  }
  .campus_life_promo .story_about .about_story_title p {
    padding-top: 40px;
    padding-right: 15%;
  }
  .campus_life_facilites {
    background: #ffffff;
    text-align: center;
    margin: 100px 0;
  }
  .campus_life_facilites .feature_single_1:before {
    background: rgba(71, 131, 253, 0.65);
  }
  .campus_life_facilites .feature_single_2:before {
    background: rgba(234, 86, 98, 0.65);
  }
  .campus_life_facilites .feature_single_3:before {
    background: rgba(130, 81, 188, 0.65);
  }
  .campus_life_facilites .feature_single_4:before {
    background: rgba(250, 191, 61, 0.65);
  }
  .campus_life_facilites .feature_single_5:before {
    background: rgba(58, 220, 179, 0.65);
  }
  .campus_life_facilites .feature_single_6:before {
    background: rgba(253, 144, 65, 0.65);
  }
  .campus_life_facilites .single_features_wrapper {
    padding: 0;
  }
  .campus_life_facilites .single_features_wrapper .feature_single {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin: 0 20px 40px;
  }
  .campus_life_facilites .single_features_wrapper .feature_single:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
  .campus_life_facilites .single_features_wrapper .feature_single:hover img {
    transform: scale(1.1);
  }
  .campus_life_facilites .single_features_wrapper .feature_single img {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  .campus_life_facilites .single_features_wrapper .feature_single .feature_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 30px 15px 30px 30px;
    z-index: 2;
  }
  .campus_life_facilites .single_features_wrapper .feature_single .feature_content h3 {
    color: #ffffff;
    font-size: 30px;
    padding: 0;
    font-weight: 600;
  }
  .campus_life_facilites .single_features_wrapper .feature_single .feature_content p {
    color: #ffffff;
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
  }
  /* === End Campus life Page === */
  
  /* === Start Information === */
  .information_home {
    padding: 130px 0 80px;
  }
  .information_home .single_item {
    box-shadow: 0px 0px 60px 0px rgba(47, 47, 47, 0.1);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    min-height: 120px;
    max-height: 120px;
    display: flex;
    align-items: center;
  }
  .information_home .single_item:before {
    position: absolute;
    content: "";
    transition: all 0.3s ease-in-out;
  }
  .information_home .single_item:hover:before {
    background: #ff5a2c;
  }
  .information_home .single_item .item_wrapper h3 {
    font-weight: 700;
    font-size: 20px;
    padding: 30px 25px;
    line-height: 30px;
    text-align: left;
  }
  .information_home .single_item .item_wrapper h3 a {
    color: #333146;
    transition: all 0.3s ease-in-out;
  }
  .information_home .single_item .item_wrapper h3 a:hover {
    color: #ff5a2c;
  }
  .information_page {
    padding: 32px 16px;
  }
  .information_page .archives {
    margin: 56px 4px;
  }
  .information_page .archives .items-title {
    position: relative;
    margin-bottom: 20px;
  }
  .information_page .archives .items-title h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 56px;
  }
  .information_page .archives .items-title .title:before {
    position: absolute;
    content: "";
    background: #333146;
    height: 3px;
    width: 40px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .information_page .archives .archives-items {
    margin-left: 50px;
  }
  .information_page .archives .archives-items ul li {
    padding-bottom: 12px;
  }
  .information_page .archives .archives-items ul li a {
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-right: 30px;
    color: #333146;
  }
  .information_page .archives .archives-items ul li a:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 10px;
    content: "\f103";
    left: -30px;
    bottom: -0px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
  }
  .information_page .archives .archives-items ul li a:after {
    position: absolute;
    font-family: "Flaticon";
    font-size: 10px;
    content: "\f103";
    left: -50px;
    bottom: -0px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
  }
  .information_page .archives .archives-items ul li a:hover {
    color: #ff5a2c;
  }
  .information_page .archives .archives-items ul li a:hover:before {
    color: #ff5a2c;
  }
  .information_page .archives .archives-items ul li a:hover:after {
    left: -30px;
  }
  .information_page .pdfs_page .panel-group .panel {
    margin-top: 30px;
    box-shadow: none;
    margin-bottom: 46px;
  }
   .information_page .pdfs_page .panel-group .panel-default, {
    border-color: transparent;
  }
   .information_page .pdfs_page .panel-group .panel .panel-heading {
    background-color: #f7f8fc;
    border: 0px solid;
    border-color: transparent;
    padding: 0;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title {
    box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.05);
    width: 100%;
    height: 70px;
    display: table;
    padding: 0 30px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title .click {
    background: #fafafa;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title a {
    display: block;
    color: #333146;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    text-decoration: none;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title a.collapsed:before {
    color: #ff5a2c;
    position: absolute;
    content: "\f100";
    font-family: "Flaticon";
    font-size: 12px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .4s ease-in;
    transition: all .3s ease-in;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title a:before {
    color: #ff5a2c;
    position: absolute;
    content: "\f125";
    font-family: "Flaticon";
    font-size: 12px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    line-height: 38px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
   .information_page .pdfs_page .panel-group .panel .panel-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 35px;
  }

.information_page .pdfs_page .panel-group .panel {
    margin-top: 30px;
    box-shadow: none;
    margin-bottom: 46px;
  }
   .information_page .pdfs_page .panel-group .panel-default, {
    border-color: transparent;
  }
   .information_page .pdfs_page .panel-group .panel .panel-heading {
    background-color: #f7f8fc;
    border: 0px solid;
    border-color: transparent;
    padding: 0;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title {
    box-shadow: 8px 13px 60px 0px rgba(47, 47, 47, 0.05);
    width: 100%;
    height: 70px;
    display: table;
    padding: 0 30px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title .click {
    background: #fafafa;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title a {
    display: block;
    color: #333146;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    text-decoration: none;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title a.collapsed:before {
    color: #ff5a2c;
    position: absolute;
    content: "\f100";
    font-family: "Flaticon";
    font-size: 12px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .4s ease-in;
    transition: all .3s ease-in;
  }
   .information_page .pdfs_page .panel-group .panel .panel-title a:before {
    color: #ff5a2c;
    position: absolute;
    content: "\f125";
    font-family: "Flaticon";
    font-size: 12px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    line-height: 38px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
   .information_page .pdfs_page .panel-group .panel .panel-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 35px;
  }
  .information_page .dev-page-h1 {
    position: relative;
    color: #333146;
    opacity: 0.86;
    font-weight: 600;
    font-size: 32px;
    padding-left: 82px;
    margin-bottom: 40px;
    margin-top: 48px;
  }
  .information_page .dev-page-h1::before{
    position: absolute;
    content: "";
    height: 4px;
    width: 60px;
    left: 0;
    bottom: 18px;
    background: #ff5a2c;
  }
  
  .information_page .tech-stack {
    font-size: 88px;
  }
  .tech-stack i{
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 36px;
  }
  .information_page .firstinfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  }
  
  
  .information_page .devs-content {
  position: relative;
  animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
  margin-bottom: 36px;
  }
  
  .information_page .card {
  width: 408px;
  height: 180px;
  padding: 21px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  }
  .information_page .card:after {
  content: '';
  display: block;
  width: 195px;
  height: 300px;
  border: 0px;
  box-shadow: 0px;
  background: linear-gradient(165deg, #f7b731 33%, #ff5a2c 66%);
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
  }
  
  .information_page .badgescard {
  display: none;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #ECECEC;
  width: 380px;
  height: 280px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  left: 16px;
  top: 10px;
  animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;
  }
  .information_page .badgescard span {
  font-size: 1.4em;
  margin: 0px 6px;
  opacity: 0.6;
  }
  
  .information_page .firstinfo {
  flex-direction: row;
  z-index: 2;
  position: relative;
  }
  .information_page .firstinfo img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 16px;
  top: 8px;
  }
  .information_page .firstinfo .profileinfo {
  padding: 8px 24px 0px 24px;
  max-width: 216px;
  }
  .information_page .firstinfo .profileinfo h1 {
  font-size: 1.5em;
  }
  .information_page .firstinfo .profileinfo h3 {
  font-size: 1em;
  color: #ff5a2c;
  font-style: italic;
  }
  .information_page .firstinfo .profileinfo p.bio {
  padding: 16px 0px;
  color: #5A5A5A;
  line-height: 1em;
  font-style: initial;
  }
  .information_page .firstinfo .profileinfo p.bio a{
    font-size: 32px;
    margin-left: 26px;
    color: #5A5A5A;
  }
  .information_page .firstinfo .profileinfo p.bio a:hover{
    opacity: 0.66;
  }
  
  @keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
  }
  @keyframes animainfos {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: -42px;
  }
  }
  @keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
  }
  /* === End Information === */
  
  
  /* === Start Placements === */
  .placements_sub_section {
    position: relative;
    padding: 36px 0 0;
    margin-bottom: 8px;
  }
  .placements_sub_section .about_title {
    text-align: left;
    padding: 48px 0 0;
  }
  .placements_sub_section .about_title span {
    position: relative;
    padding-left: 110px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #6a7a83;
  }
  .placements_sub_section .about_title span:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 10px;
    background: #ff5a2c;
  }
  .placements_sub_section .about_title h2 {
    color: #333146;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
  }
  .placements_sub_section .meet_team_wrapper .sub_title {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .placements_sub_section .meet_team_wrapper .sub_title h3 {
    color: #333146;
    font-size: 36px;
    margin-left: 74px;
  }
  .placements_sub_section .meet_team_wrapper .sub_title h3::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 20px;
    background: #ff5a2c;
  }
  .placements_sub_section .content {
    margin-top: 64px;
  }
  .placements_sub_section .content p{
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
  }
  .placements_sub_section .content img{
    width: 96px;
  }
  .placements_sub_section .list_align_center {
    display: table;
    margin: 0 auto;
  }
  .plc_events_and_acitvites {
    padding-bottom: 12px;
  }
  .plc_events_and_acitvites .step_point_ul li {
    font-size: 18px !important;
  }
  

  .placement_about_us {
    position: relative;
    padding: 64px 0 0;
    margin-bottom: 33px !important;
  }
  .placement_about_us .about_title {
    text-align: left;
    padding: 100px 0 0;
  }
  .placement_about_us .about_title span {
    position: relative;
    padding-left: 110px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #6a7a83;
  }
  .placement_about_us .about_title span:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    left: 0;
    top: 10px;
    background: #ff5a2c;
  }
  .placement_about_us .about_title h2 {
    color: #333146;
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
  }
  .placement_about_us .banner_about {
    padding-left: 8%;
  }
  .placement_about_us .about_content_wrapper {
    margin-top: 16px;
  }
  .placement_about_us .about_content_wrapper .about_banner_down {
    margin-top: 48px;
    padding: 0 24px;
  }
  .placement_about_us .about_content_wrapper .about_banner_down img{
    width: 100%;
    height: auto;
  }
  .placement_about_us .about_content_wrapper .about_content p {
    margin-top: 48px;
    padding-bottom: 20px;
  }
  .placement_about_us .about_content_wrapper .about_content a {
    color: #333146;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
  .placement_about_us .about_content_wrapper .about_content a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 2px;
    background: #ff5a2c;
    opacity: 0.3;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }
  .placement_about_us .about_content_wrapper .about_content a i {
    position: absolute;
    top: 2px;
    right: -30px;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
  }
  .placement_about_us .about_content_wrapper .about_content a:hover:before {
    height: 13px;
  }
  .placement_about_us .about_content_wrapper .about_content a:hover i {
    right: -40px;
    opacity: 0;
    visibility: hidden;
  }
  .placement_about_us .about_author {
    display: flex;
    align-items: center;
    justify-items: center;
  }
  .placement_about_us .about_author .autor_thumb img{
    width: 92px;
    border-radius: 50%;
    padding-right: 16px;
  }
  .placement_about_us .about_author .autor_text span {
    font-size: 18px;
    font-weight: 400;
    color: #020c26;
  }
  .placement_about_us .about_author .autor_text p {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
  }
  .placement_about_us_thinking {
    background: #f7f8fc;
    position: relative;
    margin-bottom: 72px;
  }
  .placement_about_us_thinking .banner_learn {
    padding-right: 8%;
  }
  .placement_about_us_thinking .banner_learn img {
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 660px;
  }
  .placement_about_us_thinking .title {
    padding: 42px 30% 80px 4%;
    text-align: left;
  }
  .placement_about_us_thinking .title h2 {
    color: #333146;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 50px;
  }
  .placement_about_us_thinking .title .step_services {
    margin-bottom: 40px;
    padding-right: 20%;
  }
  .placement_about_us_thinking .title .step_services:last-child {
    margin-bottom: 0;
  }
  .placement_about_us_thinking .title .step_services h3 {
    color: #333146;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
  }
  .placement_about_us_thinking .title .step_services h3 span {
    color: #ff5a2c;
    padding-right: 10px;
  }



  .studeent_testimonials {
    padding: 24px 0 128px;
    z-index: 1;
  }
  .studeent_testimonials .testimonial_single {
    position: relative;
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
    padding: 55px 20px 55px 40px;
    transition: all 0.3s ease-in-out;
  }
  .studeent_testimonials .testimonial_single:hover {
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
  }
  .studeent_testimonials .testimonial_single .reviewer_info {
    display: flex;
    align-items: center;
    padding-bottom: 45px;
  }
  .studeent_testimonials .testimonial_single .reviewer_info img {
    height: 75px;
    width: 75px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
  }
  .studeent_testimonials .testimonial_single .reviewer_info .name_position {
    padding-left: 30px;
  }
  .studeent_testimonials .testimonial_single .reviewer_info .name_position .name {
    font-size: 21px;
    line-height: 34px;
    font-weight: 500;
    color: #333146;
  }
  .studeent_testimonials .testimonial_single .reviewer_info .name_position span {
    font-size: 16px;
    font-weight: 400;
    color: #ff5a2c;
    display: inherit;
  }
  .studeent_testimonials .testimonial_single p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding-right: 20px;
  }



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


.placements_stats {
  padding: 14px 0 128px;
}
.placements_stats .single-courses {
  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
  transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
}
.placements_stats .single-courses:hover {
  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
  transition: all 0.3s ease-in-out;
}
.placements_stats .single-courses:hover .courses_banner_wrapper .courses_banner img {
  transform: scale(1.1) rotate(4deg);
}
.placements_stats .single-courses:hover .courses-content h3 a {
  color: #ff5a2c;
  transition: all 0.3s ease-in-out;
}
.placements_stats .single-courses .courses_banner_wrapper {
  position: relative;
}
.placements_stats .single-courses .courses_banner_wrapper .courses_banner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 230px;
  padding: 12px;
  background-color: #f7f8fc;
}
.placements_stats .single-courses .courses_banner_wrapper .canvas-container {
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.placements_stats .single-courses .courses_info_wrapper {
  position: relative;
  padding: 30px;
  background: #5958a0;  /* fallback for old browsers */
  background: -webkit-linear-gradient(199deg, #614385, #5958a0);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(199deg, #614385, #5958a0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.placements_stats .single-courses .courses_info_wrapper .purchase_price {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.placements_stats .single-courses .courses_info_wrapper .purchase_price a {
  background: #ff5a2c;
  font-weight: 600;
  border-radius: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-size: 18px;
  padding: 5px 25px;
  text-decoration: none;
}
.placements_stats .single-courses .courses_info_wrapper .courses_title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  margin: 0;
  margin-top: 12px;
  color: #ebebeb;
  line-height: 26px;
  text-align: center;
}
.placements_stats .single-courses .courses_info_wrapper .courses_title h3 a:hover {
  color: #ff5a2c;
}
.placements_stats .single-courses .courses_info_wrapper .courses_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  margin-top: 24px;
}
.placements_stats .single-courses .courses_info_wrapper .courses_info ul {
  margin-bottom: 0;
}
.placements_stats .single-courses .courses_info_wrapper .courses_info ul li {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 6px;
  font-family: "Rubik", sans-serif;
}
.placements_stats .single-courses .courses_info_wrapper .courses_info ul li i {
  padding-right: 6px;
}
.placements_stats .single-courses .courses_info_wrapper .courses_info .stat-label {
  display: inline-block;
  width: 18px;
  height: 8px;
  margin-right: 8px;
  margin-left: 5px;
}
.placements_stats .civil-color {
  color: #badc58;
  background-color: #badc58;
  
}
.placements_stats .mech-color {
  color: #ff7f50;
  background-color: #ff7f50;
  
}
.placements_stats .eee-color {
  color: #f5cd79;
  background-color: #f5cd79;
  
}
.placements_stats .ece-color {
  color: #f78fb3;
  background-color: #f78fb3;
  
}
.placements_stats .cse-color {
  color: #33d9b2;
  background-color: #33d9b2;
  
}
.placements_stats .mba-color {
  color: #ff4757;
  background-color: #ff4757;
  
}

#placements_stats_wrapper {
  position: relative;
}
#placements_stats_wrapper .title {
  padding-bottom: 40px;
}
#placements_stats_wrapper .title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}
#placements_stats_wrapper .title h2:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  background: #ebebeb;
  bottom: -30px;
  left: 15px;
}
#placements_stats_wrapper #placement_stat_figs {
  display: flex;
  justify-content: space-between;
}
#placements_stats_wrapper #placement_stat_figs .single-courses {
  margin: 50px 15px;
  box-shadow: 0px 0px 20px 0px rgba(47, 47, 47, 0.05);
}
#placements_stats_wrapper .owl-buttons {
  position: absolute;
  top: -50px;
  right: 0;
}
#placements_stats_wrapper .owl-buttons .owl-prev {
  border-radius: 0 15px 0px 15px !important;
}
#placements_stats_wrapper .owl-buttons .owl-next {
  border-radius: 15px 0px 15px 0px !important;
}
#placements_stats_wrapper .owl-buttons .owl-prev,
#placements_stats_wrapper .owl-buttons .owl-next {
  height: 40px;
  border: 1px solid #111b51;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
}
#placements_stats_wrapper .owl-buttons .owl-prev i:before,
#placements_stats_wrapper .owl-buttons .owl-next i:before {
  color: #111b51;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
#placements_stats_wrapper .owl-buttons .owl-prev:hover,
#placements_stats_wrapper .owl-buttons .owl-next:hover {
  border: 1px solid #ff5a2c;
}
#placements_stats_wrapper .owl-buttons .owl-prev:hover i:before,
#placements_stats_wrapper .owl-buttons .owl-next:hover i:before {
  color: #ff5a2c;
}
.placements_stats .dept_cards_container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.placements_stats .dept_cards_container:hover {
  opacity: 0.77;
}
.placements_stats .dept_cards {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  margin-bottom: 21px;
  height: 96px;
  width: 100%;
  background: #ecf0f1;
  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);

}
.placements_stats .dept_cards .icon{
  display: flex;
  background: #7f8c8d;
  width: 136px;
  justify-content: center;
  align-items: center;
}
.placements_stats .icon i{
  color: #ecf0f1;
  font-size: 28px;
}
.placements_stats .dept_cards .title {
  display: flex;
  width: 100%;
  width: -moz-available;         
  width: -webkit-fill-available; 
  width: fill-available;
  justify-content: center;
  align-items: center;
  padding: 8px !important;
}
.placements_stats .dept_cards .title h3{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* === End Placements === */



/* Medium Layout: 1280px. */
@media only screen and (min-width: 1281px) and (max-width: 1690px) {
	.mobile_xtra_nav{
		display: none;
	}
	header .header_top{
		display: block;
	}
	#scroll-top .to-top a {
	    font-size: 12px;
	    height: 45px;
	    width: 45px;
	    line-height: 45px;
	    right: 30px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.mobile_xtra_nav{
		display: none;
	}
	header .header_top{
		display: block;
	}
	#scroll-top .to-top a {
	    font-size: 12px;
	    height: 30px;
	    width: 30px;
	    line-height: 30px;
	    right: 15px;
	}	
	.mainmenu .navbar-nav li {
	    margin-right: 26px;
	}
	.testimonial ul.slick-dots {
		right: 32px;
	}
	#courses_details_wrapper .blog-right-items .courses_features .features_items, .event_details_wrapper .blog-right-items .courses_features .features_items {
	    padding-left: 40px;
	    padding-right: 20px;
	}
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
	#scroll-top .to-top a {
	    font-size: 12px;
	    height: 30px;
	    width: 30px;
	    line-height: 30px;
	    right: 15px;
	}
	.navbar-brand{
		display: none;
	}
	header .edu_nav nav {
	    display: none;
	}
	header .header_top {
	    padding-top: 53px;
	}
	.mobile_xtra_nav{
		display: inline-block;
	}
	header .header_top{
		display: none;
	}
	header .edu_nav nav .search_area .navbar-nav li i:before {
	    color: #fff !important;
	}
	.dropdown_icn{
		display: none;
	}
	section, header{
		overflow: hidden;
	}
	.header_3 .intro_wrapper {
		padding: 72px 0 16px;
		background: linear-gradient(-125deg, #e6793b 0%, #c9270e 60%);
  }
  #HomeCarouselIndicators .carousel-control-prev, #HomeCarouselIndicators .carousel-control-next {
    width: 9%;
  }
  #HomeCarouselIndicators .carousel-control-prev-icon, #HomeCarouselIndicators .carousel-control-next-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
  }
  #HomeCarouselIndicators .carousel-indicators li {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 0px;
  }
	.accrds .single_item {
		min-height: 100%;
	  }
	.accrds .single_item .blog-img img {
		width: 96px;
		transition: all 0.3s ease-in-out;
	}
	.accrds .single_item .blog_title h3 {
		font-weight: 700;
		font-size: 14px;
		padding-top: 5px;
		line-height: 18px;
	}
	.placement_section .form-full-box{
		margin: 0px;
	}
	.placement_section {
		background: transparent url("/static/www/img/home/placements/banner1.png") no-repeat left center/cover;
	}
	.placement_section .count_student .single_count {
		margin: 0 auto;
		min-width: 150px;
	}
	.sub_title h2 {
	    font-size: 40px;
	    letter-spacing: 1px;
	}
	.title h2 {
	    font-size: 40px;
	    letter-spacing: 1px;
	} 
	.events-area .event_title_wrapper {
		display: inherit;
		margin-bottom: 48px;
	}
	.events-area .event_title_wrapper .sub_title{
		margin-bottom: 12px;
	}
	.events-area .events_single .event_info h3 {
		line-height: 24px;
		margin-top: 18px;
	}
	.events-area .events_single .event_info h3 a {
		transition: all 0.3s ease-in-out;
		font-weight: 600;
		color: #333146;
		font-size: 18px;
	}
	.events-area .events_single .event_info .events_time span {
		display: block;
	}
	.testimonial .testimonial_title h2 {
	    font-size: 36px;
	}
	.testimonial .testimonial_text_wrapper {
	    padding-left: 0;
	}
	.testimonial .testimonial_text_wrapper .carousel_text .single_box {
	    padding-right: 0;
	    padding-left: 0;
	}
	.testimonial .testimonial_text_wrapper .reviewer_info {
	    top: -160px;
	    transform: rotate(0deg);
	    left: 0;
	}
	.testimonial .carousel_images {
	    margin: 0;
	}
	.testimonial .carousel_images .restimonial_single_img .name_position {
	    transform: rotate(0deg);
	    padding-top: 150px;
	    margin-left: -15px;
	}
	.testimonial .carousel_images .restimonial_single_img .name_position .name{
		font-size: 14px;
	}
	.testimonial .carousel_images .restimonial_single_img img {
	    height: 70px;
	    width: 70px;
	    border-radius: 50%;
	    transform: rotate(0deg);
	    margin-bottom: 100px;
	}
	.testimonial .carousel_images .restimonial_single_img.slick-current img {
	    transform: rotate(0deg);
	}
	.testimonial .testimonial_text_wrapper .carousel_text .single_box p {
	    font-size: 21px;
	    line-height: 30px;
	}
	.testimonial .carousel_images .restimonial_single_img, .testimonial .carousel_images .restimonial_single_img.slick-current{
	   height: 255px;
	}
	.courses_offered_rce .single_item {
		padding: 10px 4px 16px;
	}
	.courses_offered_rce .single_item .blog_title h3 {
		font-weight: 600;
		font-size: 18px;
		padding: 0px;
		line-height: 24px;
	}
	.out_count_student .counter_wrapper .counter_single_wrapper:before {
		width: 21px;
		top: 36%;
	}
	.out_count_student .counter_wrapper .counter_single_wrapper .count_single .counter,
	.out_count_student .counter_wrapper .counter_single_wrapper .count_single .count_icon {
		font-size: 36px;
		font-weight: 600;
		line-height: 48px;
  }
  .footer_2 {
    padding: 0 0 150px 0;
    overflow-y: visible;
  }
	footer .footer_top .information {
	    margin-left: 0;
	}
	footer .footer_top .contact {
	    margin-left: 0;
	}
	footer .footer_top h3 {
	    margin-bottom: 20px;
	    margin-top: 40px;
	}
	.campus_life_promo .story_about .story_banner {
		height: 420px;
		width: 420px;
  	}
  	.campus_life_promo .story_about .story_banner img {
		height: 88%;
		width: auto;
		border-radius: 50%;
		border: 10px solid #ffffff;
  	}
  	.campus_life_promo .story_about .about_story_title {
		padding-top: 220px;
  	}
  	.campus_life_promo .story_about .about_story_title h2 {
		font-size: 42px;
	}
	.campus_life_promo .story_about .about_story_title p {
		text-align: justify;
	}
	.campus_life_promo .banner_learn img {
		width: 100%;
		height: auto;
	}
	.campus_life_promo .banner_learn::before {
		position: absolute;
		content: "";
		background: #273c75;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		opacity: 0.4;
		z-index: 9;
		overflow: hidden;
	}
	.campus_life_facilites {
		margin: 48px 0;
	}
	.events_and_acitvites .step_point_ul {
		margin-top: 72px !important;
  }
  .placement_about_us_thinking .banner_learn img {
    min-height: auto;
  }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.pr-sm-0 {
		padding-right: 0px !important;
	}
	.pl-sm-0 {
		padding-left: 0px !important;
	}
	#scroll-top .to-top a {
	    font-size: 12px;
	    height: 30px;
	    width: 30px;
	    line-height: 30px;
	    right: 15px;
	}
	.header_3 .edu_nav nav .search_area .navbar-nav li {
	    padding:0px;
	}
	.mean-container .mean-bar {
	    z-index: 999;
	}
	.navbar-brand{
		display: none;
	}
	header .edu_nav nav .search_area .navbar-nav li i:before {
	    color: #ffffff !important;
	}
	header .header_top {
	    padding-top: 53px;
	    overflow: hidden;
	}
	.dropdown_icn{
		display: none;
	}
	header .header_top .info_wrapper {
	    display: initial;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	}
	.mobile_xtra_nav{
		display: inline-block;
	}
	header .header_top{
		display: none;
	}
	.landing{
		margin-top: 48px;
	}
	section, header{
		overflow: hidden !important;
  }
  #HomeCarouselIndicators .carousel-control-prev, #HomeCarouselIndicators .carousel-control-next {
    width: 14%;
  }
  #HomeCarouselIndicators .carousel-control-prev-icon, #HomeCarouselIndicators .carousel-control-next-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
  }
  #HomeCarouselIndicators .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 2px;
  }
	.placement_section .form-full-box{
		margin: 0px;
	}
	.placement_section  .recruiter_logos img{
		width: 96px;
		padding: 12px 4px;
	}
	.placement_section .count_student{
		margin-top: 18px;
		margin-left: 2%;
	}
	.placement_section .count_student .single_count .counter  {
		font-size: 24px;
		font-weight: 500;
		padding-bottom: 6px;
  	}
	.placement_section .count_student .single_count .counter_icon {
		font-size: 14px;
  		font-weight: 400;
  		padding-bottom: 6px;
	}
	.placement_section .count_student .single_count {
		margin-right: 21px;
		min-width: 60px;
	}
	.placement_section .count_student .single_count .department_name {
		font-size: 21px;
		line-height: 24px;
	  }
	.sub_title h2 {
	    font-size: 36px;
	    letter-spacing: 1px;
	}
	.events-area .event_title_wrapper {
		display: inherit;
		margin-bottom: 48px;
	}
	.events-area .event_title_wrapper .sub_title{
		margin-bottom: 12px;
	}
	.events-area .event_title_wrapper .sub_title h2{
		font-size: 28px;
	}
	.events-area .events_single .event_info h3 {
		line-height: 24px;
		margin-top: 18px;
	}
	.events-area .events_single .event_info h3 a {
		transition: all 0.3s ease-in-out;
		font-weight: 600;
		color: #333146;
		font-size: 18px;
	}
	.events-area .events_single .event_info .events_time span {
		display: block;
	}
	.testimonial .testimonial_title h2 {
	    font-size: 36px;
	}
	.testimonial .testimonial_text_wrapper {
	    padding-left: 0;
	}
	.testimonial .testimonial_text_wrapper .carousel_text .single_box {
	    padding-right: 0;
	    padding-left: 0;
	}
	.testimonial .testimonial_text_wrapper .reviewer_info {
	    top: -160px;
	    transform: rotate(0deg);
	    left: 0;
	}
	.testimonial .carousel_images {
	    margin: 0;
	}
	.testimonial .carousel_images .restimonial_single_img .name_position {
	    transform: rotate(0deg);
	    padding-top: 150px;
	    margin-left: -15px;
	}
	.testimonial .carousel_images .restimonial_single_img .name_position .name{
		font-size: 14px;
	}
	.testimonial .carousel_images .restimonial_single_img img {
	    height: 70px;
	    width: 70px;
	    border-radius: 50%;
	    transform: rotate(0deg);
	    margin-bottom: 100px;
	}
	.testimonial .carousel_images .restimonial_single_img.slick-current img {
	    transform: rotate(0deg);
	}
	.testimonial .testimonial_text_wrapper .carousel_text .single_box {
	    min-height: 400px;
	}
	.testimonial .testimonial_text_wrapper .carousel_text .single_box p {
	    font-size: 18px;
	    line-height: 30px;
	}
	.testimonial .carousel_images .restimonial_single_img, .testimonial .carousel_images .restimonial_single_img.slick-current{
	   height: 255px;
	}
	.out_count_student::before {
		background: none;
	}
	.our_sponsor .sponsored_company_logos li {
	    margin-bottom: 50px;
	    width: 40%;
	}
	.our_sponsor .sponsored_company_logos_2 {
	    justify-content: space-between !important;
	}
	.our_sponsor .sponsored_company_logos_2 li {
	    padding: 0;
	}
	footer .footer_top .information {
	    margin-left: 0;
	}
	footer .footer_top h3 {
	    margin-bottom: 20px;
	    margin-top: 40px;
	}
	footer .footer_top .contact {
	    margin-left: 0;
	}
	footer .footer_top .footer_single_col .social_items {
	    padding: 20px 0 0;
	    position: relative;
	    z-index: 1;
	}
	.courses_offered_rce .single_item {
	    margin-bottom: 30px;
	}
	.header_3 .intro_wrapper {
		padding: 100px 0 12px;
		background: linear-gradient(-125deg, #e6793b 0%, #c9270e 60%);
	}
	.header_3 .intro_wrapper h1 {
	    font-size: 36px;
	    line-height: 48px;
	    letter-spacing: 1px;
	}
	.out_count_student .counter_wrapper {
	    display: inherit;
	}
	.out_count_student .counter_wrapper .counter_single_wrapper {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.out_count_student .counter_wrapper .counter_single_wrapper::before {
		display: none
	}
	.about_rce_wrapper .content .title::before{
		position: absolute;
		content: "";
		height: 4px;
		width: 54px;
		left: 0;
		top: 40px;
		background: #ff5a2c;
	}
	.about_rce_wrapper .content .title h1 {
		font-size: 28px;
		margin-left: 72px;
	}
	.admissions_secondary_page_intro {
		padding-top: 0px;
	}
	.admission_courses .testimonial_single .reviewer_info .name_position {
		min-height: 88px;
	}
	.admission_courses .meet_team_wrapper .sub_title h3 {
		font-size: 28px;
	}
	.admission_courses .testimonial_single .metrics .prop{
		font-size: 12px;
	}
	.admission_courses .testimonial_single .metrics .value{
		font-size: 14px;
	}
	.admission_courses .testimonial_single .metrics .value .short_form_enable {
		display: none;
	}
  .form-full-box {
    margin-top: 144px;
  }
  .otp_modal_body {
    width: 96%;
  }
  .admissions_secondary_page_intro .about_content_wrapper .about_content {
    padding-top: 72px;
    padding-left: 0px;
  }
	.campus_life_sub_section .meet_team_wrapper .sub_title h3 {
		color: #333146;
		font-size: 24px;
		margin-left: 44px;
	}
	.campus_life_sub_section .meet_team_wrapper .sub_title h3::before {
		position: absolute;
		content: "";
		height: 4px;
		width: 40px;
		left: 0;
		top: 12px;
		background: #ff5a2c;
	  }
	.campus_life_promo .banner_learn {
		margin-top: 54px;
	}
	.campus_life_promo .banner_learn img {
		width: auto;
		height: 66vh;
		position: relative;
		z-index: 2;
		float: right;
	}
	.campus_life_promo .story_about .story_banner {
		height: auto;
		width: auto;
		text-align: center;
	}
	.campus_life_promo .story_about .story_banner img {
		height: auto;
		width: 88vw;
		border-radius: 50%;
		border: 10px solid #ffffff;
		text-align: center;
		margin: 0 auto;
	}
	.campus_life_promo .story_about .about_story_title {
		padding-top: 54px;
	}
	.campus_life_facilites {
		text-align: justify;
		margin: 42px 0;
	}
	.sports_and_games .step_point_ul {
		margin-top: 48px !important;
	}
	.sports_and_games .step_point_ul li {
		font-size: 14px !important;
		padding-left: 18px;
	}
	.events_and_acitvites .step_point_ul {
		margin-top: 48px !important;
	}
	.events_and_acitvites .step_point_ul li{
		font-size: 14px !important;
		padding-left: 18px !important;
  }
  #placements_stats_wrapper .title h2 {
    margin-bottom: 16px;
  }
  .placements_stats .single-courses .courses_info_wrapper {
    padding-right: 21px;
    padding-left: 21px;
  }
  .placements_stats .single-courses .courses_info_wrapper .courses_info .stat-label {
    width: 8px;
    height: 8px;
  }
  .placement_about_us .about_title span {
    padding-left: 64px;
  }
  .placement_about_us .about_title span:before {
    width: 56px;
  }
  .placements_sub_section .meet_team_wrapper .sub_title h3 {
    font-size: 24px;
    margin-left: 63px;
  }
  .placements_sub_section .meet_team_wrapper .sub_title h3::before {
    width: 56px;
    top: 12px;
  }
  .placement_about_us_thinking .banner_learn img {
    min-height: auto;
  }
  .placement_about_us_thinking .title {
    padding: 42px 30px 10px 4px;
  }
  .placement_about_us_thinking .title .step_services {
    padding-right: 2%;
  }
  .plc_events_and_acitvites .step_point_ul li {
    font-size: 14px !important;
    padding-left: 16px !important;
  }
  .meet_our_t_and_p_team .meet_team_wrapper {
    flex-direction: column;
  }
  .meet_our_t_and_p_team .meet_team_wrapper .sub_title {
    margin-bottom: 32px;
  }
  .meet_our_t_and_p_team .testimonial_single .reviewer_info .pro_pic_teacher img {
    height: auto;
  }
  .information_page .devs-content .card {
    width: 272px;
    height: 140px;
    padding: 12px;
  }
  .information_page .devs-content .firstinfo img {
    width: 92px;
    height: 92px;
    left: 14px;
    top: 8px;
  } 
  .information_page .devs-content .firstinfo .profileinfo {
    padding: 8px 6px 0px 6px;
    max-width: 154px;
  }
  .information_page .devs-content .firstinfo .profileinfo h1 {
    font-size: 1em;
  }
  .information_page .devs-content .firstinfo .profileinfo h3 {
    font-size: 0.6em;
  }
  .information_page .devs-content .firstinfo .profileinfo p.bio a {
    font-size: 24px;
  }
  .information_page .devs-content .firstinfo .profileinfo p.bio a i{
    margin-left: 5px;
  }
  .information_page .tech-stack i{
    margin-right: 10px;
  }
  .information_page .devs-page-h1{
    font-size: 26px !important;
  }

}

/* Admissions App*/
.form-full-box {
  background: linear-gradient(65deg, #5958a0 0%, #111b51 100%);
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
}

.form-full-box .form_title {
  margin-bottom: 40px;
}

.form-full-box .form_title h2 {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 0;
  font-weight: 700;
  position: relative;
  color: #ffffff;
}

.form-full-box .form_title p {
  padding-top: 15px;
  font-size: 12px;
  color: #ffffff;
}


 .form-full-box .form_title p span {
  color: #ff5a2c;
}
 .form-full-box .register-form {
  padding: 0;
}
 .form-full-box .register-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
 .form-full-box .register-form .form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
 .form-full-box .register-form .form-group span {
  position: absolute;
  top: 0%;
  right: 0;
  color: white;
  transform: rotate(90deg);
  z-index: 0;
}
 .form-full-box .register-form .form-group label i:before {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
 .form-full-box .register-form .form-group input,
 .form-full-box .register-form .form-group select {
  position: relative;
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
  height: 50px;
  padding: 10px 15px 10px 40px;
  transition: all 0.5s ease 0s;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  z-index: 1;
}
.form-full-box .register-form .form-group select {
  cursor: pointer;
  outline: none;
}
 .form-full-box .register-form .form-group select option{
  background: #5958a0;
}

.form-full-box .register-form .form-group select option:hover{
  background: #ff5a2c;
}

 .form-full-box .register-form .form-group input:focus,
 .form-full-box .register-form .form-group select:focus {
  border-color: #ff5a2c;
  outline: none;
  box-shadow: none;
}
 .form-full-box .register-form .form-group input::-webkit-input-placeholder,
 .form-full-box .register-form .form-group select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
 .form-full-box .register-form .form-group input::-moz-placeholder,
 .form-full-box .register-form .form-group select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
 .form-full-box .register-form .form-group input::-ms-input-placeholder,
 .form-full-box .register-form .form-group select::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
 .form-full-box .register-form .form-group input::-moz-placeholder,
 .form-full-box .register-form .form-group select::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
 .form-full-box .register-form .register-btn-box {
  padding-top: 20px;
}
 .form-full-box .register-form .register-btn-box .register-btn {
  background: #ff5a2c;
  color: white;
  padding: 0 50px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
 .form-full-box .register-form .register-btn-box .register-btn:hover {
  background: #ff5a2c;
  color: #ffffff;
}

.otp_modal .card {
    width: 350px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: none;
    height: 450px;
    position: relative
}

.otp_modal .container {
    height: 100vh
}
.otp_modal .mobile-text {
    color: #989696b8;
    font-size: 15px
}

.otp_digits input::-webkit-outer-spin-button,
.otp_digits input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp_digits input[type=number] {
  -moz-appearance: textfield;
}

.otp_modal .form-control {
    margin-right: 12px;
    text-align: center !important;
}

.otp_form_digit:focus, .otp_form_digit::selection {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none
}

.otp_modal .cursor {
    cursor: pointer
}

.otp_modal .text-danger{
  color: #ff5a2c !important;
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.landing{
		margin-top: 48px;
	}
	.testimonial .testimonial_text_wrapper .carousel_text .single_box {
	    min-height: 300px;
	}
	.out_count_student .counter_wrapper {
	    display: flex;
	    flex-wrap: wrap;
	}
	.out_count_student .counter_wrapper .counter_single_wrapper {
	    width: 45%;
        margin-top: 30px;
        margin-bottom: 0;
	}

}

