


.emailsection-gap-equal{
  padding: 200px 0;
}

#notifiactionbadge{
  margin-left: -24px;
  margin-top: 35px;
  background: red !important;
}
@media only screen and (max-width: 1200px) {
  #notifiactionbadge{
    margin-left: -205px;
    margin-top: 7px;
    background: red !important;
  }
}

.blink_me {
  animation: blinker 1.8s linear infinite;
  color: red;
}
@keyframes blinker {
50% {
  opacity: 0;
}
}

.modal-header.websitecolor{
    background: #5e72e4;
}

.course-item{
  list-style  : none;
}

.namehover:hover{
color: #5e72e4;
}

 .course-item .list-padding{
  padding: 24px 1px 0px;
  line-height: 2px;
  
} 

.modalalignment{
  vertical-align: middle;
  /* width: 100%;
  max-width: 600; */
  display: inline-block;
}

.table>tbody{
  height: 70px;
}

.rowlineheight{
  line-height: 16px;
  font-size: 14px;
}

.letterstyle{
  text-align:justify;
  word-spacing: 2px;
}

.error{
  color:red;
  font-weight: 400;
}

input.form-control.error {
  color: black;
}


.viewregister{
  line-height: 3px;
}

.addressregister{
  line-height: 5px;
  font-size: 14px;
}

.p-lineheight{
    line-height: 2px;
}

.text-align{
    text-align: justify;
}

.text-danger {
    font-size: 11px;
    margin-bottom: 2px;
}

.edu-course .thumbnail .duration .expiry {
    background-color: #f81f43;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 13px;
    color: var(--color-white);
    font-family: var(--font-secondary);
    display: block;
}


