*{margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -khtml-box-sizing: border-box; -ms-box-sizing: border-box;}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
:root{ 
    --blue:#063ca7;
    --dark-blue:#2c3e6f;
    --green:#278f75;
    --gray:#7c88aa; 
    --light-gray:#dae7fb;
    --dark-gray:#222222;
    --white:#fff;
  } 
button:focus{ box-shadow: none!important; }
 ul{ padding: 0; margin: 0; list-style: none;}
 a, a:hover{text-decoration: none;}
.btn:hover{color: var(--white);}
 p{color:var(--gray);}
 img{max-width: 100%;}
html, body{height: 100%;}
#studentinstruction video{border:2px solid var(--light-gray);}

body{ font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; color:var(--gray);
background-image: -moz-linear-gradient( 0deg, rgb(231,239,252) 0%, rgb(232,240,252) 47%, rgb(223,233,249) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(231,239,252) 0%, rgb(232,240,252) 47%, rgb(223,233,249) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(231,239,252) 0%, rgb(232,240,252) 47%, rgb(223,233,249) 100%); }
.fullsec{width: 100%;}
.loglink .btnlogin, .sidelink ul li a, .boxs, .headerbg{transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;}
.container{ width:1200px; max-width: 100%; margin: 0 auto; padding: 0 15px;}
iframe, video{width: 100%;}
.headings{  }
.headings2 {margin-top: 0; color: var(--blue);  font-weight: 600;  font-size: 28px;}
.formsec h3 { font-size: 22px; color: var(--dark-blue); font-weight: 600;}
.formlists > ul{list-style: none;  display:flex; flex-wrap:wrap; margin: 0 -10px;}
.formlists > ul > li{padding: 10px; width:33.33%;}
.formlists .form-control, #admitcard .form-control { height: 46px;  border: none;  background: var(--light-gray);  box-shadow: none;}
.formlists > ul > li .btn{margin-top: 25px; width: 100%; height: 44px;}
.formlists > ul > li:last-child{width: 14%;}

.headerbg{background: var(--light-gray); width: 100%; border-bottom:1px solid var(--white);}
.home .headerbg{background: rgba(218,231,251,1);
background: -moz-linear-gradient(top, rgba(218,231,251,1) 0%, rgba(226,236,252,1) 21%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,231,251,1)), color-stop(21%, rgba(226,236,252,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(218,231,251,1) 0%, rgba(226,236,252,1) 21%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(218,231,251,1) 0%, rgba(226,236,252,1) 21%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(218,231,251,1) 0%, rgba(226,236,252,1) 21%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(218,231,251,1) 0%, rgba(226,236,252,1) 21%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae7fb', endColorstr='#ffffff', GradientType=0 ); position: absolute; left: 0; top: 0; z-index: 9;}

@keyframes menu_fixed {
    0% {
        margin-top: -106px;
    }
     25% {
        margin-top: -90px;
    }
    50% {
        margin-top: -80px;
    }
    75% {
        margin-top: -40px;
    }
    100% {
        margin-top: 0;
    }
}
.heighthead.fixed{height: 100px;}
.headerbg.fixed{position: fixed; top: 0; left: 0; width: 100%; background: var(--light-gray); z-index: 99;  animation-name: menu_fixed;  animation-duration: 0.5s;
    animation-timing-function: ease-out; -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);   box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);}
.fixed .logo img {max-height: 70px;}
.fixed .logo{font-size:18px;}
.fixed .logo span{font-size: 20px;}
.headright a span{font-size:16px;}
.headright a span small{font-size:11px;}


