@charset "utf-8";
/* portfolio name : Derozio Memorial College */

/* design by sanjib on 15.05.2017 */

/* design change on sanjib on 05.08.2020 */

@font-face {
    font-family: 'Calibri-Bold';
    src: url(../fonts/Calibri-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri-Bold.woff) format('woff'), url(../fonts/Calibri-Bold.ttf) format('truetype'), url(../fonts/Calibri-Bold.svg#Calibri-Bold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url(../fonts/Calibri.eot?#iefix) format('embedded-opentype'), url(../fonts/Calibri.woff) format('woff'), url(../fonts/Calibri.ttf) format('truetype'), url(../fonts/Calibri.svg#Calibri) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url(../fonts/RobotoCondensed-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoCondensed-Bold.woff) format('woff'), url(../fonts/RobotoCondensed-Bold.ttf) format('truetype'), url(../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold) format('svg');
    font-weight: normal;
    font-style: normal;
}
.overlay {
    position: absolute;
    height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000;
    background: -moz-linear-gradient(left, #000 0%, #1b9de3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #000), color-stop(100%, #000));
    background: -webkit-linear-gradient(left, #000 0%, #000 100%);
    background: -o-linear-gradient(left, #000 0%, #000 100%);
    background: -ms-linear-gradient(left, #000 0%, #000 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1566ad), to(#1b9de3));
    background: linear-gradient(to right, #000 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=1 ); 


}


* {
    padding: 0px;
    margin: 0px
}
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Calibri';
	background:#350069!important;

}
html {
    width: 100%;
    height: 100%;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
li {
    display: inline-block;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
    border-bottom: 1px solid #9d9d9d;
}
input, select {
    vertical-align: middle;
}
.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 2.0em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
p {
    font-size: 1.2em;
}
a:link {
    color: blue
} /* unvisited links */
a:visited {
    color: purple
} /* visited links */
a:active {
    color: lime
} /* active links */
.padding-left {
    padding-left: 0px;
}
.padding-right {
    padding-right: 0px;
}
.padding-top {
    padding-top: 13px;
}

.body1 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Calibri';
    background-repeat:repeat;
    background-size:cover;
    background-position:center center;
    background-image: url(../images/bg.jpeg) ;
    background-size:100% 100%;
    padding-top: 35px;
}


.main-contain {
    width: 100%;
    margin:0 auto;
    background:#fff;
    /*	-webkit-box-shadow: 0px -3px 5px 3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px -3px 5px 3px rgba(0,0,0,0.34);
    box-shadow: 0px -3px 5px 3px rgba(0,0,0,0.34);
    border:1px solid #ccc;*/
    float:left;

}
/*about*/
.container-box
{
    background: #f1f1f1 none repeat scroll 0 0;
    float: left;
    padding-bottom: 35px;
    padding-top: 63px;
    width: 100%;


}
.text-box h2
{
    color:#021f3c;
    font-size:36px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    margin-bottom:10px;
    text-transform:uppercase;

}
.text-box p
{
    color:#333;
    font-size:14px;
    font-weight:400;
    font-size:	0.9em;

    margin-bottom:10px;


}

/*top header*/
.top-header
{
	background:#59c9bb;
    width:100%;
    height:auto;
}

.log_dw
{
    float: right;
    margin-top: 26px;
}
.log_dw ul
{
    margin:0px;
    padding:0px;
}
.log_dw ul li
{
    list-style-type:none;
    display:inline-block;
    padding:10px 20px;
    border-radius:4px!important;
    background-color:#4a1604!important;
    border:1px solid #FFF!important;
    margin-right:4px;
    text-transform:uppercase; 

}
.log_dw ul li:hover
{
    background-color:#752104;
    border:1px solid #fff;

}
.log_dw ul li a
{
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-decoration:none;}
.log_dw ul li i
{	margin-right:4px; 
  font-size:18px;
}

.top-head-text
{
    margin-top:12px;
    color:#fff;
}
.top-head-text h2
{
    color:#000;
    font-size:34px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
  
    /*text-shadow: 2px 2px 1px #FFF;*/
}
.top-head-text p
{
    color:#000;
    font-size:24px;
    font-weight:400;

}
.ashok
{}
/*nav*/
.mega-nav {
    background:#063360;
    border-radius:0;
    margin-bottom:0;
}
.mega-nav.navbar-default .navbar-nav > li > a {
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    font-family: 'Calibri';
    font-weight:600;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    letter-spacing:1.5px;

}
.mega-nav.navbar-default .navbar-nav > li > a:hover {
    background:#0c6ea4;

} 
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:hover,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:focus,
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:active{
    background:#0075b3;
    color:#fff;
} 
#MainMenu {
    padding-left:0;
}
#MainMenu .menu-list li {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
#MainMenu .menu-list li + li {
    border-left:2px solid rgba(255, 255, 255, 0.5);
}

.mega-nav.navbar-default .navbar-nav > li.menu-list .list-category a {
    color:#333;

}
/*banner-slider*/

.jk-slider{
    width:100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
}
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 2em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero p {
    font-size: 1em;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    color: #fff;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    color: #fff;
    left: auto;
    right: 0;
}
/*right-section*/
.content
{
    width:100%;
    float:left;
    background:#fff;
    padding-top:20px;
}
.right-section
{}
.h-login
{
    background:#fba706;
    border:2px solid #ff9c00;
    padding:5px 15px;
    font-size:20px;
    color:#fff;
    margin-bottom:10px;
    border-radius:4px;
    width:99%;

}
.h-login a
{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.h-downloard
{
    background:#fba706;
    border:2px solid #ff9c00;
    padding:5px 15px;
    font-size:20px;
    color:#fff;
    border-radius:4px;
    margin-bottom:10px;
    width:99%;

}
.h-downloard a
{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}


.help
{
    background:#022f5c;
    border:2px solid #09588e;
    padding:15px;
    font-size:24px;
    color:#fff;
    border-radius:4px;
    width:99%;
    margin-top:5px;
    float:left;
}
.help h5
{

    font-size:24px;
    color:#fff;
    margin-bottom:10px;
    text-transform:uppercase;
    border-bottom:1px dashed #fff;
    line-height:33px;
}
.help p
{

    font-size:15px;
    color:#fff;
    margin-bottom:10px;
    text-transform:uppercase;
}
/*image slider*/
/* carousel */
.media-carousel 
{
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 70px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 70px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
    background: #333333;
}
.media-carousel img
{
    width: 100%;
    height: auto;
}
.left-section h3{
    font-size:18px;
    color:#074a8d;
    text-align:center;
    text-transform:uppercase;

}
.left-section p
{
    color: #666;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;

}
/* End carousel */
/*footer*/
.footer
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b679e+0,321c8c+28,184e96+58,7db9e8+100 */
    background: #3b679e; /* Old browsers */
    background: -moz-linear-gradient(top,  #3b679e 0%, #321c8c 28%, #184e96 58%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3b679e 0%,#321c8c 28%,#184e96 58%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3b679e 0%,#321c8c 28%,#184e96 58%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    width:100%;
    float:left;
    /* margin-top:20px;*/
    padding:15px 0px;
}

.footer p
{
    font-size:14px;
    color:#fff;
}



/*login page*/

.login-box {
    margin: 0 auto;
    padding-top: 0px;
    width: 30%;
}
.login-inner {
    padding: 20px 0px;
}
.login-inner h2{
    color: #fff;
    border-bottom:1px dashed #fff;
    font-size: 35x;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    background: #ccc;
}

.login-inner .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 24px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 43px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.login-inner .control-label {
    color: #fff;
    font-size: 21px;
    line-height: 40px;
}
.btn-login {
    background-color: #5060f6;
 color: #fff;
    border-radius: 7px;
    /*width:30%;*/
    text-align: center;
    margin: 0 auto;
}
.btn-login:hover {
    background-color: #3c4bd7;

    color: #fff;
}
.notice
{
    background:#fff;
    border: 1px solid #e3e3e3;
    border-radius:0px 0px 4px 4px;
    margin-bottom: 20px;
    min-height: 429px;
    padding: 19px;
    padding:10px;
    width: 100%;
    -webkit-box-shadow:1px -1px 7px -3px rgba(0, 0, 0, 0.34);
    -moz-box-shadow:1px -1px 7px -3px rgba(0, 0, 0, 0.34);
    box-shadow:1px -1px 7px -3px rgba(0, 0, 0, 0.34);
    float:left;

}
.h-title
{
    background: #016db8 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin: 0;
    position: relative;

}
.h-title h2{
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    position:relative;
    width: 100%;
    font-family: 'Oswald', sans-serif;
}
.notice-pin {
    height: 64px;
    left: 46%;
    position: absolute;
    top: -32px;
    width: 64px;
}
.checkbox
{
    float:left;
    width:100%;
    color:#fff;

}
.capcha {
    float: left;

}
.login-bg
{
    /*	background-image: url(../images/vb1.png);
            background-repeat:no-repeat;
            background-position:center;*/
    background-size:100% cover;
    width:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+0,b68d4c+49,e9d4b3+100 */
    /*background: #f3e2c7;
    background: -moz-linear-gradient(top,  #f3e2c7 0%, #b68d4c 49%, #e9d4b3 100%); 
    background: -webkit-linear-gradient(top,  #f3e2c7 0%,#b68d4c 49%,#e9d4b3 100%);
    background: linear-gradient(to bottom,  #f3e2c7 0%,#b68d4c 49%,#e9d4b3 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); */
}
.hung {

    display: none;
}
.login-body {
    padding-bottom: 0px;
   /* padding-top: 30%;*/
}


.box-top-impor{

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#715bbf+0,390089+20,573ea3+50,390089+71,390089+71,53238e+100 */
    background: rgb(113,91,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(113,91,191,1) 0%, rgba(57,0,137,1) 20%, rgba(87,62,163,1) 50%, rgba(57,0,137,1) 71%, rgba(57,0,137,1) 71%, rgba(83,35,142,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(113,91,191,1) 0%,rgba(57,0,137,1) 20%,rgba(87,62,163,1) 50%,rgba(57,0,137,1) 71%,rgba(57,0,137,1) 71%,rgba(83,35,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(113,91,191,1) 0%,rgba(57,0,137,1) 20%,rgba(87,62,163,1) 50%,rgba(57,0,137,1) 71%,rgba(57,0,137,1) 71%,rgba(83,35,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715bbf', endColorstr='#53238e',GradientType=0 ); /* IE6-9 */


    padding:20px;
    border:5px solid #fff;
    margin-bottom:20px;
    border-radius: 20px;
    width: 100%
}
.box-top-impor h4{
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:33px;
    line-height:40px;
}



.log-sl
{
    /*	 background-image: url("../images/banner.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% cover;
        height: 200px;*/
    width: 100%;}
/*.well {
    background-color: #4a2419;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
        -webkit-box-shadow:-1px 0px 5px 2px rgba(0, 0, 0, 0.34);
-moz-box-shadow:-1px 0px 5px 2px rgba(0, 0, 0, 0.34);
box-shadow:-1px 0px 5px 2px rgba(0, 0, 0, 0.34);
margin-top: 0px;
}*/
.well {
   /* background-color: rgba(91, 96, 106, 0.7);*/
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    border: 5px solid #fff;
 /*   border-radius: 20px;*/
    border-radius: 0px;
    padding:40px  20px;
	background-image:url(../images/login-back.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
} 
.well h2 {
    font-size: 2.0em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 31px;
}


 
 .navbar-inverse {
 background-image: linear-gradient(to right top, #07ffff, #00c5f2, #0089d8, #004daa, #270567);
  border-color: #fff;
  text-align: center!important;
} 
.header-title {
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: initial;
}
.footer-top {
  background-image: linear-gradient(to right top, #603ec0, #5230a9, #442292, #35147c, #270567)!important;
  border-top: 2px solid #042969;
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
}
.right-logo{
	padding-top:20px;
}