a {
    color: #00a784;
    text-decoration: none;
}
a:hover{
    color:#1a1a1a;
}
body{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a.log_institute img {
    filter: brightness(0) invert(1);
}
.nav_custome ul.navbar-nav.ms-auto li.nav-item a.nav-link {
    font-size: 16px;
    font-weight: 500;
}

.nav_custome ul.navbar-nav.ms-auto li.nav-item {
    padding: 0 20px;
}
header {
    border-bottom: 1px solid #ececec;
}
.direction  a{
    font-size: 14px; 
    color:#1c2e6e;
}


.btn-close.popup_close {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 12px;
    color: #fff;
}
.modal_popup .modal-header {
    background: #00a784;
    color: #fff;
}
.modal_popup .modal-footer {
    background: #00a784;
}
.modal_popup .modal-footer.d-block {
    background: #00a784;
}
.modal_popup .modal-footer.d-block {
    background: #00a784;
    padding:5px;
    
}
.applied_course tr th {
    color: #fff;
    background: #00a784;
}
.picture_studentpro img {
    border: 8px solid #edf1f8;
    border-radius: 100%;
    box-shadow: 0px 1px 2px #ccc;
}

.select_arrow {
    position: relative;
}

.select_arrow:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    border-right: 6px solid #f000;
    border-top: 6px solid black;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #f000;
}