.headsec{display: flex; align-items: center; justify-content:space-between;}
.logo{display: flex; align-items: center; font-size:22px;font-weight:bold; line-height: 1.2; color:#0707c7; padding:4px 0;}
.logo img{max-height:98px; display:block;}
.logo div{padding-left: 10px;}
.logo span{font-family: 'Times New Roman', sans-serif;font-size:26px;  text-transform:uppercase; display:block; }
.headright{ display:flex; align-items:center; }
.headright a{display: flex; align-items: center; margin-left: 30px;}
.headright a span { font-size:20px; font-weight: bold; color:var(--dark-blue);  line-height: 1.1;  padding-left: 6px;}
.headright a span small { color: var(--gray);  display: block;  font-size: 13px; font-weight: 600;}

.headright ul{list-style: none; display: flex; align-items: center;}
.headright ul li{}
.imgpro{width:40px; height: 40px; border-radius: 50%; overflow:hidden; background:var(--white); margin-left:10px; }
.imgpro img{width:100%; height: 100%; object-fit:cover;}

.banner{position: relative;}
.banner > img{width: 100%; display: block;}
.banner .container{position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index:3}
.banner h1{font-size: 40px; font-weight: normal; color: var(--dark-blue); position: absolute; width: 100%; text-align: center;}
.banner h1 span{display: block; font-weight:bold; color: var(--blue);}
.links{width:210px; position: relative; z-index: 2;}
.links ul li{margin-bottom: 5px;}
.links ul li a{display: block; font-size: 16px; font-weight: bold; color: var(--dark-blue); padding: 10px; border-radius: 5px; display: flex; align-items: center;}
.links ul li a svg{ width:28px; height: 28px;}
.links ul li a span{padding-left: 6px;}

.loginbox, .textbox, .boxs, .linking, .links ul li a, .formcont{background-image: -moz-linear-gradient( 18deg, rgb(255,255,255) 47%, rgb(236,243,253) 100%);
background-image: -webkit-linear-gradient( 18deg, rgb(255,255,255) 47%, rgb(236,243,253) 100%);
background-image: -ms-linear-gradient( 18deg, rgb(255,255,255) 47%, rgb(236,243,253) 100%); }

.linklist{width: 100%;}
.linklist ul{ list-style:none; display:flex; }
.linklist ul li{width: 25%; padding: 10px;}
.boxs { border-radius: 10px; border:1px solid var(--white);  height: 100%;}
.linklist ul li:last-child .boxs a{align-items: flex-start;}
.boxs a { display: flex; flex-direction: column; align-items: center; padding:30px 20px; }
.boxs a span{ font-size: 18px;  font-weight: bold; color: var(--blue); padding-top: 15px;}
.boxs img{max-height: 60px;}
.boxs h4{ font-size:18px; color:var(--blue); font-weight:bold; text-align:left; margin:3px 0; }
.boxs h4 small{font-size: 15px;}

.redbtn, .darkredbtn, .greenbtn, .darkgreenbtn, .goldenbtn, .graybtn, .bluebtn, .dark-bluebtn, .darkgraybtn{color: var(--white);}

.redbtn{background:#a70606; }
.darkredbtn{background:#6c050a; }
.greenbtn{background:#06a789; }
.darkgreenbtn{background:#00745f; }
.goldenbtn{background:#d7a800; }
.graybtn{background:#b8bec5; }
.darkgraybtn{background: var(--dark-gray); }
.bluebtn{background: var(--blue); }
.dark-bluebtn{background: var(--dark-blue); }


.textbox h1{margin:0 0 10px; font-size: 26px; font-weight:bold; color: var(--dark-blue);}
.showfile{color:#000;} 
.tabcont{margin-bottom:15px;} 
.tabcont.active{ display:block!important; }
.showfile{margin-bottom:10px; }
.showfile h2{margin:0;padding:15px 20px; background:var(--light-gray); font-size: 20px; color: var(--blue); font-weight: bold; border-radius:5px; cursor:pointer;}
.showfile h2:after{content:"+"; float:right; font-size: 24px; line-height:20px;}
.showfile.active h2:after{content:"-";}
.showfile.active h2{background:var(--dark-blue);color: var(--white); border-radius:5px 5px 0 0 ;}
.textbox .lists > ul{margin:0 0 0 15px}

.linksec{ width:100%;  }
.linksec > ul{list-style: none;  display:flex;}
.linksec > ul > li{padding: 10px; width: 33.33%}
.linking{padding: 25px; height: 100%; border-radius: 5px;}
.linking h3{margin-top: 0; color: var(--dark-blue); font-size: 22px;font-weight: 600;}
.linking ul li a {position: relative; padding: 5px 20px; display: block; font-weight: 600; color: var(--dark-gray);}
.linking ul li a small{ display:block;color: var(--gray); }
.linking ul li a:before{ content:""; position:absolute; left:0; top:10px; width:16px; height:14px; background:url(../images/arrow.png) center center no-repeat; }

#admitcard .modal-header { padding: 15px 0; border-bottom: 1px solid #e5e5e5; margin-bottom: 15px;}
#admitcard label{color: var(--dark-blue);}
.input-sm{height: 38px;box-shadow: none;}
select.input-sm { height: 38px;  line-height: 30px;  border-radius: 4px;}

@media (min-width:1250px){ 
.container{width:1230px;}
}

.lists h2{ margin: 0; font-size: 24px; color: var(--blue); font-weight: bold;}
.lists > ul{list-style: none; margin: 0; padding: 0;}
.lists > ul > li{ margin-top:10px; }
.arrowbox { position: relative; background: var(--light-gray);  padding: 5px 25px;  border-radius: 5px; color: var(--dark-blue);}
.arrowbox:after {content: attr(data-count); display: inline-block;  position: absolute;  left: -16px;  top: 8px;  width: 32px;  height: 32px;  border-radius: 50%;
    background: var(--white);  font-weight: bold;  line-height: 32px;  text-align: center;  color: var(--blue);}

.loginbox h2 small{font-size: 14px; color: var(--blue); font-weight: 600;}


.sections{padding:60px 0;}
.contentsec{ padding:20px; border-radius: 10px; border: 2px solid var(--white); display: flex; justify-content: space-between;
  background-image: -moz-linear-gradient( 18deg, rgb(223,233,249) 0%, rgb(255,255,255) 47%, rgb(223,233,249) 100%);
  background-image: -webkit-linear-gradient( 18deg, rgb(223,233,249) 0%, rgb(255,255,255) 47%, rgb(223,233,249) 100%);
  background-image: -ms-linear-gradient( 18deg, rgb(223,233,249) 0%, rgb(255,255,255) 47%, rgb(223,233,249) 100%);
}

.textbox{width: 66%;  padding:20px; border-radius: 10px; border: 2px solid var(--white); font-weight: 600; }


.textbox h4{color:var(--dark-blue); font-size: 20px; font-weight: 600;}
.textbox span{display: block;}
.videobtn{ float: right;  margin-top: -9px; background: var(--blue);  color: var(--white);}
.scrollbar{ width:100%; padding-right: 15px; max-height:400px;overflow: auto; /*overflow-y: scroll; */ }
.scrollbar-primary::-webkit-scrollbar {width: 6px; height: 6px; background-color: #F5F5F5;border-radius: 10px;}
.scrollbar-primary::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);  background-color: #F5F5F5; border-radius: 10px;}
.scrollbar-primary::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color:var(--dark-blue);}

.modal-title {color: var(--blue); font-weight: 600; font-size: 22px;}
.loginbox{padding:25px; border-radius: 10px; width: 32%;
  
}
.loginbox h2{font-size:26px; font-weight: 600; color: var(--dark-blue); text-align: center; margin-top: 0}

.inputsec input {padding: 10px 15px 10px 40px; height: 46px; border: none; background: var(--light-gray);box-shadow:none;}
.inputsec > div{position: relative; margin-bottom: 10px;}
.inputsec > div:before{ content:""; width: 20px; height: 20px; background-size: 20px; position: absolute; left: 10px; top: 11px; z-index: 2;}

.inputsec .usericon:before{background: url(../images/usericon.svg) no-repeat;}
.inputsec .passwordicon:before{background: url(../images/passwordicon.svg) no-repeat; }

.btnlink{display: flex; align-items: center; justify-content: space-between;}
.loginbtn{width: 120px; height: 46px; background: var(--blue); color: var(--white);}
.creationpro{ margin: 15px 0; display: block; text-align: center; font-size: 13px; font-weight:bold; color: var(--blue); border-radius:5px; padding: 10px; border:1px solid var(--blue); background: var(--white);}
.newuser{ margin: 15px 0; display:flex; align-items: center; justify-content: center;}
.newuser span{padding-right: 10px;}
.newuser a{font-weight: bold; color: var(--blue);}


.formcont{padding:20px; border-radius: 10px; border: 1px solid var(--white);}
.footerbg{background: var(--blue); color: var(--white); padding:60px 0;}
.footersec{display: flex; align-items: center; justify-content: space-between;}
.flogo{font-size:22px;font-weight:bold; line-height: 1.2;color: var(--white);}
.flogo span{font-family: 'Times New Roman', sans-serif;font-size:26px;  text-transform:uppercase; display:block; }
.footersec a{color: var(--white); padding: 5px;}

 
 .logoutbtn{display: flex; align-items: center;}
 .logoutbtn svg{width: 24px;}



label{color: var(--dark-blue);}
.formbox{}
.formbox ul{list-style: none; display: flex; margin:0 -10px; }
.formbox ul li{padding: 10px; width: 22%;}
.formbox ul li:last-child{width: 14%;}
.formbox ul li button{width: 100%;height: 46px; margin-top: 25px;}
.formbox ul li input, .formbox ul li select{background: var(--light-gray); border-radius:5px; border:none; height: 46px; box-shadow: none;}
 

.formpage .textbox{ width: 100%; margin-bottom: 10px; float: left;}
.formpage .textbox p{margin: 0;}
.textbox.nopad{padding: 0; }

.headingflex { display: flex;  align-items: center;  justify-content: space-between;  border-bottom: 1px solid var(--light-gray); font-size: 18px; padding-bottom:10px; color: var(--blue); font-weight: bold; }
.headingflex .btn{padding: 2px 10px; margin-bottom: -5px;}
#div_load .radio{margin:0;}
#div_load .radio label{ font-weight:bold; color:var(--blue); }
.requiredbox{  margin:0 0 15px; }
.sectionbox .form-control{ border:1px solid var(--light-gray); background:var(--white); box-shadow:none; color:var(--dark-blue); }
.sectionbox .form-control:disabled, .sectionbox .form-control[readonly]{ background:var(--light-gray); }


.entrysec .panel-heading{ }

.plist, .pdetail, .mdetail{padding: 0;}
.plist .panel-heading{background:var(--light-gray); color: var(--blue);}
.pdetail .panel-heading{background:var(--blue); color: var(--white);}
.mdetail .panel-heading{background:var(--dark-blue);color: var(--white);}
.plist .panel-title{ font-weight:bold; }
.pdetail .tablesec{border: 1px solid var(--light-gray);}
.tablesec{ padding:15px;}
.tablesec.noborder{}
.tablesec .scrollbar {max-height:700px;}
.textbox .tablesec td span{display: inline-block;}

.tablesec.noborder .table tr td, .tablesec.noborder .table tr th { padding: 2px 0; vertical-align: middle;  border: none;}
.tablesec tr th{color: var(--blue);}
.tablesec tr td{color: var(--dark-blue);}
.tablesec .table tr th{text-align: left;}
.tablesec  tr td, .tablesec tr th{ font-size:13px; }


.minsec{min-height:400px;}
.btnsec{display: flex; flex-wrap:wrap;  align-items: center;  justify-content: space-between;}
.btnsec .btn{min-width:200px; margin:5px 0;}

@media (max-width:1600px){ 
.logo{font-size: 20px;}
.logo img {max-height: 86px;}
.logo span{font-size: 22px;}
.banner h1{font-size: 36px;}
.footerbg{ padding:40px 0;}
.flogo{font-size: 18px;}
.flogo span{font-size: 20px;}
}

@media (max-width:1440px){
 
}

@media (max-width:1199px){
body{font-size: 13px;}
.logo{font-size: 18px;}
.logo img {max-height: 74px; display: block;}
.logo span{font-size:22px;}
.headright a span{font-size: 16px;}
.headright a span small{font-size: 11px;}

.contentsec{padding: 10px;}
.loginbox{padding: 15px;}

}

@media (max-width:991px){
 .headright a span{display: none;}
 
}


 .navicon{display: none;}
@media (max-width:767px){
body{font-size: 13px;}
.logsection .contentsec{flex-wrap:wrap; padding:0; border:0;}
.logsection .textbox{width:100%;}
.logsection .loginbox{width:100%; margin-top:10px;}
.logsection .textbox h1{font-size:22px;}
.showfile h2{font-size:16px;}

}


@media (max-width:479px){
.sectionlist > ul{margin: 0 -5px;}
.sectionlist > ul > li {padding: 5px;}
.icons { width: 50px; height: 54px;}

.charts > ul li{width: 100%;}
}