@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


/* process(4)model */

/* .card {
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border: unset !important;
    background-color: unset!important;
    position: relative;
    padding: 25px!important;

}
.card:hover{  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;} */
.card .fas.right {
    position: absolute;
    bottom: -100px;
    background-color: #4e9525;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: gold;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
}

.card:hover .fas.right {
    bottom: 0px;
    opacity: 1;
}

.card .fab.leafbtn,
.fas.fa-cut,
.fas.fa-people-carry {
    font-size: 40px;
    background-color: #0000000d;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4e9525;
}

.card .h4 {
    font-weight: 700;
}

.container .content {
    max-width: 300px;
}

.container .content .h-6 {
    color: #4e9525;
    font-weight: 600;
}

.container .content .btn.btn-primary {
    padding: 15px;
    background-color: #4e9525;
    color: white;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.card:hover .fab.leafbtn,
.card:hover .fas.fa-cut,
.card:hover .fas.fa-people-carry {
    color: gold;
    
    background-color: #4e9525;
}

.card {
    width: 100%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.100, 1.50, .50, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 57px 18px 16px;
    cursor: pointer;
    margin-bottom: 40px;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card h3 {
    font-weight: 600;
}

.card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}

.card-1 {
    background-image: URL('/image/admission.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 90px;
}

.card-1:hover {
    background-color: #ffd861;
}

.card-2 {
    background-image: URL('/image/coursetab-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 105px;
}

.card-2:hover {
    background-color: #4b93ea;
}

.card-3 {
    background-image: URL('/image/admission.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 90px;
}

.card-3:hover {
    background-color: #ddca7e;
}

.card-4 {
    background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px;
}

.card-4:hover {
    background-color: #b9f;
}

@media(max-width: 990px) {}

@media(max-width: 768px) {
    #content {
        width: 80%;
        margin: 0 auto;
        background-color: whitesmoke;
        margin-bottom: 40px;
    }
}


/* ----------------------- */

.navigation {
    height: 80px;
    background-color:#f7f7f7;
    color:black;
    border-bottom:2px solid #15549d;
}
.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.brand a, .brand a:visited {
    color: #050202;
    text-decoration: none;
}
.nav-container {
   
    margin: 0 auto;
}
nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,nav ul li a:visited {
    display: block;
    padding: 0 20px;
    font-weight: 600;
    line-height: 55px;
    color: rgb(14, 5, 5);
    background: #25dcb4 ;
    text-decoration: none;
}
nav ul li a{
    background: transparent;
    color: #FFF;
}
nav ul li a:hover, nav ul li a:visited:hover {
    background: #25dcb4;
    color: #ffffff;
}
.navbar-dropdown li a{
    background: #2581DC;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}
@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
   }
    nav {
        width: 100%;
        padding: 55px 0 15px;
   }
    nav ul {
        display: none;
   }
    nav ul li {
        float: none;
   }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #262626;
   }
    nav ul li ul li a {
        padding-left: 30px;
   }
    .navbar-dropdown {
        position: static;
}
@media screen and (min-width:800px) {
    .nav-list {
        display: block !important;
   }
}
@media screen and (min-width:768px){
   
}
#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
    top: -10px;
}
#navbar-toggle span:after {
    bottom: -10px;
}
#navbar-toggle.active span {
    background-color: transparent;
}
#navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
}
#navbar-toggle.active span:before {
    transform: rotate(45deg);
}
#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}
}
/* ------------------------ */
.bounce {
 display: inline-block;
 position: relative;
 -moz-animation: bounce 0.5s infinite linear;
 -o-animation: bounce 0.5s infinite linear;
 -webkit-animation: bounce 0.5s infinite linear;
 animation: bounce 0.5s infinite linear;
}
.fa-twitter {
   color: #027bdd;
 font-size: 3em;
 margin: 20px;
}
@-webkit-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@-moz-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@-o-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@-ms-keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}
@keyframes bounce {
   0% { top: 0; }
   50% { top: -0.2em; }
   70% { top: -0.3em; }
   100% { top: 0; }
}