.modal_popup .modal-footer.d-block input[type="submit"] {
    background: transparent;
    border: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.taptorate {
    font-size: 14px;
}
.search {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: center;
    margin: auto;
    /*border: 1px solid #00a784;*/
}

.search input {
    min-height: 60px;
    border-radius: 0;
}

.search input.form-control[type=submit] {
    background: #00a784;
    color: #fff;
    border-radius: 0;
    flex: 0 0 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner {
    background-image: url(../images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #00a784;
    position: relative;
    background-size: cover;
}
.search_main h1 {
    text-transform: uppercase;
}
.search_main {
    color: #fff;
}
.wav_strip {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 98px;
}
.verifyed span {
    padding: 6px;
    font-size: 20px;
    border: 1px solid #14957b;
    margin: 10px;
    color: #aad6cd;
    display: inline-block;
}
.services {
    text-align: center;
    border: 1px solid #00a784;
    border-radius: 5px;
    transition: 0.5s;
}
.services a {
    text-decoration: none;
    color: #00a784;
}
.services:hover {
    background: #00a784;
}
.services:hover a {
    color: #fff;
}
.services:hover img {
    filter: brightness(0) invert(1);
}
.icon_services {
    padding: 10px 20px;
}
.icon_services img {
    padding-bottom: 20px;
}
.icon_services p {
    margin: 0;
}
.why_service {
    display: flex;
}
.why_service span {
    display: block;
    font-weight: 500;
}
.how_work {
    background: #fff;
    box-shadow: 1px 2px 5px #ccc;
    padding: 25px;
}
.bg_why{
    background-color: #00a784;
    position: relative;
}
.why_logo img {
    filter: brightness(0) invert(1);
}
.work_icon img {
    filter: brightness(0) invert(1);
}
.why-content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
}

.whyimg {
    position: absolute;
    width: 45%;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url('../images/why.jpg');
      background-repeat: no-repeat; background-size: cover;
}
.bg_why h2 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
}

.bg_why p {
    font-size: 16px;
    letter-spacing: 1px;
}
.work_icon {
    background: #00a784;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    margin: auto;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
.categroy_main {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 15px;
}
.categroy_main a {
    display: block;
    padding: 20px;
    color: #222;
}
.categroy_main:hover {
    background: #198754;
}

.categroy_main:hover a {
    color: #fff;
}

.categroy_main:hover img {
    filter:saturate(0.5)
}







footer h3 {
    color: #00a784;
    font-size: 22px;
}

footer {
    background: #040f21;
}

footer ul {
    list-style: none;
    padding-left: 20px;
}

footer ul li a {
    color: #bababa;
    text-decoration: none;
}

.footer_logo p {
    color: #bababa;
}
footer ul li a:hover {
    color: #00a784;
}
footer ul li {
    line-height: 30px;
    list-style-type: disclosure-closed;
    color: #bababa;
}
.text-copyright {
    color: #bababa;
    border-top: 1px solid #bababa;
    padding-top: 15px;
}

.testimonail {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    background: #00a784;
    border-radius: 50px;
    position: relative;
    color: #fff;
}
.testimonail:before {
    content: "";
    position: absolute;
    border-left: 25px solid #f000;
    border-bottom: 25px solid #f000;
    left: 50%;
    bottom: -49px;
    border-right: 25px solid #d2b48c00;
    border-top: 25px solid #00a784;
    transform: translateX(-50%);
}
.testimonail h4 {
    color: #ffc107;
    font-size: 15px;
    text-transform: uppercase;
}
.rating {
    color: #FFC107;
}
img.queto_start {
    vertical-align: baseline;
    margin-right: 14px;
}

img.queto_end {
    transform: rotate(180deg);
    vertical-align: text-top;
    margin-left: 20px;
}

p.avtar {
    text-align: center;
    z-index: 9999;
    display: none;
    position: relative;
}

.carousel-indicators [data-bs-target]{
    background-color: #00a784;
}

.carousel-indicators {
    bottom: -20px;
}

.institute_main {
    /* border: 1px solid #ccc; */
    display: flex;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.info_insti h2 {
    font-size: 18px;
    font-weight: 600;
}

.info_insti h5 {
    font-size: 16px;
}
.info_insti p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.info_insti p span {
    color: #1c2e6e;
    font-weight: 600;
    text-transform: capitalize;
}

.apply_btn {
    background: #00a784;
    text-decoration: none;
    color: #fff;
    padding:6px 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    flex: 1;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #00a784;
}
.apply_details {
    background: #1c2e6e;
    transition: 0.5s;
    text-decoration: none;
    color: #fff;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    flex: 1;
    text-align: center;
    border: 1px solid #1c2e6e;
}
.apply_details:hover {
    border: 1px solid #1c2e6e;
    color: #1c2e6e;
    background: #fff;
}
.apply_btn:hover {
    border: 1px solid #00a784;
    color: #00a784;
    background: #fff;
}

.logo_insti {margin-right: 10px;}
.login_left {
    background: #00a784;
    height: 100%;
    text-align: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}


a.log_student {
    background: #00a784;
    color: #fff;
    text-decoration: none;
    padding: 12px 61px;
    display: block;
    border-radius: 50px;
    text-align: center;
    min-width: 250px;
    margin: auto;
    width: 50%;
    border: 2px solid #00a784;
}
.log_institute
{
    background: #fff;
    color: #00a784;
    text-decoration: none;
    padding: 12px 61px;
    display: block;
    border-radius: 50px;
    text-align: center;
    width: 50%;
    margin: auto;
    min-width: 250px;
    border: 2px solid #00a784;
}

  a.log_institute:hover {
    background: #00a784;
}
a.log_institute:hover img {
    filter:brightness(0) invert(1);
}
a.log_student:hover {
    background: #00a784b0;
    color: #fff;
    border-color: #00a784b0;
}
.select_account p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.select_account h3 {
    color: #00a784;
    font-weight: 500;
    font-size: 24px;
}
.login_right input, .login_right select {
    border: 1px solid #959e9d;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin: auto;
    padding-right:35px;
    min-height: 55px;
}
.input_student {
    min-width: 250px;
    margin: auto;
    position: relative;
}
.log_institute {
    background: #00a784;
    color: #fff;
}
.log_student {
    background: #00a784;
    color: #fff;
}
.login_right input ~ label {
    position: absolute;
    top: 14px;
    left: 13px;
    pointer-events: none;
    transition: top 300ms ease-in, left 300ms ease-in, font-size 300ms ease-in;
    color: #959e9d;
}

.login_right input:focus ~ label,
.login_right input:not(:placeholder-shown)~label{
   top: -9px;  
   font-size: 12px;
   background-color: #fff;
   padding: 0 10px;
}

.login_right input:focus{
    box-shadow: none;
    border-color: #00a784;
}
.input_student span {
    /* background-image: url(../images/contact.svg); */
    position: absolute;
    right: 5px;
    top: 13px;
    width: 30px;
    height: 30px;
}

.otp_input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp_input input {
    width: 50px;
    margin: 9px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    height: 41px;
    margin-bottom: 30px;
    outline: none;
}
.otp_input input:focus {
    border:2px solid #00a784;
}
.login {
    background-image: url(../images/bg_login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    /* background: #00a784; */
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.login_right {
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    /*height: 100%;*/
}

a.log_institute:hover {
    color: white;
}
.image_welcome {
    border-bottom: 5px solid #00a784;
    border-radius: 50px;
}

.edit_students {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(-4%, -50%);
    margin: 0 !important;
    background: #00a784;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
}
.edit_students img{
    width:20px;
    box-shadow:none;
    border:0;
    border-radius:0;
}

.picture_studentpro {
    position: relative;
}
.user_info {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.editss img {
    width: 100%;
}
.user_imgs {
    flex: 0 0 50px;
}
.sidebar_main {
    background: #00a784;
    border-radius: 20px;
    padding: 10px;
    height:100%;
}

.user_infos {
    flex: 1;
}

.editss {
    flex: 0 0 30px;
}
.sidebar_main ul {
    list-style: none;
    padding: 0;
  
}

.sidebar_main ul li span {
    background: #f1f1f1;
    border-radius: 50px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right:13px;
}
.sidebar_main ul li {
    padding: 8px 0;
}

.sidebar_main ul li a {
    color: #fff;
    font-weight: 500;
}
.banner_dash {
    border: 1px solid #00a784;
    border-radius: 10px;
    padding: 10px;
    position:relative;
}
.institute_edit {
    background:#00a784;
    width: 35px;
    height: 35px;
    /* padding: 8px; */
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 7px;
    line-height: 35px;
    text-align: center;
}

.institute_edit img {
    max-width: 75%;
}
.rating {
  display: flex;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
  justify-content:center;
  
}
.taprate {
    font-size: 14px;
    color: #00a784;
}
.submit_rattingss{
    background: #00a784;
    color: #fff;
    text-decoration: none;
    padding: 5px 51px;
    display: block;
    border-radius: 50px;
    text-align: center;
    min-width: 250px;
    margin: auto;
    width: 50%;
    border: 2px solid #00a784;
}
.rating input {
  display: none;
}

.rating label {
  display: inline-block;
  padding: 5px;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.txt_ratiingall {
    font-size: 14px;
}

.rating label:before {
    content: "\2605";
    font-size: 50px;
    color: #000;
    /*width: 8px;*/
    display: inline-block;
}
.button_ratingall {
    background: #198754;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    padding: 2px 6px;
}

.rating label:after {
  content: "\2605";
  position: absolute;
  top: 5px;
  left: -5px;
  width: 0;
  overflow: hidden;
  font-size: 50px;
  color: #f8ce0b;
}

.rating input:checked ~ label:after {
  width: 100%;
}

.btn_applied_list {
    background: #00a784;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 4px 14px;
}

.rating_star1{
    background-color:#a0c15a;
}
.rating_star2{
    background-color:#add633;
}
.rating_star3{
    background-color:#ffd934;
}
.rating_star4{
    background-color:#ffb234;
}
.rating_star5{
    background-color:#ff8c5a;
}
.social_btns {
  
  margin:0;
  padding:0;
  display:flex;
  justify-content: center;
}

.social_btns li {
  list-style: none;
}

.social_btns li a {
  position: relative;
  width:60px;
  height:60px;
  display:block;
  text-align:center;
  margin:0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

.social_btns li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-decoration:none;
}
.copy_share input {
    border: 0;
}
.copy_share input:focus-visible{
    outline:none;
}
.copy_share {
    text-align: center;
    border: 1px solid #ccc;
    max-width: 300px;
    /* padding: 5px 0; */
    display: flex;
    margin: auto;
    justify-content: space-between;
}
p.copy_share button {
    border: 0;
    background: #00a784;
    color: white;
    /* border-radius: 5px; */
    font-size: 14px;
    padding: 8px;
}
.social_btns li a .fa {
  widht: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size:24px;
  color: #262626;
  transition: .5s;
}

.social_btns li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social_btns li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social_btns li:nth-child(4) a:hover .fa {
  color: #00a784;
}

.social_btns li:nth-child(3) a:hover .fa {
  color: #007bb6;
}

.mySlides1, .mySlides2 {display: none}
/*img {vertical-align: middle;}*/

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    border: 1px solid #d1d1d1;
    background: #eeeeee;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color:#3c3c3c;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
.mySlides1{
    height:200px;
}
.mySlides1 img{
    height:100%;
}
span.delete_img {
    background: #00a784;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height:40px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.uploadimgtxt {
    display: block;
    color: #1b2d79;
    font-weight: 600;
}

.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  /*width: 450px;*/
  position: relative;
  border-radius: 3px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  border:1px dashed #00a784;
  padding:15px 30px;
  border-radius: 2px;
  margin-right: 8px;
  color:#00a784;
  text-align:center;
}

.file-input:hover > .button {
  background: #f1f1f1;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.color_upload{
        color:#1c2e6e;
    }
.fileupload_save input[type="submit"] {
    border: 1px solid #959e9d;
    padding: 10px;
    width: 100%;
    margin: auto;
    padding-right: 35px;
    background: #1b2d79;
    min-height: 55px;
    color: white;
    border-radius:50px;
}
 #blah {
    max-width: 200px;
    vertical-align: top;
}
.align_btmtop{
    vertical-align:text-bottom;
}
.radio_search span {
    margin-right: 20px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}
    
@media(max-width:767px){
    .log_institute{
        width: 80%;
    }
    a.log_student{
        width: 80%;
    }
    .search{
        flex-direction: column;
        width: 100%;
    }
    .offset-2 {
        margin-left: 0!important;
    }
    .verifyed span {

     /*border: none!important; */
     margin-bottom: 10px!important; 
     font-size:16px;

    }
.search input.form-control[type=submit]{
 flex: auto;
}
.search input{
    margin-bottom: 10px;
}
.whyimg{
    display: none;
}
.bg_why h2{
    font-size: 32px;
}
.why_service span {
  
    font-size: 16px;
}
.login_right{
    padding-top: 10px;
}
.login_left img {
    width: 196px;
}

}