/*-----------------------------------------------------------------------------------
Template Name: Appollo HTML5 Template,
Description: This is html5 template
Version: 1.0
-----------------------------------------------------------------------------------
-------------------
****CSS Indexing****
---------------------

1. Header-Area
2. Service-Area
3. About-Area
4. Feature-Area
5. Team-Area
6. Carousel-Navigation
7. Price-area
8. Subscribe-Form-Area
9. Footer-area

-----------------------------------------------------------------------------------*/
/*--------------------
1. Header-Area
---------------------*/

.header-area {
    width: 100%;
    padding: 0;
    display: block;
    /* background-image: linear-gradient(-20deg, #88D3CE 0%, #4b9a09 80%); */
    position: relative;
    /* z-index: 1;
    overflow: hidden; */
    overflow: auto;
    height: 100vh;
}
/* .header-area:before {
    width: 100%;
    content: " ";
    background-image: url(/assets/images/bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 0;
    height: 100vh;
    background-size: cover;
} */
/* .header-area:before {
    content: '';
    position: absolute;
    right: -20vw;
    top: -50vh;
    width: 50vw;
    height: 50vw;
    background: url('assets/images/bg.jpg') no-repeat;
    z-index: -3;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 50px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
} */

.header-area .bttn-1 {
    margin-right: 15px;
}

.single-image-slide .slick-dots {
    bottom: -10px;
}

/*--------------------
2. Service-Area
---------------------*/
.service-area {
    background: url('images/dots.png') no-repeat fixed center right 100px / auto;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.service-area:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}

/*--------------------
3. About-Area
---------------------*/
.about-area {
    background: #F9FAFC url('images/bg-point.png') no-repeat fixed left -400px center/ auto;
}

