/*
@File: Unco Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Top Header Area  
** - Nav Area Style 
** - Banner Area Style
** - About Area Style
** - Study Area Style
** - Our Campus Area Style
** - Simple Steps Area Style
** - Events Area Style
** - Admission Area Style
** - Find A Courses Area Style
** - Single Check Area Style
** - Counter Area Style
** - Campus Experience Area Style
** - Team Area Style
** - Application Submit Area Style
** - Costing Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style

*******************************************
/*

/*
Every Pages Imported Style
============================*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

@import url(pages-css/default.css);
@import url(pages-css/main-default-content.css);
@import url(pages-css/top-header.css);
@import url(pages-css/navbar.css);
@import url(pages-css/gallery.css);
@import url(pages-css/coming-soon.css);
@import url(pages-css/404.css);
@import url(pages-css/admissions.css);
@import url(pages-css/faq.css);
@import url(pages-css/tuition-fees.css);
@import url(pages-css/products.css);
@import url(pages-css/product-details.css);
@import url(pages-css/cart.css);
@import url(pages-css/wishlist.css);
@import url(pages-css/checkout.css);
@import url(pages-css/event-details.css);
@import url(pages-css/courses-details.css);
@import url(pages-css/blog.css);
@import url(pages-css/blog-details.css);
@import url(pages-css/my-account.css);
@import url(pages-css/register.css);
@import url(pages-css/contact.css);
@import url(pages-css/application.css);
@import url(pages-css/page-title.css);
@import url(pages-css/others.css);
@import url(pages-css/footer.css);
/*
Search Modal Area Style
======================================================*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, span, div, li{
    font-family: "Lato", serif !important;
}



.search-modal-area .modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
}

.search-modal-area .modal-content form.search-box {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-modal-area .modal-content form.search-box .search-input {
  width: 810px;
  position: relative;
  padding: 30px;
}

.search-modal-area .modal-content form.search-box .search-input .form-control {
  color: var(--white-color);
  height: 60px;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control:-ms-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-ms-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .search-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 63px;
  font-size: 25px;
  background-color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.search-modal-area .modal-content form.search-box .search-input .search-btn:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.search-modal-area .modal-content .closer-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff3131;
  color: var(--white-color);
  font-size: 20px;
  z-index: 1;
}

.search-modal-area .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.search-modal-area.modal {
  overflow: hidden;
  padding: 0 !important;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.banner-area.bg-1 {
  background-image: url(../images/banner/banner-bg-1.jpg);
}

.banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
}

.banner-area.bg-3 {
  background-image: url(../images/banner/banner-bg-3.jpg);
  padding-top: 200px;
  padding-bottom: 400px;
}

.banner-area.bg-3::before {
  background-color: #000000;
  opacity: 0.8;
}

.banner-area.bg-3::after {
  display: none;
}

.banner-area.bg-3 .banner-content {
  margin-top: 50px;
}

.banner-area.bg-3 .banner-content span {
  color: var(--white-color);
}

.banner-area.bg-3 .banner-content h1 {
  color: var(--white-color);
  font-weight: 700;
}

.banner-area.bg-3 .banner-content .courses-link {
  margin-top: 100px;
}

.banner-area.bg-3 .banner-content .courses-link a {
  color: var(--white-color);
}

.banner-area.bg-3 .banner-content .courses-link a:hover {
  color: var(--white-color);
}

.banner-area.bg-3 .banner-content .courses-link .study-online {
  margin-left: 100px;
}

.banner-area.bg-3 .video-button {
  text-align: center;
}

.banner-area.bg-3 .social-link {
  top: 21%;
  right: 0;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  opacity: 0.9;
  z-index: -1;
}

.banner-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background-color: var(--optional-color);
  z-index: -1;
}

.banner-area .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: absolute;
  top: 26%;
  right: -24px;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.banner-area .social-link li {
  margin: 35px 0;
}

.banner-area .social-link li a {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}

.banner-area .social-link li a:hover {
  color: var(--main-color);
}

.banner-area.banner-area-style-two {
  overflow: initial;
  padding-bottom: 0;
}

.banner-area.banner-area-style-two::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 350px;
  background-color: var(--white-color);
  z-index: -1;
}

.banner-area.banner-area-style-two .banner-content {
  text-align: center;
  max-width: 990px;
  margin: auto;
}

.banner-area.banner-area-style-two .banner-content h1 {
  font-size: 72px;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg {
  background-color: var(--white-color);
  padding: 0;
  border: 1px solid #d7d7d7;
  margin-bottom: 100px;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg .form-group {
  margin-bottom: 0;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg .form-group .form-control {
  border: none;
  max-width: 100%;
  width: 420px;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg .form-group select.form-control {
  border-left: 1px solid #d7d7d7;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg ul li {
  display: inline-block;
}

.banner-area.banner-area-style-two .banner-content .find-courses-from-bg ul li .default-btn {
  padding: 14px 27px;
  top: 1px;
}

.banner-area.banner-area-style-two .video-banner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.banner-area.banner-area-style-two .video-banner .video-button {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.sgsgsg .banner-area.banner-area-style-two .video-banner .shape-1 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}

.sgsgsg .banner-content {
  margin-top: 50px;
}

.sgsgsg .banner-content span {
  font-size: 16px;
  display: block;
  color: var(--main-color);
  margin-bottom: 10px;
}

.sgsgsg .banner-content h1 {
  font-size: 55px;
  margin-bottom: 25px;
  color: var(--heading-color);
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
  font-weight: 900;
  line-height: 1.3;
}

.sgsgsg .banner-content p {
  margin-bottom: 30px;
  max-width: 750px;
  font-size: 18px;
  -webkit-animation: 0.9s fadeInUpBig;
          animation: 0.9s fadeInUpBig;
  color: var(--heading-color);
}

.banner-content .banner-btn {
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
  margin-top: 40px;
}

.banner-content .courses-link {
  margin-top: 100px;
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
}

.banner-content .courses-link a {
  font-size: 18px;
  color: var(--heading-color);
}

.banner-content .courses-link a i {
  position: relative;
  top: 4px;
  margin-left: 8px;
}

.banner-content .courses-link a:hover {
  color: var(--main-color);
}

.banner-content .courses-link .study-online {
  margin-left: 100px;
}

.banner-img {
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
}

/*
About Area Style
======================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-area.about-area-style-three {
  background-image: unset;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-area.about-area-style-three .about-img-two {
  padding-right: 0;
  padding-bottom: 0;
}

.about-area.about-area-style-three .about-img-two::before {
  background-color: var(--main-color);
}

.about-area.about-area-style-three .about-img-two .about-shape {
  display: none;
}

.about-img {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  z-index: 1;
}

.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  border: 20px solid var(--optional-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-img:hover::before {
  border-color: #e8cf59;
}

.about-img-two {
  position: relative;
  padding-right: 0;
  padding-bottom: 0;
}

.about-img-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 350px;
  background-color: #efeef2;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-img-two .about-shape {
  position: relative;
  position: absolute;
  top: 100px;
  right: -30px;
  opacity: 0.4;
  display: none;
}

.about-content span {
  font-size: 15px;
  color: var(--main-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

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

/*
Study Area Style
======================================================*/
.study-area {
  /* background-image: url(../images/study-bg.jpg); */
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}

.study-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: -1;
  margin-left: 0%;
}

.study-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 200px; */
  background-color: var(--white-color);
  z-index: -1;
}

.study-area .section-title {
  margin-left: 0;
  text-align: left;
}

.study-area .section-title p {
  margin-left: 0;
}

.study-area .owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  right: 7px;
  top: -95px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.study-area .owl-theme .owl-nav .owl-prev, .study-area .owl-theme .owl-nav .owl-next {
  margin: 0 5px;
}

.study-area .owl-theme .owl-nav .owl-prev i, .study-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  width: 50px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.study-area .owl-theme .owl-nav .owl-prev:hover i, .study-area .owl-theme .owl-nav .owl-next:hover i {
  background-color: var(--white-color);
  color: var(--main-color);
}

.study-area .owl-theme .owl-nav .owl-next {
  right: -50px;
  left: auto;
}

.study-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.study-area.study-area-style-two::after {
  height: 100%;
}

.study-area.study-area-style-two .owl-theme .owl-nav .owl-prev i, .study-area.study-area-style-two .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--heading-color);
  border: 1px solid var(--heading-color);
}

.study-area.study-area-style-two .owl-theme .owl-nav .owl-prev:hover i, .study-area.study-area-style-two .owl-theme .owl-nav .owl-next:hover i {
  background-color: var(--main-color);
  color: var(--white-color);
  border-color: var(--main-color);
}

.study-area.study-area-style-two .owl-theme .owl-nav .owl-next {
  right: -50px;
  left: auto;
}

.study-area.study-area-style-two .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.single-study {
  background-color: var(--white-color);
  border: 1px solid #e8e8e8;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 15px;
  margin-bottom: 30px;
  width: 18%;
  float: left;
  margin: 10px;
  text-align: center;
  height: 175px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 15px;
}

.single-study.style-img {
  padding: 0;
}

.single-study.style-img .single-study-content {
  padding: 20px;
  position: relative;
}

.single-study.style-img .single-study-content i {
  color: #ebebeb;
  width: auto;
  height: auto;
  line-height: 1;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}

.single-study.study-f3f3f4 {
  background-color: #f3f3f4;
  border: none;
  padding: 30px;
}