.features-area-2 marquee{
    padding: 14px;
    color: white;
    font-size: 20px;
} 
.banner-content h1{
   font-size: var(--h1);
   line-height: var(--h1-lineHeight);
   word-break: break-word;
   font-family: var(--font-secondary);
   color: var(--color-heading);
   font-weight: bold;
} 
.banner-content p{
  color: var(--color-heading);
  font-size: 18px;
  font-family: var(--font-primary);
} 
a.left.carousel-control,a.right.carousel-control {
    background: none;
}
span.glyphicon.glyphicon-chevron-left {
  background: white;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  padding: 10px;
  left: 30px;
}
span.glyphicon.glyphicon-chevron-right {
  background: white;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  padding: 10px;
  right: 30px;
}
.upcoming_course .award-status .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 0px 16px;
  box-shadow: 0px 40px 70px rgb(27 20 78 / 10%);
  background: #FFFFFF;
  border-radius: 10px;
}
.upcoming_course .award-status .inner .icon {
  width: 30px;
  height: 30px;
  background: rgba(26, 182, 157, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  color: var(--color-primary);
  font-size: 30px;
}
ol.carousel-indicators {
  display: none;
}
.header-mainnav {
border-left: 1.5px solid #f2f2f2;

margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
    .header-right li.has-droupdown {
        display: none;
    }
}

.secondarycolor{
  color: red;
}

*:focus {
  outline: none;
}    

input[type="text"][disabled] {
  background: #f0f4f5;
}
input[type="email"][disabled] {
  background: #f0f4f5;
}

/* select{
  background: white;
} */

/* select.regarding{
  background-color: #f0f4f5;
} */

/* ///////////////////////////////admin dashboard////////////////////////////////// */
.required{
  font-size: 15px;
  font-weight: bold;
  color: red
}

th.text-center.admin_tablehead{
  font-size: 15px;
  font-weight: 800;
  color: #344767;
}

.deleteconfirmation{
   background: aliceblue;
   border-radius: 50%;
   font-size: 40px;
   padding: 24px;
}

/* select option */
select.select-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  /* appearance: none; */
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.publication_detail li span{
  font-family: var(--font-secondary);
  min-width: 100px;
  display: inline-block;
  font-weight: var(--p-semi-bold);
  color: var(--color-heading); 
}
.memberdetail{
  font-family: var(--font-secondary);
  min-width: 55px;
  font-weight: var(--p-semi-bold);
  color: var(--color-heading);  
}
ul.publication_detail {
      list-style: none;
      margin-left: 40px;
}

.inner_popupvideo{
    padding: 12px 3px;
}

.thumbnail1 {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.course_popup{
  width:100% !important;
}

.course-item li{

-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;

border-bottom: 1px solid var(--color-border);
padding: 15px 0;
margin: 0
}
.course-item li .label{
 color: black;
}
.course-item li span{
color: var(--color-heading);
}

.registerview{
  font-size: 13px;
}
.payment {
  margin-top: 60px;
}

.payment h1 {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  color: #0d2b3e;
  width: 1000px;
  margin: 0 auto 40px;
}
.payment h1:before {
  content: '';
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url("https://stripe.com/img/v3/pricing/payments/title-icon.svg");  
}

.icons {
  text-align: right;
  margin-right: 40px;
}
.icons img {
  margin-left: 5px;
  margin-top: 20px;
}
.row-alt .icons img {
  margin-top: 80px;
}


.info h2 {
  color: #0d2b3e;
  font-size: 19px;
  margin-bottom: 10px;
}
.info h3 {
  color: #566b78;
  font-weight: 500;
  margin: 20px 0 5px;
}
.info .description {
  width: 100%;
  padding: 5px 40px 5px 0;
  border-right: 1px solid rgba(52,21,112,.075);
}
.row-alt .info .description {
  border-right: none;
}
.info .description p {
  color: #566b78;
  line-height: 22px;
}
.info .description p a {
  color: #008cdd;
  text-decoration: none;
}
.info .description p a:hover {
  color: #003f5e;
}


.price {
  vertical-align: bottom;
  margin-bottom: 25px;
}
.price p {
  /* margin-left: 35px; */
  /* font-size: 24px; */
  font-weight: 300;
  color: #00ab1c;
}
.payment h1 + .row .price {
  margin-bottom: 55px;
}

/* .sidenav{
  position: relative;
} */

.sidenav-logo{
   padding: 66px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100px; */
}

.sidenav-logo img{
  height: 100px;
}


.form-input-heading{
  width: 50%;
}

.form-input-des{
  margin-left: 30px;
}

/* pagination color */
.page-item.active .page-link {
  color: white !important;
}

.tablehead {
  font-weight: 900;
  color:black;
  padding: 11px !important;
}







/* -------------------------------------------------------
------------------------Start: Home Page-----------------
------------------------------------------------------- */


.nav-dropdown{
  display: flex;
  justify-content: end;
  padding-top: 10px;
  cursor: pointer;
  position: relative;
}

.nav-dropdown p::after{
  position: absolute;
  content: "\e91e";
  font-family: 'icomoon';
  right: -17px;
  top: 7px;
  font-size: 6px;
  font-weight: 400;
  color: white;
}

.popup-mobile-menu .inner .header-top {
 
  justify-content: end;
  padding: 2px 20px;
}

.header-info a{
  text-decoration: none;
}

.testimonial-info{
    color: black;
    font-weight: bold;
}


@media (max-width: 578px) {
    .banner-title {
        margin-top: 80px !important;
    }
    h1.short-des {
        line-height: 31px !important;
    }
    .carousel-image {
        height: 371px !important;
    }
}

.footer-top{
  padding: 70px 0px !important;
}


@media only screen and (max-width: 992px) {
  .direction{
    display: flex;
    flex-direction: column-reverse;
  }
}


@media only screen  and (min-width: 768px) and (max-width: 992px) {
  .gallery__item--vert {
    grid-row: span 2;
  }
}

.col-margin{
  margin-top: -14px;
}


.gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  max-width: 1200px;
  margin: 10px auto;
}

.gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.gallery__item > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery__item--hor {
  grid-row: span 2;

}


.gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.section-gap-equal {
  padding: 50px 0 80px 0 !important;
 
}



.edu-course-widget.widget-course-summery .thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: 330px !important;
  object-fit: cover !important;
}

@media only screen  and  (max-width: 992px) {
  .about-image-gallery {
    padding: 30px 0px 60px;
  }
}

.about-style-6 {
  padding: 0px 0px 50px 0px;
}



/* -------------------------------------------------------
------------------------End: Home Page-----------------
------------------------------------------------------- */











/* <!---------------Start:WEb: Banner--------------!> */




/* <!---------------End:WEb: Banner--------------!> */


/* <!---------------Start:WEb: Course page--------------!> */
.edu-pagination li.disabled {
  padding: 16px;
  margin-right: 16px;
  margin-top: 5px;
  font-size: 19px;
}

.form-date{
  display: block;
  width: 100%;
  padding: 1.2rem 1.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}


/* <!---------------End:WEb: Course page--------------!> */





.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------- */

.para{
  font-size: 16px;
}

.text-justify {
  text-align: justify;
}

.ul-style{
  list-style: none;
}


.fs-7 {
  font-size: 14px;
}



.swal2-popup {
  font-size: 14px !important;
}

.sub-head{
  color: var(--color-secondary);
}

.f-bold{
  font-weight: bold;
}

.box-section {
  border: 1px dotted blue;
  padding: 15px;
  margin: 10px 0;
  border-radius: 10px;
  color: black;
}
















