
body{
    min-height: 100%;
    height: 100%;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14.3px;
    /*font-size: 100%;*/
    overflow-x: hidden;
    overflow-y: auto ! important;
    line-height: 1.43;
    margin: 0px;
    padding: 0px !important;
}


/*Common CSS*/
:root{
     --theme-color:whitesmoke;
     --theme-background-color:#022d33;
}


.theme-background-image{
    background-image: linear-gradient(-225deg, #174950 51%, #598088 51%,  #0e5157 100%);
}

.theme-background-color{
    background-color: var(--theme-color);
}

.theme_background_color{
    background-color: var(--theme-background-color);
}

.white_background_color{
    background-color: white;
}

.theme-text-color{
   color: white;
}

.theme-text-light{
    color: dimgray ! important;
}

.custom-card >.header-primary{
    background-image: linear-gradient(-225deg, #174950 0%, #598088 55%, #0e5157 87%);
    box-shadow: 0px 20px 27px -20px black;
    margin-top:-40px;
    padding:1px 0px;

}

.card .header-primary{
   background-image: linear-gradient(-225deg, #174950 0%, #598088 55%, #0e5157 87%);
   box-shadow: 0px 20px 27px -20px black;
   margin-top: -15px;
   padding:1px 0px;
}

/*Form Related Css*/
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: whitesmoke ! important;
    color: black ! important;
}

/*Theme-color css*/
.theme_color i{
    display: inline-block;
    /*width: 10px;*/
    /*height: 10px;*/
    margin:6px;
    cursor: pointer;
}

.divider-new{
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    margin-top: 45px;
    margin-bottom: 45px;
}

.divider-new:before{
    content: '';
    height: 1px;
    background-image: -webkit-linear-gradient(left, whitesmoke, #c6c6c6); 
    background-image: linear-gradient(left, whitesmoke, #c6c6c6);    
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.45em 0 0;
}

.divider-new:after{
    content: '';
    height: 1px;
    background-image: -webkit-linear-gradient(left, #c6c6c6, whitesmoke);
    background-image: linear-gradient(left, whitesmoke, #c6c6c6); 
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
   margin: 0 0 0 1.45em;
}

.article-list>.divider-new:before{
    background-image: -webkit-linear-gradient(left, #31393f, #c6c6c6); 
    background-image: linear-gradient(left, #31393f, #c6c6c6);   
}

.article-list>.divider-new:after{
    background-image: -webkit-linear-gradient(left, whitesmoke, #31393f); 
    background-image: linear-gradient(left, whitesmoke, #31393f);   
}

.divider-new>h3{
    font-family: monospace;
}
.divider-new-a{
    font-size: 16px;
    color: brown;
    padding: 14px 10px;
}

.divider-new-icon{
    font-weight: 30px;
    padding-bottom: 5px;
    color: #31393f;
}
.divider-new-a:hover{
    text-decoration: none;
    box-shadow: 0px 2px 3px grey;
    padding: 14px 10px;
}

.hide{
    display: none;
}

.show{
    display: initial;
}

/*.card .header-primary {
    background: linear-gradient(60deg, #022d33, #034e52);
}*/

/*..................Helper Css start...............*/

.letter-spacing-1px{
    letter-spacing: 1px;
}

.white-border-2px{
    border:2px solid;
}

.padding-tb-15px{
    padding:15px 0px;
}

.transparent-back-color{
    background-color: transparent;
}

.color-gray{
    color: gray;
}
.padding-0{
    padding: 0px;
}

.border-left-with-radius{
    border-left: 3px solid #939c97;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*.........................Go to top button css............................*/
.back-to-top{
    position: fixed;
    bottom: 70px;
    right: 20px;
    text-decoration: none;
    color: gray;
    background: transparent;
    border:2px solid gray;
    font-size: 12px;
    padding: 0px 10px;
    display: none;
    font-weight: bold;
    border-radius: 5px;
}
.back-to-top:hover{
    color: #31393f;
    border:2px solid #31393f;
    cursor: pointer;
    text-decoration: none;
}

.color-default{
    color: #31393f;
    font-family: serif;
    line-height: 2;
}
.form-group.is-focused .form-control{
    background-image: linear-gradient(#022d33, #022d33), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 100% 1px, 100% 1px;
}


/*..................Helper Css end...............*/


/*..................TopNavBar Modal Css..........*/
.modal .navbar-modal{
    margin-top: 0px ! important;
    background-color: var(--theme-color);
}

.navbar-modal-header{
    padding:10px ! important;
    padding-bottom: 5px ! important;
}

.navbar-modal{
    margin:0px;
}

.navbar-modal-content{
    background-color: var(--theme-color);
    height: 100%;
}

/*Form Related CSS*/
.form-btn .btn-submit{
    box-shadow: 0px 15px 10px -10px darkgrey;
    padding: 8px 30px;
    width: 100%;
    background-color: cadetblue;
    color: white;
    border: 1px solid transparent; 
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
}

.form-btn .btn-cancle{
    background-color: brown; 
    box-shadow: 0px 15px 10px -10px darkgrey;
    padding: 8px 30px;
    width: 100%;
    /*border: 1px solid #174950;*/
    /*color: #174950;*/
    color: white
    border: 1px solid transparent; 
}

.form-btn .btn-submit:hover{
    background-color: transparent; 
    color: #174950;
    border: 1px solid #174950;
    box-shadow: none;
}

.form-btn .btn-cancle:hover{
    background-color: transparent; 
    color: brown;
    border: 1px solid brown;
    box-shadow: none;
}
.form-group input[type=file]{
    opacity: 1! important;
    position: relative;
}

.form-control-feedback{
    top: 5px ! important;
    font-size: 20px;
    opacity: 1 ! important;
}

.material-input{
    color: brown;
    font-size: 12px;
}

/*Search-bar Css*/
.search-bar .form-group{
    margin: 0px ! important;

}

.search-bar .search-bar-button{
    width: 30px ! important;
    min-width: 30px ! important;
    height: 30px ! important;
}

.border-top-2p{
    border:1px solid white;
    border-top: 2px solid silver;
    border-top-left-radius: 0px ! important;
    border-top-right-radius: 0px ! important;    
}

.hover-color-none:hover{
    color: initial;
}

.radio input[type=radio]:checked ~ .check{
    background-color: var(--theme-background-color);
}
.radio input[type=radio]:checked ~ .circle{
    border-color: var(--theme-background-color);
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check{
    background: var(--theme-background-color);
}

.create_test_series .form-group{
    margin-top: 0px ! important;
}
/*........................Common Css end here...........................*/

 .wrapper .top-navbar-height{
    height: 65px ! important;
    min-height: 65px  ! important;
    background-color: var(--theme-background-color);
 }

/*........................Scroll Down Css Start..........................*/
section.scroll_down {
  height: 10vh;
  width: 100%;
  display: table;
  
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}


.scroll-down:hover{
    border: 2px solid palegreen;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/*........................Scroll Down Css end..........................*/




/*........................Notification Number Css start..................*/
.notification-icon{
    position: relative; 
}

.notification-number{
    position: absolute;
    top: 6px;
    right: 9px;
    /*padding: 1px;*/
    background: red;
    border-radius: 50%;
    color: navajowhite;
    font-size: 11px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    text-align: center;
}

.notifications-lists:before {
    content: '\25b2';
    background: transparent;
    position: absolute;
    color: white;
    margin: 0px auto;
    right: 5px;
    top: -14px;
    font-size: 15px;
}


/*............................@base.html css...........................................................*/
.description{
    margin:0px;
    max-width: 100%;
}

.padding-15-5{
    padding:15px 5px;
}

.read-more-btn{    
    width: 100%;
    background-image:-webkit-linear-gradient(top right, whitesmoke -15%, #323c41 50%, whitesmoke 115%);
    /*box-shadow: 0px 5px 10px -6px black;*/
    box-shadow: none;
}

.read-more-btn:hover{
    box-shadow: 0px 5px 10px -6px black;
}

.text-deco-none:hover{
    text-decoration: none
}


.profile-div{
    position: relative;
}

.profile-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56);
}

.profile-user-name{
    color: #323c41;
    position: absolute;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.profile-user-name:hover{
    text-decoration: none;
    color: #9c27b0;
}
.profile-date>a{
    position: absolute;
    margin-left: 10px;
    font-size: 10px;
    bottom: 0px;
    color: gray;
}

.profile-date>a:hover{
    text-decoration: none;
}


.profile-date-inline{
    margin-left: 10px;
    font-size: 10px;
    bottom: 0px;
    color: gray;
}

.profile-date-inline:hover{
    text-decoration: none;
}


.profile-date-inline>i{
    font-size: 10px;
}

.profile-date>a>i{
    font-size: 10px;
}

.article-hr{
    margin:10px 5px;
    margin-right: 10px;
}

.article-title>h4{
    font-weight: bold;
    letter-spacing: 1px;
    color: #323c41;
    display: inline-block;
}

.article-title:hover{
    text-decoration: none;
    color: #9c27b0;
}

.article-text-color{
    color: var(--article-text-color);
}
.index-page .transparent-back-color{
    font-weight: bold;
    letter-spacing: 1px;
}
.index-page .transparent-back-color:hover{
    background-color: var(--theme-background-color);
    color: white !important;
}   
.brand blockquote{
    border:none;
}
/*............................Article Modal @ index.html Css Start......................................*/
.modal-open {
    overflow-y: auto;
    padding-right: 0px ! important;
}

.modal-body>.card{
    box-shadow: none;
}
.modal-body button.close{
    position: absolute;
    top: -58px;
    right: 30px;
}

.modal-body .card-signup .header{
    margin-top: -75px;
    padding:5px 0px;
}

.modal .modal-dialog{
    margin: 80px auto 40px;
}

.modal-close-button{
    position: absolute;
    top: 0px;
    right: 35px;
    color: white ! important;
}


/*...............................Nav-bar css ................................................................*/
/*.navbar-header{
    margin-left: 0px ! important;
}
*/
.nav-brand{
    font-size: 18px;
    display: inline-block;
    padding: 15px;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar .dropdown-menu li > a:hover{
    background-color: var(--theme-background-color);
}

.dropdown-menu li > a:hover{
    background-color: var(--theme-background-color);
}

.navbar{
    background-color: var(--theme-background-color);
}

.navbar .navbar-nav > li > a{
    padding-top: 10px ! !important;
}

.logo-container .logo{
    width:40px ! important;
}

.logo-container .brand{
    width: auto;
    height: auto;
    margin-top: 10px;
}

.main-container{
    background-color: var(--theme-color); 
}

.signup-page .wrapper .card-signup {
    margin: 160px 0 80px;
}

.card-signup .content{
    padding: 0px 20px 0px 20px;
}

.login-footer p{
    color: #888;
    font-size: 13px;
}

.user-small-profile-photo>a>img{
    border-radius: 50%;
}
.user-name{
    color: paleturquoise ! important;
    font-weight: bold ! important;
    text-transform: none ! important;
    letter-spacing: 1px ! important;
    font-size: 15px ! important;
    text-shadow: 0px -2px 1px black ! important;
}

.login-btn-row>div{
    /*padding-left: 30px;*/
}

.login-btn-row button{
    width: 100%;
    background-color: #7b1fa2 ! important;
}

.login-footer a.login-a{
    text-transform: none;
    display: inline-block;
    padding: 5px 15px 5px 0px;
    font-size: 13px;
}

.login-footer a.login-a:hover{
    text-decoration: none;
}

/*Footer CSS*/
footer.footer{
    background:#03262b;
    color: whitesmoke;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}
footer.footer ul li a:hover{
    color: silver;
}
footer .copyright>i{
    color: pink;
}

/*.......................................Article Image css @ Index.html..................................*/
.team .team-player img{
    max-width: 100% ! important;
    
}

.side-description{
    text-align: left;
}

.side-description a{
    text-decoration: none;
}

.label{
    text-transform: none;
}
.info{
    padding: 0px ! important;
}

span.label-title{
    padding:10px 18px;
}

span.label-title i{
    font-size: 16px;
}

span.label-user i, span.label-date i{
    font-size: 16px;
}


/*........................Articles-List CSS start...................................*/
.full-width{
    width: 100%;
}

.article-line-hr{
    background-image: -webkit-linear-gradient(left, #f5f2ed, #3a3a3b, #f5f2ed);
    width: 70%;
    height: 1px;
    margin-top: 10px;
}

.articles-list>.section>.team{
    margin-top:30px;
}

.articles-list-box{
    padding:10px 15px;
    box-shadow: 0px 1px 5px -2px grey;
    margin-bottom: 25px;
}

.article-user-info{
    margin-top: 30px;
    padding:10px;
    /*padding-top: 0px;*/
    box-shadow: 0px 1px 5px -2px grey;
    /*background-image: linear-gradient(-225deg, #212121 0%, #7f8e8c 55%,  #323c41 87%);*/
}
.article-user-text{
    margin-top: 60px;
}

.article-user-text>h4{
    font-weight: bold;
    letter-spacing: 1px;
}

.article-user-text>h6{
    color: #9c27b0;
}
.article-user-info .profile-content{
     /*margin-top: 30px;*/
    padding:10px;
    box-shadow: 0px 1px 5px -2px grey;
    background-image: linear-gradient(-225deg, #174950 0%, #598088 55%,  #0e5157 87%);
    max-height: 60px;
}

.article-user-desc{
    margin-top: 10px;
    padding:10px;
    box-shadow: 0px 2px 5px -2px grey;
    /*background: linear-gradient(#323c41, #7f8e8c);*/
}

.article-user-info .profile img {
    max-width: 100px;
    /*position: relative; */
    margin:0px auto;
    border-radius: 50%;
}


.profile_thumb_box{
    margin-top: 15px;
}

.profile_thumb{
    padding-right: 0px;
}

.profile_name{
    font-size: 30px;
    line-height: 1;                                                 
}
.profile_name >b{
    font-size: 25px;
}

.profile_rating_class{
    position: relative;
}


.rating_progressbar{
    height: 7px;
    width: calc(95% - 20px);
    margin-bottom: 0px;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 10px;
}

.rating_progressbar .progress-bar {
    font-size: 11px;
    line-height: 11px;
    padding-left: 5px;
    text-align: left;
}



.rating{
    display: flex;
    transform: rotateY(180deg);
}

.rating label{
    cursor: pointer;
    width: 20px;
    background-color: transparent;
    display: block;
}

.rating label:before{
    content: '\f005';
    position: relative;
    display: block;
    font-family: fontAwesome;
    font-size: 15px;

}

.rating label:after{
    content: '\f005';
    position: absolute;
    display: block;
    font-family: fontAwesome;
    font-size: 15px;
    color: #ffb700;
    top: 0px;
    opacity: 0;
    transition: 0.5s;
    text-shadow: 0px 2px 5px rgba(0,0,0,.5);
}



.rating label:hover:after,
.rating label:hover ~ label:after,
.rating input:checked ~ label:after
{
    opacity: 1;
}

.rating_form{
    background-color: aliceblue;
    padding:5px 10px;
}

.rating_only_show label:before{
    left: -3px ! important;
}

/*.rating label:hover:after{
    opacity: 1;
}*/

.ratings_and_reviews{
    margin-top: 20px;
}

.progress-bar{
    border-radius: 2px ! important;
}

.ratings_and_reviews .progress.active .progress-bar, .progress-bar.active{
    animation: none ! important;
}

.all_reviews{
    position: absolute;
    top: 20px;
}
.all_reviews_date{
    margin-left: 107px ! important;
    bottom: 2px ! important;
}

.circle_raview{
    border-radius: 50%;
    border: 2px solid;
    border-color: var(--theme-background-color);
    width: 110px;
    height: 110px;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    vertical-align: middle;

}

.all_reviews_row{
    margin-left: auto;
    background-color: lavender;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
}

/*.circle_raview:before{
    content: '';
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border:2px solid red;
    position: absolute;
}*/
.rating_on_ins_list{
    position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
}

.rating_on_ins_list>i{
    margin-right: 3px;
}

.profile_thumb .profile img {
    max-width: 100%;
    width: 100%;
    /*max-height: 150px;*/
    margin:0px auto;
    /*margin-top: -15px;*/
    /*border-radius: 5px;*/
    border:1px solid silver;
    z-index: 999;
}

.profile_page_image .profile_pic{
    border-radius: 1% ! important;
    max-width: 50% ! important;
}

.profile_social_icon>a:first-of-type{
    padding-left: 0px;
}

.profile_social_icon>a{
    padding:5px;
}

.profile_second_section{
    margin-top: 15px;
    padding: 10px;
}

.reviews_section{
    padding-right: 0px;
}

.profile_follow_btn{
    display: inline-block;
    width: 100%;
    padding: 3px 5px;
    border:1px solid #329bff;
    margin-top: 5px;
    color: #2b6dad;
    border-radius: 2px;
}

.profile_follow_btn:hover{
    background-color: silver;
}

.profile_follow_color{
    color: #2b6dad;
}

.profile_list_follow_btn{
    display: inline-block;
    padding: 1px 5px;
    border:1px solid #329bff;
    margin-top: 5px;
    color: #2b6dad;
    border-radius: 2px;
}



.reviews_section_panel_body{
    padding:5px;
    padding-left: 10px;
    padding-top: 10px;
    height: 300px;
    overflow-y: scroll;
}
.article-profile-icon{
    color: #323c41;
    font-size: 13px;
}


.article-profile-hr{
    margin:7px;
}

.article-profile-icon>i{
    color: gray;
    margin-right: 10px;
}

.feed-right-side-section .panel{
    margin-bottom: 0px;
    box-shadow: none;
}

.feed-right-side-section .panel .panel-heading{
    background-image: linear-gradient(-225deg, #174950 51%, #598088 51%,  #0e5157 100%);
    /*background-color: rgba(0,0,0,.03);*/
    border-bottom: none;
    padding:1px 15px;
    color: whitesmoke;
    font-weight: bold;
    /*color: whitesmoke;*/
}

ul.articles-setting {
    display: inline-block;
    position: absolute;
    right: 0px;
    list-style: none;
}
ul.articles-setting>li>a>i {
    padding-top: 5px;
    color: gray;
}

.feed-right-side-section .panel .panel-heading>h6{
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.feed-right-side-section .checkbox input[type=checkbox]:checked + .checkbox-material .check{
    background: #323c41 ! important;
}

.feed-right-side-section .checkbox label{
    color: #323c41;
}

.left-side-hr:last-of-type{ 
    display: none;
}

.article-post{
    margin-top: 30px;
    border-top: 2px solid #939c97;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.article-post .divider-new{
    margin: 0px;
}

.article-post .divider-new .article-post-h4{
    font-weight: bold;
    letter-spacing: 2px;
    color: #31393f;
}
.article-post .article-post-ul li{
    border-right: 1px solid silver;
    padding-right: 10px;
}

.article-post .article-post-ul li:last-of-type{
    border-right: none;
    padding-right: 0px;
}

ul.right-setting-bar{
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    list-style: none;
}

ul.right-setting-bar>li>a>i{
    padding-top: 10px;
    color: gray;
}

.post-comment-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    box-shadow: none;
    padding: 0px 5px;
    margin-top: 20px;
    /*border:1px solid silver;*/
}

.post-comment-btn .post-comment-icon{
    font-size: 17px;
    color: silver;
}

.post-comment-btn:hover{
    background-color: transparent ! important;
    /*border:1px solid dimgray;*/
    box-shadow: none;
}

.post-comment-btn .post-comment-icon:hover{
    color: dimgray;
}

.comment_reply_btn{
    margin: 0px;
    padding: 2px 15px;
    background-color: transparent;
    border:1px solid;
    border-color: var(--theme-background-color);
    color: var(--theme-background-color);
    font-size: 10px;
    transition: background-color 0.5s , color 0.5s;
}
.comment_reply_btn:hover{
    background-color: var(--theme-background-color);
}
.comment_reply_section{
    margin-bottom: 0px ! important;
}

.dropdown_menu {
    min-width: 100px ! important;

}

.comment_text_area{
    height:38px ! important;
}

.reply_text_area{
    height:31px ! important;
}

#comment .form-group{
    margin-top: 15px ! important;
}

/*.notifications-lists-down:before{
    content: '\f0d7';
    background: transparent;
    position: absolute;
    color: black;
    margin: 0px auto;
    right: 18px;
    top: -17px;
    font-size: 20px;
}*/
.cursor-pointer:hover{
    cursor: pointer;
}

.delete_btn{
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 2px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 2px 10px ! important;
}

.delete_btn:hover{
    background-color: var(--theme-background-color) ! important;
}

.unliked{
    color: midnightblue ! important;
    margin-right: 5px ! important;
}

.liked{
    color:  midnightblue ! important;
    margin-right: 5px ! important;
}

.reply_section_form{
    width: calc(100% - 35px) ! important;
}
.article-comment-form{
    display: inline-block;
    width: 85%;
    margin-left: 15px;
}

.article-comment-form input.article-comment-form-input{
    width:70%;
    padding: 2px 15px ;
    border:1px solid silver;
}

.article-comment-form .article-comment-form-btn{
    border:1px solid silver;
    padding:2px 8px;
}

.article-read-more{
    font-weight: bold;
    color: gray;
    letter-spacing: 2px;
    font-size: 14px;
}

.article-read-more:hover{
    color: #323c41;
    text-decoration: none;
}

 .search-articles{
    padding: 0px 10px;
    width: 100%;
    border:1px solid silver;
 }

.articles-search-result .h4{
    color: #31393f;
    font-weight: bold;
}
/* .search-articles>button{
    padding: 0px 5px;
    border: 1px solid silver;
 }*/

 .highlight_flash {
    /*box-shadow: -4px 0px 0px -2px #4EB9F5;*/
     /*box-shadow: 0px 1px 5px -2px #4EB9F5;*/
    -webkit-animation-name: highlight_bg; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    animation-name: highlight_bg;
    animation-duration: 3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes highlight_bg {
    50% {background-color: lightcyan;}
}

/* Standard syntax */
@keyframes highlight_bg {
    50% {background-color: lightcyan;}
}

/*............................Article-List Css End here....................................*/


/*............................Add student Css.............................................. */
.add-student-btn{
    background-color: darkkhaki;
    /*width: 35%;*/
    display: inline-block;
    padding: 5px 25px;
    border-radius: 25px;
    border: 1px solid transparent;
    box-shadow: 0px 10px 15px -10px black;
    color: white ! important;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
}
/*.add-student-btn>i{
    color: white;
}*/

/*.add-student-btn:hover , .add-student-btn>i:hover{
    background-color: transparent;
    border-color:pink;
    color: pink;
}*/

.add-student-btn:active, .add-student-btn:visited, .add-student-btn:focus, .add-student-btn:hover{
    background-color: var(--theme-background-color) ! important;
   /*box-shadow: none;*/
}
/*............................File Upload Css...............................................*/

.file_name{
    font-size: 10px;
}

.file_size{
    font-size: 10px;
}

.delete_file{
    color: darkred;
    font-size: 12px;
    margin-left: 10px;
}

.file_uploaded_div{
  background-color: #fff;
  border: 1px solid #dcdcdc;
  font-weight: bold;  
  /*overflow-y: hidden;*/
  padding: 4px 4px 4px 8px;
  margin:0px 10px;
  margin-bottom:5px;
  padding: 0px 10px;
  border-radius: 15px;
}
.inline-thin-progressbar{
  height: 9px;
  width: 125px;
  margin-bottom: 0px;
  display: inline-block;
  box-shadow: none;
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 10px;

}
.inline-thin-progressbar .progress-bar{
  font-size: 9px;
  line-height: 8px;
}
.file_uploaded_div .delete{
  cursor: pointer;
  color:#666;
}
.file_uploaded_div .delete:hover{
  color:#222;
}

.file_upload_icon{
    padding: 4px 5px;
    background-color: lightgray;
}
.file_upload_icon>a{
    margin-top: 5px;
}
.file_upload_icon>i{
    border:none;
}
 .file_upload_icon>i:hover{
    border:none ! important;
 }


.select2-container--default .select2-search--inline .select2-search__field{
    width: 140% ! important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:1px solid gray;
}
  
/*TinyMCE Css*/
.mce-tinymce{
    box-shadow: none ! important;
    -webkit-box-shadow:none ! important;
}
/*.mce-panel{
    border:1px solid silver;
}*/

#mce-modal-block{
    background-color: black ! important;
}

.mce-container > iframe{
    max-width: 99.9% ! important;
}

.select2-search--dropdown{
    display: none ! important;
}

/*.select2-container .select2-selection--multiple{
    height: 28px ! important;
    min-height: 28px ! important;
}*/

.post_type_select .select2-selection{
    border:1px solid sandybrown ! important;
}


.register .form-group{
    margin-top: 0px ! important;
    padding-bottom: 0px ! important;
}

.register .input-group-addon{
    padding-top: 0px ! important;
}
}

/*...............Institute lists css..............*/

.rating_span_class{
    position: absolute;
    top: 5px;
    right: 0px;
    width: 110px;
}

.rating_on_mobile{
    background-color: darkgreen;
    padding: 1px 5px;
    color: white;
    display: inline-block;
    border-radius: 3px;
}

.rating_on_mobile>i{
    color: white;
    font-size: 7px;
    margin-left: 3px;
    vertical-align: 2px;
}

.rating_i_class{
    color: brown;
}

.institute_lists{
    border-left: 5px solid;
    border-color: var(--theme-background-color);
}

.institute_lists_follow{
    font-size: 10px;
}

.view_profile>span{
    border:1px solid ;
    border-color: var(--theme-background-color);
    color: var(--theme-background-color);
    background-color: transparent ! important;
    -webkit-transition: background-color 0.6s , color 0.6s;
    transition: background-color 0.6s , color 0.6s;
    border-radius: 15px;
}

.view_profile>span:hover{
    background-color: var(--theme-background-color) ! important;
    color: var(--theme-color);
}

.profile_post:first-of-type{
    border-top: 2px solid #939c97;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.cropit-image-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 0px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
/*  width: 250px;
  height: 250px;*/
  cursor: move;
}

.cropit-image-background {
  opacity: .2;
  cursor: auto;
  max-width: inherit !important;
}

.image-size-label {
  margin-top: 10px;
}


.cropit-image-background {
  opacity: .2;
  cursor: auto;
  max-width: inherit !important;
}

.user_profile_pic_change_btn{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0,0,0,0.7);
  padding: 5px 7px;
  color: whitesmoke !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: bold;
  opacity:0;
  moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border:1px solid whitesmoke;
  margin:3px;
}
.user_profile_pic_wrapper:hover .user_profile_pic_change_btn{
  opacity:1;
}

#upload_profile_pic_wrapper{
  max-width: 300px;
  /*width: 100%;*/
  margin: 0 auto;
}

.profile_upload{
    font-size: 40px;
    cursor: pointer;
    border:1px solid;
    border-radius: 50%;
    padding:10px;
    transition: background-color 1s , color 1s;
}

.profile_upload:hover{
    color: var(--theme-background-color);
    cursor: pointer;
    border:1px solid;
}


.slider-wrapper {
  margin-top: 40px ;
  text-align: center;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: block;
  max-width:280px;
  background: rgba(0, 0, 0, .5);
  border-radius: 25px;
  padding: 4px 25px;
  color:#ddd;
  position: relative;
  left:-15px;
}

.slider-wrapper * {
    vertical-align: middle;
}

.slider-wrapper .cropit-image-zoom-input {
    width: 130px;
    margin: 0 20px;
    position: relative;
}
.slider-wrapper .cropit-image-zoom-input.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    display: inline;
}

.change_profile_pic_header{
    border-bottom: 1px solid #e5e5e5 ! important;
    padding-bottom: 5px ! important;
    padding-top: 5px ! important;
}
.change_profile_pic_close_btn{
    margin-top: 4px ! important;
} 

.upload_profile_pic_form{
    border-top: 1px solid #fff ! important;
}

.upload_profile_pic_form>.modal-body{
    padding-top: 10px;
}


.non-semantic-protector { position: relative; z-index: 1; }

.ribbon {
 font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

 width: 100%;
    
 position: relative;
 background: brown;
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 17px solid brown;
 z-index: -1;
}
.ribbon:before {
 left: -26px;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -26px;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

.ribbon_container {
    background: #e3ecec;
    margin: auto;
    border:1px solid silver;
    /*width: 500px;*/
    /*height: 700px;*/
    padding-top: 15px;
    font-family: helvetica, arial, sans-serif;
    }
 
h1.ribbon_class {
     background: #e3e3e3;
     background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
     background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
     padding: 5px 20px;
     margin-left: -25px;
     margin-top: 0;
     position: relative;
     width:120px; 
    -moz-box-shadow: 0px 5px 11px -6px #292929;
    -webkit-box-shadow: 0px 5px 11px -6px #292929;
    box-shadow: 0px 5px 11px -6px #292929;
    font-size: 20px; 
    color: #454545;
    text-shadow: 0 1px 0 white;
}

h1.ribbon_class_full{
    font-size: 12px;
    width:122%;
}

.sp_ribbon_class{
    margin:0px auto ! important;
    text-align:center ! important;
    border-radius:25px ! important;
    margin-top: -18px ! important;
    border-left: 2px solid  white! important;
    border-right: 2px solid  white! important;
    width: 150px;
    -webkit-box-shadow: 0px 18px 11px -16px #292929 ! important;
    box-shadow: 0px 18px 11px -16px #292929 ! important;
    border:1px solid white;
}

.success_color{
    border-color: darkgreen ! important;
}

.danger_color{
    border-color: brown ! important;
}
 
.arrow {
     width: 0; height: 0;
     line-height: 0;
     border-left: 10px solid transparent;
     border-top: 8px solid #c8c8c8;
     top: 101%;
     left: -1px;
     position: absolute;
}

.arrow_right{
     width: 0; height: 0;
     line-height: 0;
     border-right: 9px solid transparent;
     border-top: 8px solid #c8c8c8;
     top: 101%;
     right: 0px;
     position: absolute;
}

.colom_space{
    margin-right: 5px;
}

.dot{
    font-size: 10px;
    position: absolute;
    top: 12px;
}

.dot_left{
    left:6px;
}

.dot_right{
    right: 6px;
}

.progress_wrapper .progress_element{
  float:left;
  border: 1px solid #ddd;
  min-width:60px;
  min-height: 60px;
  padding:10px;
  text-align: center;
  border:none;
}
.progress_wrapper{
  position: relative;
  display: inline-block;
  color:#777;
}
.progress_node{
  border-radius: 50%;
  text-align: center;
  padding-top:10px;
  height:50px;
  width:50px;
  display: inline-block;
  background: #fbfbfb;
  color:#ddd;
  box-shadow: 0px 2px 5px 0px #aaa;
}
.progress_node.done{
  background: #3097D1;
  color:#fff;
}
.progress_node.inprogress{
  border: 2px solid #3097D1;
}

.progress_wrapper .progress_line{
  border-bottom:1px solid #ddd;
  min-height:40px;
  /*top:40%;*/
}

.form-group label.control-label{
    color: black ;
    font-size: 12px;
}


.test_page_subtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
}


.section_tabs_container  .tab-pane {
  padding-top:10px;
  padding-bottom:10px;
}

.delete_section{
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.add_test_section_tabs> li:hover .delete_section{
    display: initial;
    /*display: inline-block;*/
} 

.paragraph_question{
    background-color: lavender;
    padding: 5px 10px;
    margin-bottom: 15px;
    border:1px solid silver;
}

.edit_question_btn, .delete_question_btn{
    padding:2px 10px ! important;
    background-color: transparent ! important;
    border:1px solid silver;
    /*border-color: var(--theme-background-color);*/
   
}
.edit_question_btn{
     color: var(--theme-background-color) ! important;
}

.delete_question_btn{
    color: brown ! important;
}

.question_paragraph{
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: dimgray;
    margin-bottom: 15px;
}

.question_basic{
    border:1px solid silver;
    padding:0px 10px;
    /*color: gray;*/
    padding-top: 10px;
    border-radius: 3px;
}

.question_box{
    margin-top: 10px;
    margin-bottom: 10px;
}
.question_text {
    padding-left: 15px ! important;
    color: var(--theme-background-color);
    font-family: roboto;
    font-weight: bold;
}
.text-green{
    color: green;
}
.question_basic .question_text, .question_basic .explanation_text {
    margin-top: 5px;
    line-height: 1.7;
}
.question_basic .question_text {
    background: lavender;
    padding: 5px;
    margin-top: 15px;
}

.question_basic .question_text>p{
    margin-bottom: 0px;
}

.badge-success{
    background-color: green;
}

.badge-danger{
    background-color: brown;
}

.question_option_table{
    background-color: #f4f4f4;
}

.question_option_table>tbody>tr>td{
    padding:5px;
    padding-left: 10px;
}

.q_tbl_optn_col_1{
    width: 20px;
    padding-left: 10px;
}
.q_tbl_optn_col_2{
    width: 30px;
}

.top_right_btn{
    float: right;
}

.top_right_btn>button{
    margin:5px 0px;
}
.para_ins{
    margin: 5px 0;
    display: inline-block;
    letter-spacing: 1px
}

.paragraph_subquestion{
    background-color: #f4f4f4;
    margin-bottom: 10px;
}

.add_question_alternate_text{
    background-color: transparent ! important;
    box-shadow: none ! important;
    border: 1px solid brown ! important;
    color: brown ! important;
}

.add_question_alternate_text:hover{
    background-color: brown ! important;
    color: white ! important;
}

.delete_option{
    position: absolute;
    top: 40px;
    right: 15px;
}

.delete_btn_right{
    position: absolute;
    top: 15px;
    right: 10px;
}
.option_group_item{
    margin: 10px 0px;
    padding: 10px ! important;
}

.add_btn{
    background: transparent ! important;
    border: 1px solid;
    color: var(--theme-background-color) ! important;
    /*border-color: white;*/
    border-color: var(--theme-background-color);
    padding:2px 20px ! important;
    font-size: 10px ! important;
}

.add_btn>i{
    font-size: 15px ! important;
}

.add_btn:hover{
    background-color: var(--theme-background-color) ! important;
    color: white ! important;
    border-color: var(--theme-background-color) ! important;
}

.tab_heading{
    font-weight: bold;
    text-transform: capitalize;
}

/*.col_spaceing{
    margin:0px 5px;
}*/
.col_spaceing:first-of-type{
    padding-left: 0px;
}

.col_spaceing:last-of-type{
    padding-right: 0px;
}


.add_test_box{
    border: 1px dotted cadetblue;
    border-color: gray;
    text-align: center;
    vertical-align: 20px;
    padding: 40px;
    text-align: center;
    vertical-align: 20px;
    padding: 40px;
    margin:13px 0px;
    background-color: white;
}

.add_test_box>i{
    font-size: 30px;
    color: gray;
}

.add_test_box:hover,.add_test_box>i:hover{
    border-color: var(--theme-background-color);
    background-color: silver;
    color: var(--theme-background-color);
}

.btn_hover{
    font-weight: bold;
    border:1px solid transparent;
    -webkit-transition: background-color 0.7s , color 0.7s , border-color 10.7;/* For Safari 3.1 to 6.0 */
    transition: background-color 0.7s , color 0.7s , border-color 0.7s;
}

.btn_hover:hover{
    border:1px solid;
    border-color: var(--theme-background-color) ! important;
    color: var(--theme-background-color) ! important;
}

.view_details_btn{
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
    color: #454545;
    text-shadow: 0 1px 0 white;
    padding:5px 10px;
    border:1px solid #e3e3e3;
    box-shadow: none;
}

/*.view_details_btn:before{
    background: #999 none repeat scroll 0 0;
    bottom: 4px;
    box-shadow: 0 5px 7px #999;
    content: "";
    left: 8px;
    position: absolute;
    top: 88%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}

.view_details_btn:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 4px;
    left: 5px;
    width: 50%;
    top: 88%;
    max-width: 300px;
    background: #999;
    -webkit-box-shadow: 0 5px 7px #999;
    -moz-box-shadow: 0 5px 7px #999;
    box-shadow: 0 5px 7px #999;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}*/
/*Media Query start*/
@media (max-width: 767px){
/*@media (max-width:  @screen-xs-max){*/
    
    .arrow_right{
        border-right: 10px solid transparent;
    }

    .ribbon_class_full{
        width: 118% ! important;
    }

    .col_spaceing{
        padding:0px ! important;
    }
    .view_profile>span{
        padding:3px 10px;
    }

    .profile_follow_btn{
        padding:1px 1px;
        font-size: 10px;
    }

    .profile_follow_btn>.follow_name{
        font-size: 9px;
    }

    .profile_follow_btn> i{
        font-size: 9px;
    }
    
    .profile_list_follow_btn{
        padding:1px;
    }

    .profile_list_follow_btn>i{
        font-size: 8px;
        /*margin-right: 5px;*/
    }

    .profile_list_follow_btn .follow_name{
        font-size: 9px;
    }

    .profile_list_follow_btn .follow_number{
        font-size: 10px;
    }

    .profile_name{
        font-size: 16px;
    }

    .profile_name >.profile_user_name, .profile_name_icon{
        font-size: 16px ! important;
    }

    .display_on_sm_up{
        display: none;
    }

    .profile_thumb .profile img{
        margin-bottom: 0px;
    }
    .top-navbar .navbar .navbar-collapse{        
        border-top:1px solid;
        border-color: #0d161d;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        margin-top: 6px;
    }
    .top-navbar .navbar-collapse{
        border-top:1px solid darkslategray;
        margin-top: 10px;
    }

    .top-navbar .logo{
        margin-left: 15px;
        width: 45px;
    }

    .top-navbar .nav>li{
        border-top: 1px solid darkslategray;
        border-bottom: 1px solid #0d161d;
    }
    .top-navbar .nav>li:nth-of-type(1){
          border-top: none;
    }
    .top-navbar .nav>li:last-of-type{
          border-bottom: none;
    }
     
    .index-page .brand h1{
        font-size: 33px;
    }
    .index-page .brand h3{
        font-size: 13px;
    }
    .margin-top-20{
        margin-top: 20px;
    }
    .divider-new-a{
        display: block;
    }

    .article-comment-form{
        width: 79%;
    }

    .article-comment-form input.article-comment-form-input{
        width:63%;

    }
    .article-comment-form .article-comment-form-btn{
        padding: 2px 3px;
    }
    
    .user-profile .nav-pills>li{
        float: none;
    }
    
    .user-profile .nav-pills>li>a{
        text-align: left;
    }
    .user-profile .nav-align-center{
        text-align: left;
    }

    .notification-number{
        right: none;
        left: 25px;
    }
    .notifications-lists:before{
        content: '';
    }

    .user-profile .article-user-info {
        box-shadow: 0px 0px 3px 0px grey;
        margin-bottom: 15px;
    }
    
    .index-page .logo-container{
        padding-left: 15px;
    }
    
    .wrapper .top-navbar-height{
        height: 65px;
        min-height: 65px;
        background-color: var(--theme-background-color);
    }

    .navbar-at-bottom{
        padding-top: 10px;
        display: block;
        position: fixed;
        bottom: -1px;
        background-color: var(--theme-color);
        z-index: 1060;
        border-top: 1px solid #939c97;
    }
    .navbar-at-bottom ul{
        margin-bottom: 5px;
    }
    .navbar-at-bottom ul>li>a{
        font-size: 11px;
    }

    .navbar-at-bottom ul>li>a>i{
        font-size: 20px;
        margin: 0px 10px;
    }

    .profile-social-icon{
        display: inline-block;
        padding-top: 5px;
        padding-right: 15px;
    }

    /*.left-side-feed{
        display: none;
    }*/

    .file_upload_form .form-group{
        margin-left: 0px;
        margin-right: 0px;
    }
    .articles-post-top{
        margin-top: 0px;
        border-top: none;
    }   

    .feed-box{
        margin-top: 0px;
        border-top: none;
    }

    .institute_list_profile_img{
        width: 60px ! important;
    }

    .institute_lists_name{
        font-size: 15px;
    }

    .institute_lists_name>b>i{
        font-size: 16px;
    }
    .institute_lists_follow{
        font-size: 10px;
    }
}

@media (min-width: 768px){
/*@media (min-width: @screen-sm-min){*/
    
    .arrow_right{
        border-right: 10px solid transparent;
    }
    .ribbon_class_full{
        width: 116% ! important;
    }

    .profile_list_follow_btn{
        padding:3px 5px;
    }
    .profile_follow_btn{
        padding:3px 5px;
    }

    .hidden_sm_up{
        display: none;
    }
    .team .team-player img{
        max-height: 240px;
    }
    .user-small-profile-photo>a{
        padding:10px 10px ! important;
    }

    .user-profile .profile img{
        max-width: 160px;
        margin: -70px 0px;
        position: relative;
    }

    .profile_user_name{
        text-align: left;
        margin-top: 75px;
        padding: 10px 0px;
    }  

    .feed-right-side-section {
        padding: 0px;
    }

    .navbar-at-bottom{
        display: none;
    }
    #generic_modal_create .modal-dialog{
        /*width: 800px;*/
    }

    .institute_list_profile_img{
        width: 95px ! important;
    }

    .institute_lists_name{
        font-size: 20px;
    }

    .institute_lists_name>b>i{
        font-size: 19px;
    }

    /*.institute_lists_follow{
        font-size: 16px;
    }*/

}

@media (min-width: 768px) and (max-width:991px){
    .add-student-btn{
        /*width: 50%;*/
    }

    .col_spaceing:nth-of-type(2n+0){
        padding-right: 0px ! important;
    }
    .col_spaceing:nth-of-type(odd){
        padding-left: 0px ! important;
    }

    .institute_list_profile_img{
        width: 80px ! important;
    }

    .institute_lists_name{
        font-size: 16px;
    }

    .institute_lists_name>b>i{
        font-size: 16px;
    }

    .institute_desc{
        padding-left: 10px ! important;
    }
}



@media (min-width: 992px){
    .col_spaceing:nth-of-type(4n+0){
        padding-right: 0px ! important;
    }

    .col_spaceing:nth-of-type(4n+1){
        padding-left: 0px ! important;
    }

}
@media (min-width: 992px) and (max-width:1199px){

    .ribbon_class_full{
        width: 129% ! important;
    }

    .col_spaceing:nth-of-type(4n+1) .ribbon_class_full{
        width: 126% ! important;
     }

    .col_spaceing:nth-of-type(4n+0) .ribbon_class_full{
        width: 126% ! important;
     }

}

@media (min-width: 1200px){

    .arrow_right{
        border-right: 9px solid transparent;
    }

    .col_spaceing:nth-of-type(4n+1) .ribbon_class_full{
        width: 121% ! important;
     }

     .col_spaceing:nth-of-type(4n+0) .ribbon_class_full{
        width: 121% ! important;
     }

    .col_spaceing:nth-of-type(4n+0) .arrow_right {
        border-right: 10px solid transparent;
    }

    .institute_list_profile_img{
        width: 120px ! important;
    }

    #modal-dialog{
        width:800px ! important;
    }
    .ribbon_class_full{
        width: 122% ! important;
    }
}

  .swirl{
    width:200px;
    height:200px;
    position:relative;
    /*filter:blur(2px) hue-rotate(0deg);*/
    animation:swirlSpin 1s linear infinite;
    margin: 0px auto;
  }
  
  .swirl div{
    border:4px solid yellow;
    border-width:4px 0 0 0;
    border-radius:50%;
    position:absolute;
    opacity:0;
  }
  
  /*.swirl div:first-child{
    width:200px;
    height:200px;
    animation:swirlOpacityFirst 10s ease infinite;
  }
  */
  .swirl div:nth-child(2){
    width:150px;
    height:150px;
    top:25px;
    left:25px;
    transform:rotate(50deg);
    animation:swirlOpacitySecond 10s ease infinite;
  }
  
  .swirl div:nth-child(3){
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    transform:rotate(100deg);
    animation:swirlOpacityThird 10s ease infinite;
  }
  
  @keyframes swirlOpacityFirst{
    8%,24%,72%,88%{opacity:1}
    32%,64%{opacity:0}
  }
  
  @keyframes swirlOpacitySecond{
    8%,40%,56%,88%{opacity:0}
    16%,32%,64%,80%{opacity:1}
  }
  
  @keyframes swirlOpacityThird{
    24%,40%,56%,72%{opacity:1}
    16%,48%,80%{opacity:0}
  }
  
  .swirl.swirlIn div:first-child{
    animation:swirlInOpacityFirst 5s ease infinite;
  }
  
  .swirl.swirlIn div:nth-child(2){
    animation:swirlInOpacitySecond 5s ease infinite;
  }
  
  .swirl.swirlIn div:nth-child(3){
    animation:swirlInOpacityThird 5s ease infinite;
  }
  
  
  .swirl.swirlOut div:first-child{
    animation:swirlOutOpacityFirst 5s ease infinite;
  }
  
  .swirl.swirlOut div:nth-child(2){
    animation:swirlOutOpacitySecond 5s ease infinite;
  }
  
  .swirl.swirlOut div:nth-child(3){
    animation:swirlOutOpacityThird 5s ease infinite;
  }
  
  @keyframes swirlSpin{
    to{
      transform:rotate(360deg);
      filter:blur(2px) hue-rotate(360deg);
    }
  }
  
  @keyframes swirlInOpacityFirst{
    10%,50%{opacity:1}
    70%{opacity:0}
  }
  
  @keyframes swirlInOpacitySecond{
    10%,90%{opacity:0}
    30%,70%{opacity:1}
  }
  
  @keyframes swirlInOpacityThird{
    30%{opacity:0}
    50%,90%{opacity:1} 
  }
  
  
  @keyframes swirlOutOpacityThird{
    10%,50%{opacity:1}
    70%{opacity:0}
  }
  
  @keyframes swirlOutOpacitySecond{
    10%,90%{opacity:0}
    30%,70%{opacity:1}
  }
  
  @keyframes swirlOutOpacityFirst{
    30%{opacity:0}
    50%,90%{opacity:1} 
  }

/*.................................Spinner Css......................................*/
.overlay{
  width: 100%;
  height: 100%;
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
}

/*.ring{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 150px;
  height: 150px;
  line-height: 150px;
  border:3px solid #3c3c3c;
  border-radius: 50%;
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  color: orange; 
  letter-spacing: 4px;
  text-transform: uppercase;
  background: transparent;
  text-shadow: 0 0 10px orange;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.ring:before{
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 150px;
  height: 150px;
  border:3px solid transparent;
  border-top: 3px solid orange;
  border-right: 3px solid orange;
  border-radius: 50%;
  animation: animateCircle 2s linear infinite;
}

.overlay span{
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left:50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate-dot 2s linear infinite;
}

.overlay span:before{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: orange;
  top: 44px;
  right: 10px;
  box-shadow: 0 0 20px orange;
}

@keyframes animate-dot{
  0%{
    transform:rotate(0deg);
  }
  100%{
    transform:rotate(360deg);
  }
  
}

@keyframes animateCircle{
  0%{
    transform:rotate(0deg);
  }
  100%{
    transform:rotate(360deg);
  }
  */