.single-study i {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #fb8501;
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-study h3 {
  font-size: 17px;
  margin-bottom: 14px;
}

.single-study h3 a {
  color: var(--heading-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-study p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-study:hover {
  background-color: #fb8501;
  border-color: #fb8501;
  transform: scale(1.1);
}

.single-study:hover.style-img {
  background-color: var(--white-color);
  border: 1px solid #e8e8e8;
}

.single-study:hover.style-img .single-study-content i {
  background-color: var(--white-color);
  color: #ebebeb;
}

.single-study:hover.style-img .single-study-content h3 a {
  color: var(--main-color);
}

.single-study:hover.style-img .single-study-content p {
  color: var(--body-color);
}

.single-study:hover.style-img .single-study-content .read-more {
  color: var(--main-color);
}

.single-study:hover i {
  background-color: var(--white-color);
  color: #f38400;
}

.single-study:hover h3 a {
  color: var(--white-color);
}

.single-study:hover p {
  color: var(--white-color);
}

.single-study:hover .read-more {
  color: var(--white-color);
}

.study-load {
  text-align: center;
}

/*
Our Campus Information Area Style
======================================================*/
.our-campus-bg.our-campus-bg-style {
  background-color: #f8fafb;
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.our-campus-bg.our-campus-bg-style::before {
  display: none;
}

.our-campus-bg.our-campus-bg-style::after {
  display: none;
}

.our-campus-bg.our-campus-bg-style .campus-content {
  background-color: transparent;
  padding: 0;
}

.our-campus-bg.our-campus-bg-style .campus-content::before {
  display: none;
}

.our-campus-bg.our-campus-bg-style .campus-content span {
  color: var(--main-color);
}

.our-campus-bg.our-campus-bg-style .campus-content h2 {
  color: var(--heading-color);
}

.our-campus-bg.our-campus-bg-style .campus-content p {
  color: var(--body-color);
}

.our-campus-bg.our-campus-bg-style .campus-content .read-more {
  color: var(--main-color);
}

.our-campus-bg.our-campus-bg-style .campus-img-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.our-campus-bg.our-campus-bg-style .campus-img-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--main-color);
  width: 300px;
  height: 100%;
  z-index: -1;
  margin: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-campus-bg.our-campus-bg-style .campus-img-2:hover::before {
  background-color: var(--optional-color);
}

.our-campus-bg.our-campus-bg-style-three .campus-content {
  background-color: var(--optional-color);
}

.our-campus-bg.our-campus-bg-style-three .campus-content::before {
  left: -415px;
  width: 460px;
  background-color: var(--optional-color);
}

.our-campus-bg.our-campus-bg-style-three .campus-img {
  position: relative;
  z-index: 1;
}

.our-campus-bg.our-campus-bg-style-three .campus-img::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 400px;
  height: 500px;
  background-color: var(--main-color);
  z-index: -1;
}

.campus-img {
  margin-top: 0;
}

.campus-content {
  background-color: var(--main-color);
  padding: 49px;
  padding-left: 26px;
  position: relative;
}

.campus-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  width: 400px;
  height: 100%;
  background-color: var(--main-color);
  z-index: -1;
}

.campus-content span {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.campus-content h2 {
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.campus-content p {
  color: var(--white-color);
  margin-bottom: 22px;
}

.campus-content .read-more {
  color: var(--white-color);
}

/*
Simple Steps Area Style
======================================================*/
.single-simple-steps {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #dddddd;
  text-align: center;
}

.single-simple-steps.icon-bg-style i {
  background-color: var(--white-color);
  color: var(--optional-color);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  position: relative;
  border-radius: 50%;
}

.single-simple-steps.icon-bg-style i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -3px 3px 0px 0px rgba(0, 0, 0, 0.9);
          box-shadow: -3px 3px 0px 0px rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-simple-steps.icon-bg-style:hover i:after {
  -webkit-box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.9);
          box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.9);
}

.single-simple-steps i {
  background-color: var(--optional-color);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}

.single-simple-steps h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.single-simple-steps:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Events Area Style
======================================================*/
.events-area.events-area-style-two .events-timer {
  background-color: var(--main-color);
}

.events-area.events-area-style-two .events-timer .default-btn {
  background-color: var(--white-color);
  color: var(--heading-color);
  display: block;
}

.events-area.events-area-style-two .events-timer .default-btn:hover {
  color: var(--white-color);
}

.events-area.events-area-style-two .pagination-area {
  text-align: left;
}

.events-content span {
  font-size: 15px;
  font-weight: 600;
  color: var(--main-color);
  display: block;
  margin-bottom: 10px;
}

.events-content h2 {
  font-size: 45px;
  margin-bottom: 50px;
}

.events-content .events-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.events-content .events-list li {
  position: relative;
  padding-left: 140px;
  margin-bottom: 40px;
}

.events-content .events-list li:last-child {
  margin-bottom: 0;
}

.events-content .events-list li .events-date {
  background-color: var(--optional-color);
  padding: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.events-content .events-list li .events-date span {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 16px;
}

.events-content .events-list li span {
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
}

.events-content .events-list li h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.events-content .events-list li h3 a {
  color: var(--heading-color);
}

.events-content .events-list li:hover .events-date {
  background-color: var(--main-color);
}

.events-content .events-list li:hover h3 a {
  color: var(--main-color);
}

.events-content .events-list.events-list-style-three li {
  background-color: #f3f3f4;
  padding: 30px;
  padding-left: 150px;
}

.events-content .events-list.events-list-style-three li .events-date {
  padding: 20px;
  top: 31px;
  left: 31px;
}

.events-content .events-list.events-list-style-three li h3 {
  font-size: 23px;
}

.events-timer {
  background-color: var(--optional-color);
  text-align: center;
  padding: 50px 30px;
}

.events-timer .event-img {
  margin-bottom: 30px;
}

.events-timer span {
  color: var(--white-color);
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: var(--heading-font-family);
  margin-bottom: 30px;
}

.events-timer h3 {
  color: var(--heading-color);
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: 5px;
}

.events-timer #timer div {
  display: inline-block;
  background-color: var(--white-color);
  color: var(--heading-color);
  width: 80px;
  height: 80px;
  padding-top: 13px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 30px;
}

.events-timer #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -4px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: normal;
  color: var(--heading-color);
  font-weight: 600;
}

.events-timer #timer div:last-child::before {
  display: none;
}

.events-timer #timer div:last-child::after {
  display: none;
}

/*
Admission Area Style
======================================================*/
.admission-img {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  z-index: 1;
}

.admission-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  border: 20px solid var(--main-color);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.admission-img:hover::before {
  border-color: var(--optional-color);
}