.form-box {
 max-width: 400px;
 margin: auto;
 padding: 50px;
 background: #ffffff;
 border: 10px solid #f2f2f2;
}



input, textarea {
 width: 100%;
}






.nav-logo{width:85%;}



.heading1{text-align: center;padding: 30px;
margin: 0 auto;  
text-shadow: 0 4px 4px rgb(0 0 0 / 18%) !important;  
font-family: "Work Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif!important;
font-weight: 600;
color:#f7941d;font-size: 1.5rem;
line-height: 1.2;}

.headspan{
   text-align: center;    font-family: inherit;
font-weight: 600;
color:#0c4ca3;
font-size:21px;
line-height: 1.2;
}
.heading2{

text-align: center;
margin: 0 auto;    
font-size: 1.2rem;
font-family: inherit;
font-weight: 500;
color:#333232;

}
.para{margin-bottom: 20px;}
#content{
width: 70%;
margin: 0 auto;
box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
   padding: 25px;
margin-bottom: 40px;
} 

.imagediv{text-align: center;}

.question {
    width: 22%;
}

.tabbtn {
    background-color: #f7941d;
    color: white;
}

.footerContent {
    height: 0px;
    background-color: whitesmoke;
    border-top: 2px solid #15549d;
}

.fa-caret-right {
    color: #ff8e31;
}

.ctsc {
    position: absolute;
    left: 25px;
    color: #f68121;
    border: solid 1px #f68121;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
}
.footerContent{height:0px;background-color: whitesmoke;border-top:2px solid #15549d ;}
:focus{outline: none;}

/* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

:focus{outline: none;}

.col-3{float: left; width: 27.33%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}


.effect-16, 
.effect-17, 
.effect-18{border: 0; padding: 4px 0; border-bottom: 1px solid #ccc; background-color: transparent;}

.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #4caf50; transition: 0.4s;}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute; left: 16px; width: 100%; top: 9px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{top: -16px; font-size: 12px; color: #4caf50; transition: 0.3s;}

.leaf{margin-top: -25px!important;}
.tabbtn{background-color: #f7941d;color:white;border:unset;}
.selectbox{    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;}
  .imgcontainer{margin-bottom: 30px;}
.formrow{
    margin: 3   0px;
    max-width: 400px;
    padding: 16px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.29);
    right: 0px;
}
.formgroup{margin-bottom: 0rem!important}

.error{
    color:red;
}
.g-recaptcha {
    margin-left: 10px;
}
/* end */
/* dashbord with enquiry */
#logo1{
    height: 56px;
    padding-left: 80px;
    padding-right: 65px;
}

.tbody{
    box-sizing: border-box;
    font-size: 14px;
}
.thead{
    box-sizing: border-box;
    font-size: 14px;
}
.panel-group1{
    margin-bottom: 20px;
    font-size: 15px;
}
h4{
    font-size: 2.2rem;
}
.btn1{
    background-color: #1aad5b; 
    font-size : 14px;
    font-family: bold;
    color : white;
}
.btn2{
    background-color: red; 
    font-size : 16px;
    font-family: bold;
    color : white;
}
.fa-archive{
    color: #3f6ad8;
}
.btn-primary{

 font-size:  15px;

     
}
.app-sidebar__heading{
    text-transform: uppercase;
    font-size:20px;
    margin: 0.75rem 0;
    font-weight: 700;
    color: #3f6ad8;
    white-space: nowrap;
    position: relative;
}
.dropbtn{
    border : unset;
    background-color: transparent;
}
.mm-active{
    font-size: 16px;
}
.panel-group2{
    margin-bottom: 20px;
    font-size: 15px;
}
/* layout */
 

.flow{
    overflow-y: auto;

}
.new{
    font-size:8px!important;
}

#bt_n {
position: relative;
transition: color .15s,background-color .15s,border-color .15s,box-shadow .15s;
font-size: 1.2rem;
}

/* reply */
#can{
    position: relative;
transition: color .15s,background-color .15s,border-color .15s,box-shadow .15s;
font-size: 1.3rem;
}

/* multiselect css */

#subject{
    width:450px;
}
.select2-selection__choice{
    padding:0 15px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding:0 2px!important;
}