.about-area .zoom-image {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.about-area .single-image {
    margin-top: -60px;
    margin-bottom: -60px;
}

/*-----------------------
4. Feature-Area
------------------------*/

.feature-area {
    background-image: linear-gradient(-20deg, #88D3CE 0%, #4b9a09 90%);
    margin-bottom: 100px;
}

.big-screen-slider {
    margin-bottom: -140px;
}

/*--------------------
6. Carousel-Navigation
---------------------*/
.owl-carousel .owl-controls .owl-nav > div {
    display: inline-block;
    position: absolute;
    left: -20px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.owl-carousel .owl-controls .owl-nav > div.owl-next {
    left: auto;
    right: -20px;
}

.owl-carousel .owl-controls .owl-nav > div:hover {
    background-color: #7156E1;
}

/*---------------------
7. Price-area
----------------------*/
.price-area {
    background: url('images/dots.png') no-repeat scroll right 150px bottom / auto;
}

/*---------------------
8. Subscribe-Form-Area
-----------------------*/
.subscribe-area {
    background: url('images/map.png') repeat scroll center center, linear-gradient(-20deg, #88D3CE 0%, #4b9a09 80%);
    position: relative;
}

.subscribe-area .title-box .title,
.subscribe-area .title-box .top-title {
    color: #ffffff;
}

.subscribe-area .title-box .top-title:before,
.subscribe-area .title-box .top-title:after {
    background-color: #ffffff;
}

/*-----------------------
9. Footer-area
------------------------*/

.footer-top {
    border-bottom: 1px solid #ededed;
    padding-top: 100px;
    padding-bottom: 40px;
}

.footer-top .widget {
    margin-bottom: 60px;
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #e3e1e1;
}

.footer-logo {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.site-brand .logo {
    width:500px;
    padding: 0;
}
.mainmenu-area {
    padding: 0;
}
.login-box {
    width: 400px;
    margin: 0 auto;
}
.btn-primary {
    color: #fff;
    background-color: #4b9a09;
    border-color: #264d09;
}
.btn-primary:hover, .btn-primary.focus{
    color: #fff;
    background-color: #4b9a09;
    border-color: #264d09;
}
.login-box .login-title{
    font-size: 1.5rem;
    color: #4b9a09;
    font-weight: 300;
}
.Content-area{
    padding-top:30px;
    padding-bottom: 20px;
}
/* .bttn-4 {
    padding: 5px 20px;
    display: inline-block;
    background-color: transparent;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    background-color: #4b9a09;
    border: 1px solid #4b9a09;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    text-transform: capitalize;
    -webkit-transition: 0.6s;
    transition: 0.6s;
} */

.bttn-6 {
    padding: 5px 40px;
    display: inline-block;
    background-color: transparent;
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    background-color: #4b9a09;
    border: 1px solid #4b9a09;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    text-transform: capitalize;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.bttn-6:hover {
    background-color: #ffffff;
    color: #4b9a09;
}
.bttn-7 {
    padding: 5px 25px;
    display: inline-block;
    background-color: transparent;
    border-radius: 100px;
    color: #4b9a09;
    text-align: center;
    background-color: #fff;
    border: 1px solid #4b9a09;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    text-transform: capitalize;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.bttn-7:hover {
    background-color: #4b9a09;
    color: #ffffff;
}

.bttn-8 {
    padding: 5px 40px;
    display: inline-block;
    background-color: transparent;
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    background-color: #f78f1e;
    border: 1px solid #f36f23;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    text-transform: capitalize;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.bttn-8:hover {
    background-color: #ffffff;
    color: #f78f1e;
}


.button-disabled {
    background-color: transparent !important;
}
.button-disabled:focus,
.button-disabled:hover {
    background-color: transparent !important;
    color: #4b9a09 !important;
}
.fa {
    /* display: initial; */
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service-box .box-icon{
    width: 45px;
    height: 45px;
    margin: auto;
    border: 1px solid;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 10px;
    background: #4b9a09;
    color: #ffffff;
}

.bttn-3{
    padding: 5px 40px !important;
}
.widget-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    color: #333333;
}
.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    width: 40px;
    height: 2px;
    background-color: #4b9a09;
}
.search-box .search {
    margin-bottom: 20px;
    height: 50px;
}
.search-box .search-bttn {
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.disabled{
    cursor: default !important;
}
.disabled .box-icon{
    opacity: 0.5;
}
.disabled .title{
    opacity: 0.5;
}
.disabled:hover .box-icon{
    background-color: #ffffff !important;
    color: #4b9a09;
}
.disabled .status{
    float: right;
}
.container-fluid{
    padding: 0;
}
.modal-header {
    display: initial;
}
.bg-orange{
    background: #ff6624;
    color:#ffffff;
}
.bg-gray{
    background: #ccc;
}
.font-medium{
    font-weight: 600;
}
.captcha .captcha-refresh a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 0 3px 3px 0;
    /* margin-left: -1px!important; */
    border-color: transparent;
    color: #fff;
}
.captcha .captcha-refresh a:hover {
    color: #fff;
}
select.form-control:not([size]):not([multiple]){
    height: inherit;
}
.table td, .table th{
    padding: .4rem .75rem;
}
.form-control{
    line-height: initial;
}

.text-box .title {
    font-weight: normal !important;
}

.login-box {
    margin: 0 auto;
    margin-bottom: 25px !important;

}

@media only screen and (max-width: 767px){
.text-box .title {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}
}
@media only screen and (max-width: 380px){
.login-box {
    width: 98% !important;
    margin: 0 auto;
   }
.site-brand .logo {
    width: auto;
   }
.mainmenu-area.transparent {
    background: #4b9a09;
}
}

@media only screen and (min-width: 768px){
    .login-box {
        margin-top: 150px !important;
       }
    }



.bgbox-login {
    width: 100%;
    /* padding: 150px 0; */
    display: block;
    background-image: linear-gradient(-20deg, #88D3CE 0%, #4b9a09 80%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
}
.bgbox-login:before {
    width: 100%;
    content: " ";
    background-image: url(/assets/images/bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 0;
    height: 100vh;
    background-size: cover;
}
.pending-items{
    text-align: initial;
}
.pending-items:hover{
    background-color: #4b9a09;
    color:#fff;
}
.pending-items .pending-icon {
    width: 40px;
    height: 40px;
    color: #4b9a09;
    background-color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid;
    font-size: 18px;
    float: left;
    margin-right:15px;
}
.pending-items .title {
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pending-items .status {
    font-size: 11px;
    padding: 0;
    margin: 0;
    color: #999;
}
.pending-items .title:after {
    content: "";
    height: 0;
}
.pending-items:hover .status{
    color:#fff;
}
/* .more-action{
    z-index: 1;
} */
.more-action a{
    color:#4b9a09;
    padding: 6px 10px 3px 10px;
    background: transparent;
}
.more-action a:hover{
    background: #ededed;
    color:#666666;
}
.more-action a.active{
    background: #4b9a09;
}
.more-action a i{
    font-size: 18px;
}
.more-action-dropdown a{
    color: inherit;
    font-size: 13px;
    padding: .4rem 1rem;
}
.more-action-dropdown a i{
    margin-right: 10px;
    font-size: 14px;
}
.strip {
    position: relative;
    margin-bottom: 20px;
    background: #d1dcc7;
    color: #191919;
    padding: 5px 15px;
}
.strip h3 {
    margin: 0;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
}
/*.student-pic{
     width: 150px;
    height: 150px; 
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
  }*/
  /* .student-pic img{
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
  } */
  .student-pic img{
    border: 1px solid #ccc;
    padding: 5px;
  }
  .student-browse-field{
    width: calc(100% - 160px);
    margin-right: 10px;
  }

.mainmenu-area {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 26%, rgba(75,154,7,1) 90%);
}

.form-control:focus {
    border: 1px solid #4b9a07;
}

.btn-primary:active {
    color: rgb(255, 255, 255) !important;
    background-color: #4b9a07 !important;
    border-color: #4b9a07 !important;
}


@media (min-width: 1200px){
.container {
    max-width: 1250px;
}
}

.marquee-content{
    display: block;
    width: 100%;
    /* background: rgb(53, 153, 220); */
    padding: 0.2em;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.marquee-container {
	width: 100%;
    background: #ffffff;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 37px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.marquee-sibling {
	padding: 0;
    background: #4b9a09;
    width: 10%;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    float: right;
    left: 0;
    z-index: 2000;
}
.marquee-sibling a{
    line-height: 38px;
    display: block;
    color:#fff;
}
.marquee {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}
/* .marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
} */

.marquee{
  margin-right: 2%;
}

.marquee-content-items{
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 37px;
    position: relative;
}

.marquee-content-items li{
    display: inline-block;
    line-height: 26px;
    color: #272727;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
.marquee-area{
    width: 100%;
    background: #fff;
    padding: 5px 15px 5px 130px;
    border-radius: 25px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    position: relative;
}
.marquee-area .marquee-heading{
    background: #4b9a09;
    position: absolute;
    padding: 6px 15px;
    border-radius: 25px 0 0 25px;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-weight: 600;
}
.marquee-heighlight{
    font-weight: 600;
    color: #4b9a09;
    font-size: 14px;
}
ul {
    list-style: none;
    /* float: left; */
    padding: 0;
    margin: 0;
}
.navigation {
    background-color: rgba(0,0,0,0.6);
    float: left;
}
.cs-click-menu {
    display: none;
    width: 50px;
    height: 32px;
    background-color: #1b1b1b;
    color: #fff;
    text-align: left;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}


.navigation ul > li {
    position: relative;
    float: left;
}
.navigation ul li a {
    text-transform: capitalize;
    padding: 7px 24px;
    float: left;
    font-size: 14px;
    position: relative;
    z-index: 10;
}
.navigation ul li:hover a {
    color: #fff;
}
.navigation ul > li:before, .navigation ul > li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 0%;
    z-index: 0;
}
.navigation ul > li:before, .navigation ul > li:after, .navigation ul > li.active:before, .navigation ul > li.active:after{
    background-color: rgba(0,0,0,0.5) !important;
}
.navigation ul > li:hover:before, .navigation ul > li:hover:after,  .navigation ul > li.active:before, .navigation ul > li.active:after{
    height: 100%;
}
.navigation ul > li:before, .navigation ul > li:after{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navigation ul ul {
    width: 219px;
    position: absolute;
    left: 0px;
    top: 66px;
    top: 61px \0/IE9;
    padding: 10px 0px;
    opacity: 0;
    visibility: hidden;
    margin: -10px 0px 0px 0px;
    z-index: 9999;
}
.progress-bar-warning {
    background: #e8af48;
}
.progress-bar-danger {
    background: #ff354d;
}
.progress-bar-primary {
    background: #2278dd;
}
.progress-bar-success {
    background: #4b9a07;
}
.page-wrapper{
    background: #f1f1f1;
}

.card-view {
    background: #fff;
    margin-bottom: 30px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 0;
}
.collapse.in {
    display: block;
}
.card-view.panel .panel-body {
    padding: 20px 0 20px;
}
.card-view.panel > .panel-heading {
    border: none;
    color: inherit;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15px 15px 0 15px;
}
.panel-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}
.card-view.panel .panel-heading {
    border: none;
    color: inherit;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: -15px -15px 0;
    padding: 15px;
}
.pa-0 {
    padding: 0px !important;
}
.sm-data-box .data-wrap-left, .sm-data-box .data-wrap-right {
    padding-top: 19px;
    padding-bottom: 19px;
    min-height: 99px;
}
.sm-data-box .data-wrap-right i {
    display: inline-block;
    font-size: 50px;
    padding-top: 10px;
}
.sm-data-box .counter {
    font-size: 24px;
}
.block {
    display: block !important;
}
.txt-dark {
    color: #272B34 !important;
}
.capitalize-font {
    text-transform: capitalize !important;
}

.sm-data-box .data-wrap-right .data-right-rep-icon {
    display: inline-block;
    font-size: 40px;
    padding-top: 10px;
}
.application-list{
    float: none;
}
.application-list li{
    border-bottom: 2px solid #f5f5f5;
}
.application-list li a{
    padding: 10px 5px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.application-list li a i{
    margin-right: 10px;
    font-size: 16px;
}
.application-list li a:hover{
    background: #4b9a09;
    color: #fff;
}
.bg-light-gray{
    background: #f8f8f8 !important;
    border:2px solid #ccc;
}
.bg-gray{
    background: #ccc !important;
}
.sub-title{
    font-weight: 600;
    color: #45840f;
}
.browse-btn {
    position: relative;
    overflow: hidden;
  }
.browse-btn input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
  }
.status-icons{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
}
.legend{
    display:inline-block;
}
.legend a{
    float: left;
    margin-right: 20px;
    color: #3a3a3a;
    cursor: pointer;
}
.legend a i{
    padding-right: 7px;
    font-size: 14px!important;
}
.legend-list{
    display: flex !important;
    flex-direction: column;
}
.legend-list a{
    color: #3a3a3a;
    position: relative !important;
    display: -webkit-inline-box !important;
    margin-right: 0 !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4b9a09;
    border-color: #4b9a09;
}
.page-link {
    color: #4b9a09;
}
.red{
    color:#ff0000;
}
.weight-600{
    font-weight: 600;
}
/* TAB CONTENT */
.tabcontent-border{
    border-color: #4F5467;
}
.tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0px;
}
.tab-content{
    background: #fff;
}
.nav-tabs .nav-link {
    color: #333;
}
.nav-tabs .nav-link.active {
    color: #4b9a09;
    font-weight: 600;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.dropdown-menu{
    font-size: inherit;
}
.card-header{
    cursor: pointer;
}
.card-header h5{
    font-size: 18px;
}
.otp[disabled]:hover{
    background: transparent !important;
}

.instruction{
    font-weight: 600;
    font-size: 14px;
}
.instruction a{
    color: #4b9a09;
}
.instruction span{

}
.instruction i{
    font-size: 22px;
    padding-left: 10px; 
}
.annexure-header{
    background-color: #d1dcc7;
    padding: 5px 15px;
    font-size: 14px;
}