.admission-content span {
  font-size: 15px;
  color: var(--main-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.admission-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.admission-content p {
  margin-bottom: 30px;
}

/*
Find A Courses Area Style
======================================================*/
.find-courses-bg {
  position: relative;
  z-index: 1;
}

.find-courses-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background-color: #f9f5f1;
  z-index: -1;
  display: none;
}

.find-courses-from-bg {
  background-color: #f9f5f1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.find-courses-from-bg h2 {
  font-size: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid #edebe8;
  padding-bottom: 10px;
  margin-top: -8px;
}

.find-courses-from-bg .form-group {
  margin-bottom: 25px;
  position: relative;
}

.find-courses-from-bg .form-group .form-control {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control::-webkit-input-placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control:-ms-input-placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control::-ms-input-placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control::placeholder {
  color: var(--body-color);
}

.find-courses-from-bg .form-group .form-control:focus {
  border-color: var(--main-color);
}

.find-courses-from-bg .form-group i {
  color: var(--body-color);
  position: absolute;
  top: 8px;
  right: 0;
  padding: 5px 15px;
  font-size: 20px;
}

.find-courses-from-bg select option {
  color: var(--heading-color);
}

.find-courses-from-bg .default-btn {
  width: 100%;
  background-color: var(--main-color);
  color: var(--white-color);
}

.find-courses-from-bg .default-btn:hover {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three {
  padding: 100px;
  padding-bottom: 75px;
  background-image: url(../images/find-courses-from-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.find-courses-from-bg.find-courses-from-bg-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--optional-color);
  opacity: 0.9;
  z-index: -1;
}

.find-courses-from-bg.find-courses-from-bg-three h2 {
  text-align: center;
  color: var(--white-color);
  border-color: #384a57;
}

.find-courses-from-bg.find-courses-from-bg-three .single-check {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .single-check .checkmark {
  border: 1px solid var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-group i {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control::-ms-input-placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three .form-control::placeholder {
  color: var(--white-color);
}

.find-courses-from-bg.find-courses-from-bg-three ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.find-courses-from-bg.find-courses-from-bg-three ul li {
  display: inline-block;
  margin-right: 30px;
}

.find-courses-from-bg.find-courses-from-bg-three ul li:last-child {
  margin-right: 0;
}

/*
Single Check Area Style
======================================================*/
.single-check {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 25px;
  font-weight: 600;
}

.single-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.single-check input:checked ~ .checkmark {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.single-check input:checked ~ .checkmark:after {
  display: block;
}

.single-check:hover input ~ .checkmark {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.single-check .checkmark {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  position: absolute;
  top: 5px;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.single-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: var(--white-color);
  border-radius: 50%;
}

/*
Counter Area Style
======================================================*/
.counter-area {
  overflow: hidden;
  background: #023047;
}

.counter-bg {
  position: relative;
  z-index: 1;
}

.counter-bg .shape {
  position: absolute;
  z-index: -1;
}

.counter-bg .shape.counter-shape-1 {
  top: -30px;
  left: -30px;
}

.counter-bg .shape.counter-shape-2 {
  bottom: -0;
  right: -30px;
}

.single-counter {
  background-color: var(--main-color);
  text-align: center;
  padding: 30px;
  margin-bottom: 24px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-counter.bg-172f41 {
  background-color: var(--optional-color);
}

.single-counter.mt-minus-24 {
  margin-top: -24px;
}

.single-counter.bg-style {
  background-color: #fff;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 10px;
  text-align: left;
  margin-bottom: 30px;
  border-radius: 10px;
}

.single-counter.bg-style i {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 85px;
  height: 85px;
  line-height: 84px;
  font-size: 50px;
  text-align: center;
}

.single-counter.bg-style h2 {
  color: #e38200;
  font-size: 42px;
}

.single-counter.bg-style h4 {
  color: #000;
}

.single-counter i {
  background-color: var(--white-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: var(--main-color);
  display: inline-block;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 15px;
}

.single-counter h2 {
  color: var(--white-color);
  margin-bottom: 5px;
}

.single-counter h4 {
  font-weight: normal;
  font-size: 18px;
  color: var(--white-color);
}

.single-counter:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Campus Experience Area Style
======================================================*/
.campus-experience-area {
  background-image: url(../../../i0.wp.com/skillsbeyondeducation.org/wp-content/uploads/2020/05/adobestock_220758371-2890x960-18c76.html?fit=2890%2C960&amp;ssl=1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.logistics-solutions-img {
  text-align: center;
}

.campus-experience-slider.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev, .campus-experience-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  margin: 0 5px;
  opacity: 0;
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev i, .campus-experience-slider.owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.campus-experience-slider.owl-theme .owl-nav .owl-prev:hover i, .campus-experience-slider.owl-theme .owl-nav .owl-next:hover i {
  background-color: var(--main-color);
  color: var(--white-color);
}

.campus-experience-slider.owl-theme .owl-nav .owl-next {
  right: -5px;
  left: auto;
}

.campus-experience-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.campus-experience-slider:hover.owl-theme .owl-nav .owl-prev, .campus-experience-slider:hover.owl-theme .owl-nav .owl-next {
  opacity: 1;
}

.single-campus-experience {
  background-color: var(--white-color);
  padding: 50px;
}

.single-campus-experience span {
  color: var(--main-color);
  margin-bottom: 10px;
  display: block;
}

.single-campus-experience h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.single-campus-experience .default-btn {
  margin-top: 16px;
}

.single-campus-experience .read-more {
  margin-bottom: 20px;
  display: block;
}

.campus-experience-bg {
  background-image: url(../images/campus-experience-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.campus-experience-bg .campus-experience-slider {
  max-width: 620px;
  margin-left: auto;
  margin-right: 50px;
}

.campus-experience-area-style .campus-experience-bg {
  position: relative;
}

.campus-experience-area-style .campus-experience-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: var(--optional-color);
  display: none;
}

.campus-experience-area-style .campus-experience-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 50px;
  background-color: var(--white-color);
  display: none;
}

/*
Team Area Style
======================================================*/
.single-team-member {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 30px;
  position: relative;
  transition: var(--transition);
}

.single-team-member .team-content {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--white-color);
}

.single-team-member .team-content .team-name {
  background: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 20px 20px;
  width: 351px;
  max-width: 100%;
  text-align: center;
}

.single-team-member .team-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.single-team-member .team-content span {
  display: block;
  font-size: 15px;
  color: var(--body-color);
}

.single-team-member .team-content .team-social .control {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: var(--optional-color);
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: -64px;
  color: var(--white-color);
  z-index: 1;
}

.single-team-member .team-content .team-social:hover .control {
  background-color: var(--main-color);
}

.single-team-member .team-content .team-social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 64px;
  left: -64px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-team-member .team-content .team-social ul li a i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: var(--main-color);
  color: var(--white-color);
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
}

.single-team-member .team-content .team-social ul li a:hover i {
  background-color: var(--heading-color);
}

.single-team-member .team-content .team-social ul li:nth-child(4) a i {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.single-team-member .team-content .team-social ul li:nth-child(3) a i {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.single-team-member .team-content .team-social ul li:nth-child(2) a i {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.single-team-member .team-content .team-social ul li:nth-child(1) a i {
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
}

.single-team-member .team-content .team-social:hover ul {
  opacity: 1;
}

.single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Application Submit Area Style
======================================================*/
.application-submit-bg {
  background-image: url(../images/application-submit-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 100px;
  overflow: hidden;
}

.application-submit-bg .col-lg-6 {
  position: relative;
}

.application-submit-bg.application-submit-bg-style-three {
  overflow: initial;
}

.application-submit-bg.application-submit-bg-style-three .application-submit-img {
  bottom: -201px;
}

.application-submit-content h2 {
  font-size: 45px;
  color: var(--white-color);
  margin-bottom: 40px;
}

.application-submit-content .default-btn {
  background-color: var(--white-color);
  color: var(--optional-color);
}

.application-submit-content .default-btn:hover {
  color: var(--white-color);
}

.application-submit-img {
  text-align: center;
  position: absolute;
  bottom: -205px;
  right: 0;
  left: 0;
}

/*
Costing Area Style
======================================================*/
.costing-content {
  margin-bottom: 30px;
}

.costing-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
}

.costing-content p {
  margin-bottom: 20px;
}

.single-costing-card {
  background-color: #f3f3f4;
  padding: 30px;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 30px;
}

.single-costing-card h3 {
  font-size: 25px;
  color: #000000;
  margin-top: -4px;
}

.single-costing-card .subtitle {
  display: block;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
  color: #dc8100;
}

.single-costing-card p {
  border-bottom: 1px solid #dddfe2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--heading-color);
  font-size: 15px;
  text-align: left;
}

.single-costing-card p span {
  color: var(--body-color);
}

.single-costing-card p .price {
  color: var(--main-color);
}

.single-costing-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.single-costing-card ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

.single-costing-card ul .price {
  color: var(--main-color);
  float: right;
}

.single-costing-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Blog Area Style
======================================================*/
.single-blog {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.single-blog .blog-img {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.single-blog .blog-img span {
  background-color: var(--optional-color);
  color: var(--white-color);
  display: inline-block;
  padding: 5px 20px;
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.single-blog .blog-content {
  position: relative;
  z-index: 1;
}

.single-blog .blog-content::before, .single-blog .blog-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog .blog-content::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.single-blog .blog-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.single-blog .blog-content ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  color: var(--body-color);
}

.single-blog .blog-content ul li i {
  color: var(--main-color);
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.single-blog .blog-content ul li a {
  color: var(--body-color);
}

.single-blog .blog-content ul li a:hover {
  color: var(--main-color);
}

.single-blog .blog-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.single-blog .blog-content h3 a {
  color: var(--heading-color);
}

.single-blog .blog-content p {
  margin-bottom: 17px;
  color: var(--body-color);
}

.single-blog .blog-content .read-more {
  color: var(--heading-color);
}

.single-blog:hover .blog-content h3 a {
  color: var(--main-color);
}

.single-blog:hover .blog-content::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.single-blog:hover .blog-content::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/*# sourceMappingURL=style.css.map */

.opjs_commitments {
    background-color: #034179;
    padding: 40px 0 50px 0;
    border-bottom: 7px solid #e5ce4f;
}

.opjs_genuine h2 {
    text-align: center;
    font-size: 29px;
    color: #fff;
    margin-top: 0;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.opjs_headingFull {
    margin-top: 0;
    margin-bottom: 55px;
    color: #ffefe4;
    text-align: center;
    font-size: 17px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.opjs_reasearch {
    text-align: center;
}

.opjs_before:before {
    content: "";
    position: absolute;
    left: 80%;
    top: 35px;
    width: 45%;
    /* border-bottom: 1px solid #bdc3c7; */
}
.opjs_reasearch img {
    margin-bottom: 5px;
}

.opjs_reasearch p {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pt-50{
  padding-top: 50px;
}

.single-simple-steps:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.dealsSec {
    width: 100%;
    padding: 30px 0;
    background-color: #ffffff;
}
.dnt-title {
    font-size: 20px;
    margin: 0px 0;
    padding: 10px 0;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #023047;
    border-radius: 10px 10px 0px 0px;
}

.wt-bg {
    background-color: #fff;
    box-shadow: 0px 7px 20px -5px rgb(150 150 150 / 29%);
    margin-bottom: 20px;
    max-height: 400px;
    overflow-x: hidden;
}

.subtn-btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    background-color: #023047;
    border-color: #023047;
}

.tabset {
    margin-top: 10px;
}

input[type="radio"]:checked {
    background-image: url(data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1784e0;
    border-color: #245884;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset .tab-panel {
    display: none;
}


.dnt_activist {
    width: 100%;
    max-height: 357px;
    overflow-x: hidden;
    padding-left: 15px;
    box-shadow: 0px 7px 20px -5px rgb(150 150 150 / 29%);
    margin-bottom: 21px;
}

.w3ls-pince {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #d4d4d4;
    float: left;
    width: 100%;
}

.pince-right {
    float: left;
    width: 100%;
}

.w3ls-pince h4 {
    font-size: 18px;
    color: #000;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pince-right p {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px !important;
    line-height: 20px;
}

.test_img{
  border-radius: 50px;
  position: relative;
}

.test_text{
 position: absolute;
 top: 0px;
 right: 0px;
 background: #fff;
 height: 92%;
 border-radius: 50px;
 text-align: center;
 padding: 50px 20px;
 width: 50%;
}

.test_text h4 {
    font-size: 20px;
    margin-top: 15px;
}

.test_text i {
  font-size: 100px;
  padding-bottom: 20px;
  color: #7163e9;
}


.testi_borer{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 50px;
  margin: 30px 10px;
}

.test_text h2{
      font-size: 30px;
}

.study-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
    z-index: -1;
    margin-left: 1%;
}

.contact-sec {
    width: 100%;
    padding: 50px 0 50px;
    border-top: solid 1px #eb8300;
    background-color: #eb8300;
    position: relative;
    color: #4a1e75;
}

.contact-sec h4 {
    margin-top: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.contact-sec p {
    font-size: 18px;
    line-height: 34px;
}

.dfdfsfed {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 40px;
    color: var(--bs-body-color);
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bntWhite {
    border: 0;
    display: inline-block;
    vertical-align: top;
    background: #023047;
    padding: 8px 35px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 1px solid #023047;
    /* border-radius: 15px 0px 15px 0px; */
    display: inline-block;
}

.bntWhite {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.tabset {
    margin-top: 10px;
}

.hdlkjdf li {
    display: inline-block;
    padding-left:15px;
    /* border-right: 2px dotted #ada2a2; */
    padding: 7px 0px;
}

.hdlkjdf li a {
        padding: 8px;
        line-height: 8px;
}

.red {
    background: #ffb70347;
}

.grn {
    background: #4caf502e;
}

.ylw {
    background: #ffe6cf;
}

.hdlkjdf{
    /* text-align:center; */
    margin-bottom: 0;
}

.section-padding {
    /* padding-top: 50px; */
    padding-bottom: 50px;
}



.blog-wrapper {
    padding-top: 20px;
}
.tab-content {
    width: 100%;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: up 0.7s ease-out;
    animation: up 0.7s ease-out;
}
.single-course-list {
    padding-top: 20px;
}

.single-course-list .course-image {
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.single-course-list .course-image a img {
    border-radius: 5px;
}
.single-course-list .course-content {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.single-course-list .course-content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
}

.single-course-list .course-content p {
    margin-top: 10px;
    padding-right: 15px;
}

.single-course-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-top: 25px;
    box-shadow: 0px 0px 98px 0px rgb(0 0 0 / 7%);
    background: #fff;
}

.bg-color-1 {
    background-color: #f0f9fa;
}

.section-title .title {
    font-size: 36px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.2;
    margin-top: -8px;
}
.section-title .title span {
    position: relative;
    z-index: 1;
}

.section-title .title span::before {
    content: "";
    width: 20px;
    height: 4px;
    background: #ef7508;
    position: absolute;
    left: 39%;
    top: 50px;
    margin-left: 25px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.section-title .title span::after {
    content: "";
    width: 75px;
    height: 4px;
    background: #ef7508;
    position: absolute;
    right: 0;
    left: 39%;
    top: 50px;
    margin-left: 40px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.blue {
    background: #8ecae638;
}

.price_img{
    width:100%!important;
    height:350px!important;
    margin-bottom:30px;
}

.single-category-items a {
    display: block;
    height: 100px;
    line-height: 33px;
    background-color: #0c3048!important;
    position: relative;
    padding-left: 15px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.single-category-items a .title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* position: absolute; */
    top: 34%;
    padding-top: 3px;
}

.single-category-items {
    margin-top: 10px;
    text-align: center;
    background: #0c3048;
    border-radius: 13px;
}

.current {
    background: #418dd3 !important;
}


.counter-section {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.shadow {
    box-shadow: 0 0 15px rgb(102 102 102 / 10%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.single-category-item {
    margin-top: 20px;
}

.single-category-item a {
    display: block;
    height: 100px;
    line-height: 20px;
    background-color: #0c3048;
    position: relative;
    padding-left: 100px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-category-item a .item-icon {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-category-item a .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 40%;
}

.single-category-item a:hover {
	background-color: #eb8300;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.single-category-items a:hover {
    background-color: #e18100!important;
}

.single-category-item a:hover .title {
	color: #ffffff
}

.single-category-item.category-white a {
	background-color: #ffffff
}

.single-category-item.category-white a:hover {
	background-color: #072f60
}

.pd {
    list-style: circle;
    padding-left: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

.pd li {
    margin-bottom: 4px;
    font-size: 18px;
}

.btn-blue {
    background: #3c81cc !important;
    color: #fff !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.pdf_img{
    width:100%!important;
    /*height:200px!important;*/
}

.nav-item a:active{
    color:#f38400;
}

.single-category-items i{
    font-size:50px!important;
    color:#fff;
    padding-top: 10px;
}

.pricing-btns li button.active {
    background-color: #0c3048;
    color: #ffffff;
}

.mr-10 {
    margin-right: 10px;
}

.pricing-btns li button {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #ef7508;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 10px;
    padding: 0px 15px;
    color: #fff;
}
.veiw_dfdf{
    background: #e38200;
    color: #fff;
    padding: 16px;
    margin: 35px;
}

.veiw_dfdf:hover{
    color:#fff;
}

.blink_me {
  color: white;
    animation: blinker 5s linear infinite;
    font-weight: bold;
    background: #000;
    padding: 9px;
    text-align: center;
  
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}	
/* Blink start */

/*child registration css starts*/
.registration_link {
    position: relative;
    z-index: 9;
    
}
.registration_link .button {
  background-color: #fbe000!important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  /* position: fixed; */
  cursor: pointer;
  transform: rotate(0deg);
  display: inline-block
  font-family: Arial
  font-size: 20px
  padding: 5px 10px
  text-align: center
  text-decoration: none
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  left: 41%;
  border-radius: 0;
  padding: 8px 38px;
  bottom: 2%;
  margin: 4px 20px;
}
@-webkit-keyframes glowing {
  0% { background-color: #f9b600; -webkit-box-shadow: 0 0 3px #f9b600; }
  50% { background-color: #f9b600; -webkit-box-shadow: 0 0 40px #f9b600; }
  100% { background-color: #f9b600; -webkit-box-shadow: 0 0 3px #f9b600; }
}

@-moz-keyframes glowing {
  0% { background-color: #f9b600; -moz-box-shadow: 0 0 3px #f9b600; }
  50% { background-color: #f9b600; -moz-box-shadow: 0 0 40px #f9b600; }
  100% { background-color: #f9b600; -moz-box-shadow: 0 0 3px #f9b600; }
}

@-o-keyframes glowing {
  0% { background-color: #f9b600; box-shadow: 0 0 3px #f9b600; }
  50% { background-color: #f9b600; box-shadow: 0 0 40px #f9b600; }
  100% { background-color: #f9b600; box-shadow: 0 0 3px #f9b600; }
}

@keyframes glowing {
  0% { background-color: #f9b600; box-shadow: 0 0 3px #f9b600; }
  50% { background-color: #f9b600; box-shadow: 0 0 40px #f9b600; }
  100% { background-color: #f9b600; box-shadow: 0 0 3px #f9b600; }
}


.online_cons{
    text-align:center;
    padding-top:100px;
}

.online_cons2{
    padding:45px;
}

.online_cons2 i{
    font-size:20px;
    color:red;
}

.online_cons2 p {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
}



.gfhfjhg{
    /* background: red; */
    padding: 4px 5px;
    /*margin-top: 12px;*/
    height: 37px;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    font-size: 14px !important;
    width: 116px;
    border-radius: 3px;
}

.registration_link1{
    display:none;
}





@media only screen and (max-width: 600px) {
.opjs_reasearch {
    text-align: center;
    margin-bottom: 30px;
}

.registration_link1{
    display:block;
}

.gfhfjhg{
   display:none;
}

.mobile_gfgf{
    position: absolute;
    top: -3px;
    left: 174px;
    padding: 10px 15px;
    z-index: 11111;
    /* background: red; */
    border: 2px solid #e21111;
    color: #0c3048;
    font-weight: bold;
    border-radius: 16px;
}

.single-course-list {
    display: block;
    padding: 30px 0;
}



.dfdfsfed{
    margin-top:20px;
}

.opjs_reasearch p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}


.single-study {
    background-color: var(--white-color);
    border: 1px solid #e8e8e8;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 15px;
    margin-bottom: 30px;
    width: 44%;
    float: left;
    margin: 10px;
    text-align: center;
    height: 196px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.bntWhite {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 12px;
}


.study-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
    z-index: -1;
    margin-left: 0%;
}

.registration_link1 .button {
  background-color: red!important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: red!important;
  /* position: fixed; */
  cursor: pointer;
  transform: rotate(0deg);
  display: inline-block
  font-family: Arial
  font-size: 20px
  padding: 5px 10px
  text-align: center
  text-decoration: none
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  /* animation: glowing 1500ms infinite; */
  left: 19%;
  border-radius: 0;
  padding: 10px 38px;
  bottom: 2%;
  z-index:111111;
  margin: -8px 10px 7px;
}
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.process {
    /*float: left;*/
    width: 100%;
    margin: 0;
    padding: 50px 0 50px;
    z-index: 1;
    position: relative;
    background: #eee;
    background-image: url(../images/background/bg2.html);
}

.process .patern-layer-one {
    position: absolute;
    left: -95px;
    top: 0px;
    width: 376px;
    height: 100%;
    background-repeat: no-repeat;
}

.process .patern-layer-two {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 266px;
    height: 478px;
    background-repeat: no-repeat;
}

.process .patern-layer-three {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 502px;
    height: 860px;
    background-repeat: no-repeat;
}

.process .patern-layer-four {
    position: absolute;
    right: 98px;
    bottom: 60px;
    width: 421px;
    height: 470px;
    background-repeat: no-repeat;
}

.process .container {
    position: relative;
}

.process ul {
    margin: 0;
    padding: 0;
}

.process ul li {
    float: left;
    width: 25%;
    list-style: none;
}

.process .container .step {
    position: absolute;
    top: 26px;
    left: 100px;
    z-index: 55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 100px;
    z-index: -1;
    width: 80%;
}

.process .container .step img {
    width: 100%;
}

.process .single-process {
    text-align: center;
    position: relative;
}

.process .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: 'FontAwesome';
    top: 0;
    right: 5%;
    font-size: 55px;
    line-height: 55px;
    color: #333;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.process ul li:last-child .single-process:after {
    content: none;
    right: 0;
}

.process .single-process:hover:after {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    /*color: #0e81b8;*/
}

.process ul li:nth-child(1) .single-process:after {
    top: 84px;
}

.process ul li:nth-child(1) .single-process:hover:after {
    top: 94px;
}

.process ul li:nth-child(2) .single-process:after {
    top: -3px;
}

.process ul li:nth-child(2) .single-process:hover:after {
    top: -30px;
}

.process ul li:nth-child(3) .single-process:after {
    top: 2px;
}

.process ul li:nth-child(3) .single-process:hover:after {
    top: 17px;
}

.process ul li:nth-child(4) .single-process:after {
    top: 45px;
}

.process ul li:nth-child(4) .single-process:hover:after {
    top: 59px;
}

.process .single-process.down1 {
    margin-top: 0px;
}

.process .single-process.down {
    margin-top: 70px;
}

.process .single-process.up1 {
    margin-top: 40px;
}

.process .single-process .part-icon {
    width: 130px;
    height: 130px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../self/single-process-hover.png") 100% 100% no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 26px;
    position: relative;
}

.process .single-process .part-icon img {
    width: 75px;
}

.process .single-process .part-icon span.step-num {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    background: #515251;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
}

.process .single-process:hover .part-icon {
    background: url("../self/single-process-bg.png") 100% 100% no-repeat;
    background-size: contain;
}

.process .single-process:hover .part-icon span.step-num {
    background: #0e81b8;
}

.process .single-process h4 {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-bottom: 6px;
    padding: 0 20px;
}

.process .single-process p {
    font-size: 13px;
    line-height: 22px;
    padding: 0 20px;
}

.process .single-process a {
    color: #0e81b8;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width:768px) {
    .process ul li {
        width: 100%;
        margin-bottom: 35px;
    }
    .process .single-process:after {
        content: "\f103";
        left: 0;
        right: auto;
        text-align: center;
        width: 100%;
    }
    .process .single-process:hover:after {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        /*color: #0e81b8;*/
    }
    .process ul li:nth-child(1) .single-process:after {
        top: 100%;
    }
    .process ul li:nth-child(1) .single-process:hover::after {
        top: 110%;
    }
    .process ul li:nth-child(2) .single-process:after {
        top: 100%;
    }
    .process ul li:nth-child(2) .single-process:hover::after {
        top: 110%;
    }
    .process ul li:nth-child(3) .single-process:after {
        top: 100%;
    }
    .process ul li:nth-child(3) .single-process:hover::after {
        top: 110%;
    }
    .process ul li:nth-child(4) .single-process:after {
        top: 100%;
    }
    .process ul li:nth-child(4) .single-process:hover::after {
        top: 110%;
    }
    .process .single-process.down1 {
        margin-top: 50px;
    }
    .process .single-process.up1 {
        margin-top: 50px;
    }
}


.jdksioos p{
    font-size:20px;
    color:#000;
    font-weight:400;
    max-width: 900px !important;
}
.jdksioos h3{
    font-size:27px;
    color:#000;

}

.mycustom .col-lg-1{
    margin-bottom:25px;
}


.fytyyspppppap .my-account a {
width: 123px !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  z-index: 999 !important;

}

.myjjkkskaa .navbar-area{
    height: unset !important;
}
.myjjkkskaa .desktop-nav{
    background-color: #fff !important;
    padding-top: 0;
    height: unset;
    box-shadow: unset !important;
}
.myjjkkskaa .desktop-nav .navbar .navbar-nav .nav-item a{
   color: #000 !important;
}

/*Old Header Css*/
/*.myjjkkskaa .desktop-nav .navbar .navbar-nav .nav-item a {*/
/*  font-size: 18px !important;*/
/*  margin-left: 13px !important;*/
/*  margin-right: 13px !important;*/
/*}*/


.myjjkkskaa .desktop-nav .navbar .navbar-nav .nav-item a {
font-size: 14px !important;
  margin-left: 0px !important;
  margin-right: 18px !important;
}

.myjjkkskaa .navbar {
  margin-bottom: 0px !important;
}

.myjjkkskaa .navbar-collapse {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

@media(max-width:990px){
    .shape-group{
        display:none !important;
    }
    .hero-banner .banner-thumbnail {
        margin-right: 0 !important;
        overflow: hidden !important;
        
    }
    .hero-banner .banner-content .title br{
        display:none !important;
    }
    .hero-banner .banner-content .title {
      font-size: 33px !important;
      margin-top: 60px;
    }
    .myjjkkskaa{
        display:none !important;
    }
    .fytyyspppppap .header-right-content{
        margin-top: 0px !important;
    }
    .logo_img {
      width: 100% !important;
    }
    .whychooo .col-lg-5 img{
        margin-bottom:30px;
    }
    .osocjoc .sssnnnnsns{
        height: 176px;
      object-fit: contain;
      object-position: center center;
      margin: auto;
        display: block;
    }
    .osocjoc .section-title{
        text-align: center !important; 
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media(min-width:990px){
    .logo_img{
      width: 150px!important;
    }
    .whychooo .col-lg-5 img{
        width:80%;
    }
    .osocjoc .section-title{
        text-align: left !important; 
        margin: 0 !important;
        padding-left:20px !important;
    }
    .osocjoc .section-title h2{
        font-size:30px;
    }
}
@media(min-width:768px){
    .wertyuhgf{
      text-align: start;
      flex-direction: row;
      display: flex;
      align-items: flex-start;
    }
    .wertyuhgf .signature-icon{
           margin-right:15px;
           width: 18%;
    }
    .wertyuhgf .signature-details{
           width: 82%;
    }
    .wertyuhgf .signature-details h2{
        font-size: 23px;
        margin-bottom: 20px
    }
}
@media(max-width:768px){
    .wertyuhgf{
      text-align: center;
    }
    .wertyuhgf .signature-icon img{
           margin-bottom:25px;
           width: 70px;
    }
    
}



.osocjoc .sssnnnnsns{
        height: 176px;
      object-fit: contain;
      object-position: center center;
      margin: auto;
        display: block;
    }

.wertyuhgf .signature-details h2{
           font-weight: 500;
    }

.wertyuhgf{
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}


.newww{
    background-color: #F85D05 !important;
  border-radius: 6px;
  color: white;
  font-size: 9px;
  font-weight: bold;
  padding: 3px;
    margin-left: 1px;
  position: relative;
  top: -7px;;
}

.studentess p{
margin-bottom: 2px;
  color: #000;
  line-height: 18px;
  font-size: 14px;
}
.studentess img{
    margin-bottom: 7px;
    border-radius:50%;
}

.rtydsdf{
    background-color: #023047;
    padding:30px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.rtydsdf i{
    color: #fff ;
    font-size: 64px;
  margin-bottom: 13px;
}
.rtydsdf .signature-details h2{
    margin-bottom: 13px;
}
.rtydsdf .signature-details h2, .rtydsdf .signature-details p{
    color: #fff ;
}



.hero-banner.hero-style-1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../self/banner/BG-1.webp);
}

.hero-banner.hero-style-1 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  background-color: var(--bg-color);
}
.hero-banner {
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-banner .banner-content {
  position: relative;
  z-index: 1;
}

.hero-banner .banner-content .title {
  margin-bottom: 18px;
  font-size: 49px;
  font-weight: 600;
  color: #000;
}

.hero-banner .banner-content p {
  font-size: 18px;
   color: #000;
}


.hero-banner .banner-content .shape-group li.shape-1 {
  top: -75px;
  left: -90px;
}
.hero-banner .banner-content .shape-group li {
  margin: 0;
  position: absolute;
  z-index: -1;
}


.hero-banner .banner-thumbnail {
  margin-right: -75px;
  position: relative;
  z-index: 1;
}

.hero-banner .banner-thumbnail .thumbnail {
  text-align: right;
}

.hero-banner .banner-thumbnail .instructor-info {
  position: absolute;
  bottom: 70px;
  left: 0;
}

.hero-banner .banner-thumbnail .instructor-info .inner {
  background-color:#fff;
  border-radius: 10px;
  padding: 26px 30px 16px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.hero-banner .banner-thumbnail .instructor-info .inner .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .thumb {
  margin-left: -2px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content {
  line-height: 1;
  color: var(--color-heading);
  font-weight: 500;
  margin-top: 10px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content span {
  display: block;
  font-weight: 700;
  color: var(--color-secondary);
}


.shape-group{
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-banner.hero-style-1 .banner-thumbnail .shape-group .shape-1 {
  -webkit-animation: edublink-sm-x-move 3.5s alternate infinite linear;
  animation: edublink-sm-x-move 3.5s alternate infinite linear;
}
.hero-banner .banner-thumbnail .shape-group li.shape-1 {
  top: 50px;
  left: 160px;
}
.hero-banner .banner-thumbnail .shape-group li {
  margin: 0;
  position: absolute;
  z-index: -1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-2 {
  top: 115px;
  left: 170px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 {
  top: 45%;
  left: 17%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 span.circle-shape {
  width: 41px;
  height: 41px;
  background: var(--color-tertiary);
  border-radius: 100%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-4 {
  top: 114px;
  right: 41px;
  z-index: 1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-5 {
  bottom: 100px;
  right: 25px;
}


.hero-banner .banner-thumbnail .shape-group li.shape-6 {
  bottom: 132px;
  right: 95px;
}

.hyfxuzu{
    overflow:hidden !important;
}

a.edu-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-linear-gradient(right, #e38200 0%, #e5aa5a 100%);
  background: linear-gradient(-90deg, #e38200 0%, #e5aa5a 100%);
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.edu-btn{
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #6956ff;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--font-secondary);
  border: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


a.edu-btn:hover::after{
  left: 0;
  width: 100%;
}

a.edu-btn i{
  padding-left: 6px;
  position: relative;
  font-size: 11px;
}

.uygudyga:active{
    background:#f85d05;
    color:#fff;
}
.uygudyga:focus{
    background:#f85d05;
    color:#fff;
}
.uygudyga{
    background:#f1f1f1;
    color:#000;
    border:unset !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #f85d05 !important;
  border: none !important;
}

.nav-pills > li > a {
    background:#f1f1f1;
    color:#000;
    border-radius: 2px;
    padding: 5px 10px;
    min-width: 60px;
    font-size: 14px;
    line-height: 18px;
  text-align: center;
  border: 1px solid #ddd;
}

.msbcuegui .accordion-item{
    display:flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
      margin-bottom: 15px;
}
.msbcuegui .accordion-item:last-child{
    border-bottom: unset !important;
      padding-bottom: unset !important;
      margin-bottom: unset !important;
}
.msbcuegui .accordion-item .acc-date{
    width:10%; 
}
.msbcuegui .accordion-item .htdrxk{
    width:90%; 
}


.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}


.msbcuegui{
    height:500px;
    overflow-y:auto;
}
.msbcuegui .accordion-button:not(.collapsed):after{
    filter: brightness(0) invert(1);
    transition: all 0.4s ease-in-out;
}
.msbcuegui .accordion-button:not(.collapsed){
    color: #fff;
    background-color: #e38200;
    transition: all 0.4s ease-in-out;
}
.msbcuegui .accordion-button:not(.collapsed) a{
    color: #fff !important;
    text-shadow: 1px 1px 1px #0000007a;
    transition: all 0.4s ease-in-out;
}
.msbcuegui .accordion-button:not(.collapsed) p{
    color: #fff !important;
    transition: all 0.4s ease-in-out;
}

.accordion-button{
    border: unset;
    background-color: #dedede;
    color:blue;
    font-size: 15px;
  font-weight: 500;
  text-align: start;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.btn-btm-p{
    color:#000;
  font-weight: 400;
  padding: 0 1.25rem;
margin-bottom: 8px;
  line-height: 18px;
}
.date-btm-p{
    color:#555151;
    font-size:13px;
  font-weight: 400;
  padding: 0 1.25rem;
  margin-bottom: 0px;
}
.accordion-button a{
    color:#f38400;
    margin-left:6px;
    transition: all 0.4s ease-in-out;
}

.accordion-body {
  padding: 15px 13px 10px;
  border: unset !important;
}
.accordion-body .link{
    padding: 5px 10px;
  background: #417ae7;
  font-size: 14px;
  color: #fff;
  border: 1px solid #417ae7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 35%;
  text-transform: uppercase;
  font-weight: 600;
  justify-content: space-between;
}
.accordion-body .link i{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.accordion-collapse {
  border: unset !important;
}

.msbcuegui{
    margin-top:15px;
}

.msbcuegui .accordion-item .acc-date{
    color:#000;
    margin:0;
    font-size:14px;
    line-height: 18px;
  text-align: center;
  padding: 1rem 0;
}

.msbcuegui .accordion-item .acc-date span{
    font-size:19px;
    font-weight:600;
}


.firhd{
font-size: 18px;
}



.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
 
 .hhshaaa{
     background: #fff;
 }
 
.my-table .round{
    text-align:center;
    font-size:27px;
    font-weight:bold;
    line-height: 27px;
    background: #023047;
    color: #fff;
}
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}

.my-table td{
  padding: 8px 5px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.49) !important;
  /*border-bottom: solid 1px rgba(255,255,255,0.1) !important;*/
  /*border: unset;*/
}

.my-table th{
  padding: 8px 5px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
}
.my-table td{
  padding: 8px 5px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.49) !important;
  border: unset;
}

.my-table table{
  width:100%;
  /*table-layout: fixed;*/
  /*overflow-x: auto;*/
}

/*.tbl-content table{*/
/*  width:100%;*/
  /*table-layout: fixed;*/
/*  overflow-x: auto;*/
/*}*/

.my-table .tb-hd h3{
font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
  background: #e1870e;
  padding: 5px 15px;
  border-radius: 50px;
  box-shadow: 0px 2px 7px #0000002e;
}
.my-table .tb-hd h1{
    font-size:44px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 5px;
}

.th1, .td1{
    min-width:50px;
    width:50px;
}
.th2, .td2{
    min-width:150px;
    width:150px;
}
.th3{
    min-width:630px;
    width:900px;
}
/*.th3:before{*/
/*    content:"";*/
/*    border-right: 1px solid #fff;*/
/*}*/
.th4, .th5, .th6, .th7, .th8,
.td3, .td4, .td5, .td6, .td7{
    min-width:125px;
    width:180px;
}

.th4, .th5, .th6, .th7, .th8{
    color:#fff !important;
    background:#e38200 !important;
}

.event-search .form-control{
    height: 28px !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
    border-radius: 0 !important;
}
.event-search .btn{
    border-radius: 0 !important;
}
.event-search .form-outline{
    display:flex;
}

.nav-pills {
  justify-content: end;
}

.sort-fillter .accordion-button {
  border: 1px solid;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.sort-fillter .accordion-button[aria-expanded="false"] {
  border-color: transparent;
}
.sort-fillter .accordion-button[aria-expanded="true"] {
  border-color: #86b7fe;
}
.sort-fillter .accordion-button {
  background-color: #dedede;
  transition: all 0.4s ease-in-out;
}

.sort-1{
   height:400px;
   overflow-y:auto;
}
.sort-1 form{
  padding-right: 5px;
}
.sort-1 ul{
    padding:0;
    list-style: none;
}
.sort-1 ul li{
    margin-bottom:10px;
}
.sort-1 ul li:last-child{
    margin-bottom:0px;
}
.sort-1 .sort-label{
    color: #3c3b3b;
  border: 1px solid #d8d8d8;
  padding: 7px 13px;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-size: 13px;
  line-height: 21px;
}
.sort-1 .btn-check:checked + .sort-label{
    color:#fff;
    background:#e38200;
    border: 1px solid #e38200;
    transition: all 0.4s ease-in-out;
}
.sort-1 .btn-check:checked + .sort-label i{
    color:#fff;
    visibility: visible;
}
.sort-1 .sort-label i{
    visibility: hidden;
    font-size: 13px;
    float: right;
    line-height: 21px;
}
.sort-btn .apply{
background: #023047;
  color: #fff;
  font-size: 14px;
  padding: 7px 29px;
  font-weight: 600;
  border-radius: 7px;
  border: 1px solid #023047;
  box-shadow: 3px 7px 10px #0230477a;
  margin-top: 12px;
}

.filter-1 .doubel{
    display:flex;
    flex-wrap:wrap;
}
.filter-1 label{
    color:#222;
    font-weight: 400;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}
.filter-1 .doubel span input{
    width:100%;
    font-size:14px;
    color:#000;
    height: 35px;
  padding: 4px 10px;
  font-family: 'Work Sans', sans-serif;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.filter-1 input{
    /* width:100%; */
    /* font-size:14px; */
    /* color:#000; */
    /* height: 35px; */
    /* padding: 4px 10px; */
    /* font-family: 'Work Sans', sans-serif; */
    /* border: 1px solid #d5d5d5; */
    /* border-radius: 5px; */
}
.filter-1 .select2-selection{
    width:100%;
    font-size:14px;
    color:#000;
    height: 30px;
  padding: 2px 4px;
  font-family: 'Work Sans', sans-serif;
}
.select2-selection .select2-search__field{
    width:100% !important;
    height: auto !important;
}
.select2-selection .select2-selection__rendered{
    width:100% !important;
    height: auto !important;
    /*display:none !important;*/
}
/*.select2-selection .select2-selection__rendered .select2-selection__choice{*/
/*    display:none !important;*/
/*}*/
.select2-selection .select2-selection__rendered .select2-search{
    width:100% !important;
    height: auto !important;
}
.select2-results__option{
    /*width:100%;*/
    font-size:14px !important;
    color:#000 !important;
    /*height: 30px;*/
  /*padding: 2px 4px;*/
  font-family: 'Work Sans', sans-serif !important;
}
.filter-1 .doubel span{
    width:47%;
}
.filter-1 .doubel .minss{
    width:6%;
    text-align: center;
    padding: 4px 0;
}


.radio-list{
    font-family: 'Work Sans', sans-serif;
    text-align: left 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-top: 10px;
}
.radio-button{
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    padding-left: 37px;
    margin: 0 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.radio-button input[type=radio]{
    margin: auto;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.radio-button label{
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    display: block;
}
.radio-button .first-redio:before,
.radio-button .first-redio:after{
    content: "";
    /* height: 18px; */
    /* width: 18px; */
    /* border: 1px solid #111; */
    /* border-radius: 50%; */
    /* position: absolute; */
    top: 2px;
    left: 5px;
}
.radio-button label:after{
    background: #e28800;
    border: none;
    transform: scale(0);
    z-index: -1;
    transition: transform 0.3s ease 0s,box-shadow 0.5s;
}
.radio-button input[type=radio]:checked+label:after{
    transform: scale(0.5);
    box-shadow: 0 0 0 25px rgba(234,140,0, 0.18);
}
@media only screen and (max-width:479px){
    .radio-list{ text-align: left; }
}


.check-list .btn{
width: 20px;
  height: 20px;
  color: #000;
  line-height: 20px;
  background-color: unset;
  border-radius: 0;
  font-size: 12px;
  padding: 0;
}
.check-list li{
    margin-right: 7px;
     display: inline-block;
    position: relative;
    z-index: 1;
}






.checkbox{ display: inline-block; }
.checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 1px;
    top: 1px;
}
.checkbox label{
    background: #555;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    position: relative;
}
.checkbox label span{
margin-left:8px;
font-weight: 600;
width: 110px;
  display: block;
  font-size: 13px;
}
.checkbox label:before{
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 200ms ease-in-out 400ms;
}
.checkbox input[type=checkbox]:checked+label{
    background: #ff4757;
    animation: animOnTransform 1s 1 forwards;
}
.checkbox input[type=checkbox]:checked+label:before{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
@keyframes animOnTransform{
    40%{ transform: scale(1.5, 0.5); }
    50%{ transform: scale(0.5, 1.5); }
    60%{ transform: scale(1.3, 0.6); }
    70%{ transform: scale(0.8, 1.2); }
    100%{ transform: scale(1, 1); }
}
 
@keyframes animOn{
    40%{
        height: 20px;
        width: 100px;
    }
    50%{
        height: 60px;
        width: 30px;
    }
    60%{
        height: 40px;
        width: 70px;
    }
    70%{
        height: 55px;
        width: 45px;
    }
    100%{
        height: 50px;
        width: 50px;
    }
}
@media only screen and (max-width:767px){
    .checkbox{ margin: 0 0 20px; }
}

.container.mycustom2 {
  max-width: 1300px;
}

.filter-1 .doubel span input:focus-visible{
    border: 1px solid;
    border-color: #74a5eb;
    outline: unset;
}


.multiselect.dropdown-toggle.btn .caret{
    display:none !important;
}
.multiselect.dropdown-toggle.btn{
width: 100%;
  text-align: left;
  font-size: 14px;
  height: 35px;
  padding: 4px 10px;
  font-family: 'Work Sans', sans-serif;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  overflow: hidden;
}
.multiselect.dropdown-toggle:after {
  vertical-align: middle;
}

.my-select .btn-group{
  position: unset !important;
  display: unset !important;
  vertical-align: unset !important;
}

.open > .multiselect.dropdown-toggle.btn{
    border: 1px solid;
    border-color: #74a5eb;
    outline: unset;
    background:transparent !important;
    box-shadow:unset !important;
}

.my-select .open > .dropdown-menu {
  width: 100%;
  position: relative !important;
  margin-top: 5px;
  padding: 6px;
}
.my-select .open > .dropdown-menu .multiselect-item.filter .input-group{
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.my-select .open > .dropdown-menu .multiselect-item.filter .input-group .multiselect-search:focus{
  border-color: #74a5eb;
}
.my-select .open > .dropdown-menu .multiselect-item.filter .input-group .multiselect-search{
  width: 87%;
  height: 35px;
  padding:
5px 10px;
  font-size: 14px;
}
.my-select .open > .dropdown-menu .multiselect-item.filter .input-group .input-group-btn{
  width: 13%;
}
.my-select .open > .dropdown-menu .multiselect-item.filter .input-group .input-group-btn .multiselect-clear-filter{
  width: 100%;
  height: 100%;
  border: 1px solid #d5d5d5;
  border-left: unset;
  background: #ededed;
}
.my-select .open > .dropdown-menu .multiselect-item.filter .input-group .input-group-addon{
  display:none !important;
}
.my-select .open > .dropdown-menu li.active label{
background-color:#ededed;
}
.my-select .open > .dropdown-menu label{
  width: 100%;
  padding: 7px 10px;
  background-color: #fff;
}
.my-select .open > .dropdown-menu label:hover{
  background-color: #f2f2f2;
}
.my-select .open > .dropdown-menu label input[type="checkbox"]{
  position: unset !important;
  visibility: unset !important;
  width: unset;
  height: unset;
}

/*.page-title-area{*/
/*    display:none !important;*/
/*}*/

.dcguichika{
    position: sticky;
      top: -1px;
      z-index: 0;
}

.my-table .nsnsnnjj{
    height:300px;
    overflow-y: auto;
}

.hhshaaa .dcguichika .th1{
    color:#fff;
    background: #023047;
}
.hhshaaa .dcguichika .th2{
    color:#fff;
    background: #023047;
}
.my-table td.td1{
    color:#fff !important;
    background: #023047 !important;
}
.my-table td.td2{
    color:#fff !important;
    background: #023047 !important;
}

/*#table.card-body.p-0 .table-responsive{*/
/*  overflow-x: unset !important;*/
/*  overflow-y: unset !important;*/
/*}*/
/*.databc123 {*/
/*  overflow-x: unset !important;*/
/*  overflow-y: unset !important;*/
/*}*/
/*.databc123{*/
/*  height: 300px;*/
/*  overflow-y: auto;*/
/*  overflow-x: auto !important;*/
/*}*/

.databc123 .dcguichika th{
      min-width:75px;
      vertical-align: middle;
        border-right: 1px solid #fff;
        position: relative;
    }
    .databc123 .dcguichika th:first-child{
      min-width:130px;
      /*min-width:70px;*/
    }
    .databc123 .dcguichika th:nth-child(2){
      min-width:220px;
    }
    .databc123 .dcguichika th:nth-child(3){
      min-width:150px;
    }
    .databc123 .dcguichika th:nth-child(4){
      min-width:150px;
    }


.ssjiohaaa{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.custom-link.active.tab{
    color:#fff !important;
}

.schaocjs a{
    background-color: #fb7c34;
  color: #fff !important;
  width: 85% !important;
  margin: auto;
  display: block !important;
  text-align: center;
  font-size: 15px !important;
  font-weight: bold !important;
  margin-bottom: 10px;
  border-radius: 9px;
  padding: 10px 10px 10px 10px !important;
    
}

.spnncb-dspwe{
    height: 33px;
  font-size: 14px;
}


/****Packages****/

.my-packages .nav-pills > li{
    margin-left:13px;
    margin-right:13px;
}
.my-packages .nav-pills > li > a{
    border-radius: 11px;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}
.my-packages .nav-pills > li > a .sllap-cbcb-1{
    font-size: 12px;
    font-weight: 600;
}
.my-packages .nav-pills > li > a .sllap-cbcb-2{
    background:#ddd;
    color:#222;
    padding: 6px 27px;
  margin-top: 5px;
  display: block;
  border-radius: 30px;
  line-height: 14px;
  font-size: 14px;
  
}
.my-packages .nav-pills > li.active > a .sllap-cbcb-2{
    background:#fff;
}

.nfytfygupalazzxxxx .chosen-container-multi{
    width:100% !important;
}


*{
    scrollbar-gutter: both-edges;
    scrollbar-width: thin;
    scrollbar-color: #ddd #ededed;
}

/**::-webkit-scrollbar {*/
/*  width: 12px;*/
/*}*/


/**::-webkit-scrollbar-thumb {*/
/*  border-radius: 20px;*/
/*  background-color: #ededed;*/
/*}*/


.databc123 .table-striped > tbody > tr:nth-of-type(2n+1){
    --bs-table-accent-bg: unset !important;
    background-color: unset !important;
}

.databc123 .table-striped > tbody > tr:hover{
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
}

.topbn-image{
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 6px;
}
.topbn-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

.caopanazz .auto-container .row.nonogtt{
    --bs-gutter-x: 0;
}

/*.logo-name {*/
/*  padding: 20px 0 0;*/
/*}*/
.logo-name h1{
  color:#000;
  font-size:30px;
  margin-bottom: 13px;
}


.logo-name .tag1{
  background:#023047;
  color:#fff;
  padding: 4px 13px;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #023047;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.logo-name .tag1 span{
  background:#f85d05;
  color:#fff;
  padding: 3px 8px;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #f85d05;
    font-size: 13px;
  line-height: 14px;
  margin-left: 25px;
}

.logo-name .tag2{
  font-size:14px;
  margin: 10px 0 15px;
  font-weight: bold;
}

.logo-name .tag3{
    background: transparent;
  color: #000;
  padding: 6px 13px;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #023047;
  font-weight: 600;
  display: block;
}
.logo-name .tag3 i{
   margin-right:6px;
}

.tab_sticky_nav {
    padding: 15px;
  position: sticky;
  top: -20px;
  width: 100%;
  /*background-color: #fff;*/
  border-top: 1px solid #ddd;
  z-index: 99;
}

.tab_sticky_nav.stuck{
  background-color: #fff;
  box-shadow: 0px 10px 3px #0000000f;
}

.tab_sticky_nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
    flex-wrap: wrap;
}


.tab_sticky_nav ul li a {
    background: #f2f2f2;
  padding: 6px 12px;
  border: 1px solid #f2f2f2;
  border-radius: 100px;
  display: block;
  color: #272626;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.tab_sticky_nav ul li.active a{
    background: #fb7c34;
    border: 1px solid #fb7c34;
    box-shadow: 0px 0px 20px #00000042;
    color:#fff;
    transition: all 0.3s ease-in-out;
}

.tab_sticky_nav ul li a:hover{
       background: #fb7c34;
       border: 1px solid #fb7c34;
       box-shadow: 0px 0px 20px #00000042;
    color:#fff;
    transition: all 0.3s ease-in-out;
}


.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
    border: 1px solid #ddd;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  

  .card-counter i{
    font-size: 47px;
    opacity: 0.5;
    color: #111;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 25px;
    font-size: 20px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 55px;
    font-style: italic;
    text-transform: capitalize;
    
    display: block;
    font-size: 14px;
  }
  .card-counter .count-name2{
    position: absolute;
    top: 55px;
    font-style: italic;
    text-transform: capitalize;
    
    display: block;
    font-size: 14px;
  }
  .card-counter .count-name i{
    font-size:13px;
  }
  .card-counter .count-name2 i{
    font-size:13px;
  }
  .card-counter.cygduy .count-name{
    right: 75px;
  }
  .card-counter.cygduy .count-name2{
    right: 35px;
  }
  .card-counter .count-name a{
    color: blue;
  }
  .card-counter .count-name2 a{
   color: blue;
  }

#Overview h1{
    font-size: 32px;
}
#Overview .content p{
    font-size: 14px;
    color:#000;
}
#Overview .content p a{
    color:blue;
    cursor: pointer;
}
#Overview .collage_address{
    padding:15px;
}
#Overview .collage_address p{
    color:#000;
    font-size: 14px;
}

.laguage{
    line-height: 32px;
}

.laguage span{
    background:#f85d05;
    color:#fff;
    margin-left: 10px;
    margin-right: 30px;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 4px;
}

#view_none {display: none;}




.form-container{
    background: #ecf0f3;
    padding: 15px 25px;
    border-radius: 10px;
    border: 2px solid #ddd;
    box-shadow: 14px 14px 14px #cbced180, -14px -14px 20px white;
}
.form-container .form-icon{
    color: #023047;
font-size: 30px;
  text-align: center;
  line-height: 70px;
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
    border-radius: 50px;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px #fff;
}
.form-container .title{
    color: #023047;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 3px;
}

.form-container .sgdesignation{
    font-size: 13px;
}

.form-container .form-horizontal .form-group{ margin: 0 0 15px 0; }
.form-container .form-horizontal .form-group label{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color:#000;
}
.form-container .form-horizontal .form-control{
    color: #000;
    background: #ecf0f3;
    font-size: 14px;
    height: 40px;
    padding: 0px 25px;
    border: none;
    border-radius: 6px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    display: block;
    transition: all 0.3s ease 0s;
    line-height: 40px;
      margin-bottom: 15px;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
}
.form-container .form-horizontal .form-control:last-child{
    margin-bottom: 0px;
}
.form-container .form-horizontal .form-control i{
    margin-right: 5px;
}
.form-container .form-horizontal .form-control:focus{
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    outline: none;
}
.form-container .form-horizontal .form-control::placeholder{
    color: #808080;
    font-size: 14px;
}
.form-container .form-horizontal .btn{
    color: #000;
    background-color: #023047;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 15px 11px;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px #fff;
    border: none;
    transition: all 0.5s ease 0s;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
    color: #fff;
    letter-spacing: 3px;
    box-shadow: none;
    outline: none;
}


.Accommodation-food .sgseadbfaccom{
    background:#fff;
    padding:13px 20px;
    height: 200px;
}

.Accommodation-food .sgseadbfaccom .title{
    border-bottom: 1px solid #ddd;
}

.Accommodation-food .sgseadbfaccom .bjsdiiaa{
    font-size:14px;
    color:#000;
    margin-bottom: 4px;
}
.Accommodation-food .sgseadbfaccom .frtb-re{
    font-size: 12px;
    height: 103px;
    overflow: auto;
    color: #000;
    margin-bottom: 8px;
    line-height: 18px;
    padding-right: 12px;
}
.Accommodation-food .sgseadbfaccom .bjsdiiaa:last-child{
    margin-bottom: 0px;
}
.Accommodation-food .sgseadbfaccom .bjsdiiaa i{
    color: #24cf0c;
    margin-right: 5px;
}
.Accommodation-food .sgseadbfaccom .link{
    color: #0974c3;
    font-size: 13px;
}
.Accommodation-food .sgseadbfaccom .link i{
    margin-left: 5px;
}
.Accommodation-food .sgseadbfaccom .link2{
color: #000;
  font-size: 14px;
  background: #ededed;
  padding: 5px 15px;
  display: block;
  width: fit-content;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.Accommodation-food .sgseadbfaccom .link2 i{
    margin-left: 5px;
}

.Accommodation-food .sgseadbfaccom .bed-count i{
    color: #3d3838;
  font-size: 45px;
  margin-bottom: 13px;
}
.Accommodation-food .sgseadbfaccom .bed-count h4{
    color: #000;
font-size: 40px;
  margin: 0;
}

.insit-video .owl-nav .owl-prev,
.insit-video .owl-nav .owl-next{
background: #f85d05 !important;
  color: #fff !important;
  font-size: 17px !important;
  width: 50px;
  height: 30px;
  line-height: 30px !important;
}

.Digital-Presence .profiles {
  list-style: none;
  list-style-type: none;
}

.Digital-Presence .profiles li{
  list-style: none;
  list-style-type: none;
  font-size:16px;
  color:#000;
  margin-bottom: 10px;
}
.Digital-Presence .profiles li a{
font-size: 16px;
  color: #000;
  margin-bottom: 12px;
  font-weight: 500;
  display:block;
}
.Digital-Presence .profiles li img{
  width:32px;
  margin-right: 6px;
}
.Digital-Presence .profiles li:first-child{
  margin-bottom: 10px;
}


.modal.fade.fgth{
    opacity:1;
    background:#00000040;
  z-index: 999999;
}

.popup-table tr td{
    border-color: #ededed;
}

.table-modal-data .collage-img {
  width:100%;
}
.table-modal-data ul{
    list-style: none;
    padding-left: 0;
}
.table-modal-data ul li{
    display: inline-block;
    font-weight: bold;
}
.table-modal-data ul li span{
    color:#f85d05;
}
.table-modal-data .gewuiuhs{
    color:#f85d05;
    font-size:16px;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    line-height: 30px;
}
.table-modal-data .gewuiuhs span{
    color:#929190;
    text-transform: uppercase;
    line-height: 30px;
}
.table-modal-data .gewuiuhs i{
    color:#000;
    font-size: 28px;
    line-height: 30px;
}
.table-modal-data .xesgtrds{
   background:#fff;
   padding: 10px;
  border-radius: 10px;
}
.table-modal-data .xesgtrds h5{
   color: #01579b;
   font-size: 20px;
   margin-bottom: 15px;
  font-weight: 900;
}
.table-modal-data .xesgtrds p{
   color: #fff;
   background:#f85d05;
   font-size: 14px;
   font-weight:600;
   margin-bottom: 8px;
  line-height: 23px;
  border-radius: 5px;
}
.table-modal-data .xesgtrds a{
   color: #000;
   font-size: 14px;
   font-weight:600;
    text-decoration: underline;
}
.table-modal-data .data-details .data{
    padding: 0 10px 10px;
}
.table-modal-data .data-details h5{
background: #f2f2f2;
  font-size: 13px;
  font-weight: 780;
  margin-bottom: 15px;
  padding: 8px 10px;
  border-radius: 5px 5px 0 0;
}
.table-modal-data .data-details ul{
    list-style: none;
    padding-left: 0;
}
.table-modal-data .data-details ul li{
    display: block;
    font-weight: 500;
  color: #000;
}
.table-modal-data .data-details ul li i{
    margin-left:5px;
}
.table-modal-data .data-details ul li span{
width: 100px;
  font-weight: 600;
  display: inline-block;
}
.table-modal-data .data-details .data .remarks{
    background: #f2f2f2;
    padding: 8px 10px;
    border-radius: 5px;
}
.table-modal-data .data-details .data .remarks .had{
    color:#000;
    font-weight: 600;
}
.table-modal-data .data-details .data .remarks p{
    color:#000;
    margin:0;
    font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

/*.table-modal-data{*/
/*    height:300px;*/
/*    overflow-x:scroll;*/
/*}*/

.multiselect-container.dropdown-menu > li > a{
    white-space: unset;
}

.my-select .open > .multiselect-container.dropdown-menu {
  max-height: 250px;
  overflow: auto;
}

#Overview .card-counter .count-name{
    
}

.rating-n{
    font-size:18px;
    font-weight:600;
    color:#023047;
    margin-bottom:0px;
}
.rating-n span{
    font-size:15px;
    font-weight:600;
    color:#777;
}


.rate {
    /*float: left;*/
    /*height: 46px;*/
    /*padding: 0 10px;*/
    display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-bottom: 20px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    /*float:right;*/
    width:20px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:20px;
    color:#666;
    line-height: 1;
    margin:0;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.wertyukjhgf{
    padding: 20px 10px;
  border: 4px solid #fff;
}
.wertyukjhgf i{
    font-size: 50px;
  color: #023047;
margin-bottom: 20px;
  display: block;
  line-height: 1;
}
.wertyukjhgf h3{
    font-size:20px;
    color:#023047;
    margin-bottom:10px;
}
.wertyukjhgf p{
    font-size:16px;
    color:#444;
    margin:0px;
    line-height: 22px;
}

.check-list .btn:focus{
    color: #000 !important;
  background-color: transparent !important;
  border-color: unset;
  box-shadow: unset !important;
}
.check-list .checkki{
  width: 20px;
  height: 20px;
  color: #000;
  line-height: 20px;
  background-color: unset;
  border-radius: 0;
  font-size: 12px;
  padding: 0;
  outline: unset;
  border: 1px solid #000;
}
.check-list .checkki:checked{
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a58ca;
}
.check-list .checkki:focus{
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a58ca;
}
.check-list .checkki:active{
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a58ca;
}
.check-list .checkki .checked{
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a58ca;
}




.form-check-inline {
  vertical-align: middle;
}
.compare-colleges{
   background: #f2f2f2;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.compare-colleges .my-select.udududd .btn-group{
    display: block ruby !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.compare-colleges .my-select.udududd .btn-group .multiselect-search{
    height: 35px;
    font-size: 14px;
    padding: 4px 20px;
}

.compare-colleges .my-select.udududd .open > .dropdown-menu label{
    font-size: 14px;
}
.compare-colleges .my-select.udududd .open > .dropdown-menu label input[type="checkbox"]{
    margin-right: 5px;
}

.compare-colleges .college-type{
    width: fit-content;
      margin: auto;
      margin-top: 20px;
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 15px;
  border-radius: 8px;
}
.compare-colleges .college-type h4{
      margin: 0;
}
.compare-colleges .college-type label{
      margin: 0;
}

.college-type .form-check-input, .college-type .form-check-label{
    cursor: pointer;
}

.colleges-grids-row{
   background: #f2f2f2;
  padding: 20px 15px;;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.colleges-grids{
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    
}
.colleges-grids .college-type{
    position:relative;
}
.colleges-grids .college-type span{
  position:absolute;
  top: 0;
  left: 28%;
  width: fit-content;
  background: #ffffffab;
  padding: 3px 7px;
  font-size: 13px;
  color: #000;
  border-radius: 0 0 10px 10px;
}
.colleges-grids .main-img{
    border-radius: 10px;
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.colleges-grids .cl-name{
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
  margin-bottom: 6px;
}
.colleges-grids .cl-name h3{
font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color:#000;
  margin-bottom: 8px;
}
.colleges-grids .cl-name i{
    font-size:12px;
    color:#000;
}
.colleges-grids .cl-name p{
    font-size:13px;
    color:#000;
    line-height: 15px;
}
.colleges-grids .content ul{
    list-style: none;
    padding-left: 0;
}
.colleges-grids .content ul li{
    background: #f2f2f2;
    margin-bottom: 8px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  color: #000;
}
.colleges-grids .content ul li i{
    margin-right: 5px;
    color: #0509f8;
}
.colleges-grids .content ul li span{
    font-weight: 600;
    width: 115px;
  display: inline-block;
}

.colleges-grids .compare-btn{
    font-weight: 600;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  background: #ddd;
  color: #000;
  line-height: 1;
  padding: 9px 20px;
  border: 2px solid #ccc;
  border-radius: 50px;
  text-transform: uppercase;
}
.colleges-grids .compare-btn:hover{
  background: #fff;
}


.colleges-grids-row .col-lg-4 .colleges-grids{
    margin-bottom:25px;
}
.colleges-grids-row .col-lg-4:last-child .colleges-grids{
    margin-bottom:0px;
}

.seatmatrix-box{
    background:#f1f1f1;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
}

.seatmatrix-box .cvgrrr{
    padding: 3px;
border: 2px solid #f85d05;
  border-radius: 13px;
}
.seatmatrix-box .cvgrrr a{
    background:#f85d05;
    display:block;
padding: 8px 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
.seatmatrix-box .cvgrrr a span{
    background:#fff;
    display:block;
    padding: 3px 11px;
  border-radius: 10px;
  color: #000;
  text-align: center;
  font-size: 13px;
  width: fit-content;
  margin: auto;
  margin-top: 7px;
  line-height: 17px;
}


.ddhffgfmms td{
    vertical-align: middle !important;
}



.collage-add-area{
    background:#f85d05;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px 20px 0 0;
}

.collage-add-area .top {
  background: #fff;
  padding: 8px 10px;
  border-radius: 50px;
}

.collage-add-area .compare-btn{
font-weight: 600;
  font-size: 13px;
  text-align: center;
  background: #f85d05;
  color: #fff;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 50px;
  text-transform: capitalize;
}

.collage-add-area .compare-btn:hover{
  background: #023047;
}

.collage-add-area .collage-list{
  padding-left:0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.collage-add-area .collage-list li{
  width:20%;
  padding-left:15px;
  padding-right:15px;
}
.collage-add-area .collage-list li .fill{
  background: #fff;
  padding:7px 5px;
  display: flex;
  align-items: center;
  border-radius: 7px;
}
.collage-add-area .collage-list li .fill img{
  width: 30%;
  height: 47px;
  object-fit: contain;
}
.collage-add-area .collage-list li .fill span{
  font-size:13px;
  color:#000;
  padding-left: 7px;
}

.collage-add-area .collage-list li .empty{
    background: #fff;
    padding:7px 5px;
    display: flex;
    align-items: center;
    justify-content:center;
    border-radius: 7px;
}

.collage-add-area .collage-list li .empty i{
    font-size:27px;
    color:#000;
}

.collage-add-area.this-fix{
    position: fixed;
    z-index: 999;
    bottom: 0;
}


.commen-btn1{
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    background: #f85d05;
    color: #fff;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: capitalize;
    display: block;
}

.commen-btn1:hover{
  background: #023047;
  color: #fff;
}

.comparison-page .clg-img{
    width: auto;
    height: 110px;
    margin-left: auto;
    display: block;
    object-fit: contain;
    margin-right: auto;
}

.comparison-page .colleges-grids .cl-name h3 {
  font-size: 12px;
  text-transform: unset;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.comparison-page .colleges-grids .cl-name p {
  font-size: 11px;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
}

.comparison-page .nichhe i{
  font-size: 22px;
  color: #000;
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
}

.comparison-page .colleges-lable{
    background: #f85d05;
    font-size:17px;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 0;
}

.comparison-page .colleges-lable i{
    font-size:17px;
    color: #fff;
}

.comparison-page .lists{
    background: #fff;
    border-radius: 60px;
    margin-bottom:20px;
    /*padding: 10px 0;*/
}
.comparison-page .lists:last-child{
    margin-bottom:0px;
}

.comparison-page .lists .lable{
    background: #f85d05;
    font-size:15px;
    color: #fff;
    border-radius: 20px;
    padding: 10px 10px 10px 13px;
    margin-bottom: 0;
    text-align: start;
}

.comparison-page .lists .lable i{
    font-size:15px;
    color: #fff;
    float: right;
}
.comparison-page .lists p{
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.lock-box{
    display:flex;
    justify-content: center;
    padding:30px 0;
}
.lock-box .lock-data{
    text-align: center;
}
.lock-box .lock-data a{
    background-color: #fb7c34;
    color: #fff !important;
    padding: 7px 22px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    width: fit-content;
    margin: auto
}
.lock-box .lock-data a i{
    font-size: 20px;
    font-weight: 600;
    margin-left: 7px;
    line-height: 22px;
}
.lock-box .lock-icon{
    /*padding:20px;*/
    border:1px solid #ccc;
    border-radius:100px;
    margin-bottom:15px;
    width: 78px;
    height: 77px;
    text-align: center;
    line-height: 78px;
    margin-left: auto;
    margin-right: auto;
    background: #f2f2f2;
}
.lock-box .lock-icon i{
    color:#000;
    font-size:25px;
}


    .preloader-orbit-loading {
  position: relative;
left: calc(50% - 80px);
  width: 150px;
  height: 150px;
  margin-top: 50px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
  .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    &.cssload-one {
      left: 0%;
      top: 0%;
      animation: cssload-rotate-one 1.15s linear infinite;
      -o-animation: cssload-rotate-one 1.15s linear infinite;
      -ms-animation: cssload-rotate-one 1.15s linear infinite;
      -webkit-animation: cssload-rotate-one 1.15s linear infinite;
      -moz-animation: cssload-rotate-one 1.15s linear infinite;
      border-bottom: 3px solid rgb(0, 0, 0);
    }
    &.cssload-two {
      right: 0%;
      top: 0%;
      animation: cssload-rotate-two 1.15s linear infinite;
      -o-animation: cssload-rotate-two 1.15s linear infinite;
      -ms-animation: cssload-rotate-two 1.15s linear infinite;
      -webkit-animation: cssload-rotate-two 1.15s linear infinite;
      -moz-animation: cssload-rotate-two 1.15s linear infinite;
      border-right: 3px solid rgb(0, 0, 0);
    }
    &.cssload-three {
      right: 0%;
      bottom: 0%;
      animation: cssload-rotate-three 1.15s linear infinite;
      -o-animation: cssload-rotate-three 1.15s linear infinite;
      -ms-animation: cssload-rotate-three 1.15s linear infinite;
      -webkit-animation: cssload-rotate-three 1.15s linear infinite;
      -moz-animation: cssload-rotate-three 1.15s linear infinite;
      border-top: 3px solid rgb(0, 0, 0);
    }
  }
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}


@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}


@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}


@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}


@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}


@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}


@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}


@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}


@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}


@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}


@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


.gbtdrtef input,
.gbtdrtef select {
  width: 100%;
  text-align: left;
  font-size: 14px;
  height: 35px;
  padding:
4px 10px;
  font-family: 'Work Sans', sans-serif;
  border:
1px solid #d5d5d5;
  border-radius:
5px;
color: #000;
}

.databc123 table.table.table-striped.table-bordered th{
    white-space: nowrap;
}
.databc123 table.table.table-striped.table-bordered td{
    white-space: nowrap;
}
.databc123 table.table.table-striped.table-bordered tbody tr:first-child{
    position: sticky;
      top: -1px;
      z-index: 0;
}

.sort-fillter .filter-1 .radio-list{
    margin-top: 0px !important;
}
.sort-fillter .filter-1 .radio-list .radio-button:last-child{
    margin-bottom: 0px !important;
}
.sort-fillter .filter-1 .radio-button{
    padding-left: 15px !important;
    width: 100%;
}
.sort-fillter .filter-1 .radio-button .first-redio{
    display: inline;
}

.nav.nav-tabs.tbl_ke_uper_wala{
    border-bottom: none !important;
}
.nav.nav-tabs.tbl_ke_uper_wala a.nav-link{
    padding:5px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    border:none;
  border-radius:8px 8px 0 0;
}

.pbmchsacxc{
    font-size: 12px;
  margin-right: 3px;
}

.buywalalal tr th {
  vertical-align: middle !important;
  border: none !important;
}
.buywalalal .form-control {
  height: 38px;
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  font-size: 16px;
  padding: 4px 20px;
} 
.buywalalal #rzp-button {
  color: #fff;
  background-color: #023047;
  border-radius: 50px;
  font-size: 15px;
  padding: 4px 20px;
  transition: all 0.3s ease-in-out;
} 
.buywalalal #rzp-button:hover {
    transition: all 0.3s ease-in-out;
    background-color: #fb7c34;
} 

   
.page-wrapper {
    overflow: unset !important;
}















































































































































