















/* ----- GENERAL CSS  -----*/
body{font-family: 'Montserrat', sans-serif; font-size:15px; font-weight: 400; }
::-moz-selection { background-color: #FCBC01ff; color: #fff;}
a {text-decoration:none;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
a:hover, a:active, a:focus {text-decoration:none; outline:none;}

p{line-height: 28px;}
p b{font-weight: 600;}
.h-20{height: 20px; background: #fff;}


/* Nav Link highlighter */
body.home li.home > a,
body.act_about li.act_about > a,
body.act_academic li.act_academic > a,

body.contact li.contact a {
color: #FFFFFF; background: #FCBC01ff;}

/*
.activeLnk{
color: #FFFFFF;
background: #FCBC01ff;
}
*/

.activeLnk > a{background: #FCBC01ff!important; color: #FFFFFF!important;}

/*padding left right 0*/
.IpLR0 {padding-right:0px; padding-left:0px;}

/*----- /Header -----*/
/*----- /Header background-color:#302522ff; -----*/
#iwtHeader{ background-color: #63504b;
    padding-bottom: 0px; }

.logo-left {float: left;width: 10%; margin-top: 65px;}
.logo-center {width:100%;margin: 2px 0 0 0; padding: 0;}
.logo-right {float: right;width: 140px;margin-top: 11px;}


.logo {text-align: center;}
.logo .lft {display: inline-block; vertical-align: middle;}
.logo .cntr {font-size: 14px; font-weight: 600; color: #5c90f1; margin-left: 10px;margin-right: 15px;}
.logo .cntr .edu{display: none;}
.logo .rt {}

.topnav {line-height: 28px;}
.logo-snjb {float: left; max-width: 100px; margin: 5px;}
.logo-align {padding-left: 0px !important;}
#iwtHeaderNav{ background:#f9f9f9;background: -webkit-linear-gradient(to bottom, #fff, #e8e8e8);background: linear-gradient(to bottom, #fff, #e8e8e8);}
.navbar-default{background:transparent;}
.nav-justified > li > a{white-space: nowrap;}
.navbar-collapse {padding-right: 0px; padding-left:0px;}
.navbar-default .nav li a {background:transparent; color: #16224e; font-size:14px; letter-spacing:normal; font-weight:500; 
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }

.nav-justified > li > a {padding: 14px 10px}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {outline: 0; color: #fff; background: #FCBC01ff;}
.navbar {min-height: 47px; margin-bottom:0px; border:none; border-radius: 0px;}

/*
.nav-justified > .open > a, 
.nav-justified > .open > a:focus, 
.nav-justified > .open > a:hover {color: #fff !important; background: #302522ff  !important;}
*/

.dropdown:focus > a, 
.dropdown:active > a, 
.dropdown:hover > a{color: #fff!important; background: #302522ff !important;}

/* Dropdown*/
.dropdown-menu {left: 0px; float: left; padding: 0px 0px; margin: 0px 0px 0px; background-color:#fff;
border: none; border-radius: 0px; min-width: auto; border-bottom: 2px solid #f5ce1f;}
.dropdown-menu li a {color: #636680 !important; padding: 8px 15px; border-bottom: 1px solid #eee; font-size: 13px !important;}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus{ color:#fff  !important;}

.menu-sm li a { padding: 8px 15px!important; font-weight:400!important;}

.navbar-collapse.in {overflow-y:inherit;}
.navbar-toggle {margin-top:8px;}

.dropdown-submenu:hover > .dropdown-toggle{background-color: #302522ff; color:#fff!important;}/* Hover backgroung color*/
.dropdown-submenu {position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0!important; left: 100%!important; margin-left: -1px;}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 4px 0 4px 4px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none!important;}
.dropdown-submenu.pull-left>.dropdown-menu {left: -100%!important; margin-left: 10px;}

.nav-justified > .dropdown .dropdown-menu{}

/* Hilight/Active link Css*/
body.active_about .navbar-default .navbar-nav > .active_about > a,
body.active_contact .navbar-default .navbar-nav > .active_contact > a
{outline: 0; color: #fff; background: #3d6fcb;}

/*---Sections full----*/
.white{background-color:#FFFFFF;padding-top:50px;padding-bottom:50px;}
.gray{ background-color:#f2f2f2; padding-top:50px; padding-bottom:50px; }


.m-b-20{margin-bottom: 20px;}
.m-t-20{margin-top: 20px;}

.m-b-30{margin-bottom: 30px;}
.m-t-30{margin-top: 30px;}

/*------------ Typography--------------*/
h1, h2, h3, h4{color: #2d3e50;}
h1{font-size:35px; font-weight:800; margin: auto; margin-bottom: 30px; padding-bottom:20px;  text-align: center; text-transform: uppercase; position: relative;}
h1-line::before {background: #2d3e50 none repeat scroll 0 0;bottom: 0;content: "";height: 2px;left: 0;margin: 0 auto;position: absolute;
right: 0;text-align: center;width: 60px;}
h2{font-size:30px; color: #1f1f1f; font-weight:500; margin-top: 20px; margin-bottom: 15px; line-height:normal; position: relative; text-transform: uppercase;}
h3{font-size:22px; color: #1f1f1f; font-weight:700; margin-bottom: 20px; line-height: normal;}
h4{font-size:18px; font-weight:600; margin-bottom: 15px; }

.banner {padding: 0;}

.banner-inner{background-color:#DBC9CAff; 
    /* url(images/green-bg.png); */
     margin:auto; position: relative;}
.banner-inner h1{color:#C72D2Bff;; text-align:center; font-weight:700; text-transform: none; padding:0; margin:0; margin-top:50px; margin-bottom:50px; font-size:35px;  line-height: normal; text-shadow: 1px 1px rgba(0,0,0,0.5);}

.breadcrumb-wrap{background-color: #f5f5f5;}
.breadcrumb {padding: 8px 15px;margin-bottom: 0px;list-style: none;background-color:transparent;border-radius: 0px;font-size: 12px;}

ol,ul{list-style:none; padding:0; margin:0;}

.lst-circle{ padding:0; text-align:left; }
.lst-circle li{margin: 4px 0px; padding: 3px 0px 4px 20px; text-align:left; font-weight: 400;}
.lst-circle li:before {content: '\f111'; font-family: 'FontAwesome'; float: left; margin-left: -16px; margin-right: 5px; color: #6050db;font-size: 8px;margin-top: 6px;}

.lst-chk{ padding:0; text-align:left; }
.lst-chk li{margin: 4px 0px; padding: 3px 0px 4px 20px; text-align:left; font-weight: 400;}
.lst-chk li:before {content: '\f00c'; font-family: 'FontAwesome'; float: left; margin-left: -20px; margin-right: 5px; color: #6050db;font-size: 12px;margin-top: 2px;}

.lst-arrow-1{ padding:0; text-align:left; }
.lst-arrow-1 li{margin: 5px 0px; padding: 3px 0px 5px 20px; text-align:left; font-weight: 400;}
.lst-arrow-1 li:before {content: '\f101'; font-family: 'FontAwesome'; float: left; margin-left: -20px; margin-right: 5px; color: #6050db;}

.lst-num{padding:0; padding-left: 15px; text-align:left; margin-bottom:10px; font-weight: 400;}
.lst-num li{margin:0px; padding:5px 0px 0px 5px;list-style-type: decimal;}
.lst-num li ol li{margin:5px 10px;padding:3px 20px 0px 5px;list-style-type: lower-alpha;}

/* ----- Counter ---*/
.facts-Sec{background: #302522ff; background-image: url(images/facts-bg.png); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; padding-top: 65px; padding-bottom: 65px;}
.grid-5{text-align: center;max-width: 1300px; margin: auto;}
.grid-5 div{box-sizing: border-box; display: inline-block; padding: 5px 5px; text-align: center; display: table-cell;width: 1%;}
/*.grid-5 div:first-child{border-left: none;}*/
.grid-5 div .count{font-size: 40px; font-weight: 600; color: #F3CE78ff;}
.grid-5 div h2{font-size: 24px; font-weight: 400; color: #fff; text-transform: none; margin: 0; line-height: normal; margin-bottom: 20px;}
.grid-5 div p{font-size: 24px; font-weight: 400; color: #fff; text-transform: uppercase; margin: 0; line-height: normal;}


/* ----- Mission sec ---*/
.mission-sec {background-image: url(images/mission-bg.php); padding: 40px 0px;background-position: center;background-repeat: no-repeat;background-size: cover;background-color: #de751b;  background-attachment: fixed;}
.mission-sec h2{ font-size:35px; color:#fff; font-weight: 700; text-transform: uppercase; margin: 0px; margin-bottom: 20px; text-align:center; }
.mission-sec p{ font-size:25px; color:#fff; font-weight: 400; margin: 0px;text-align:center; line-height: 45px;}
.mission-sec p b{font-weight: 700;}
 
.lef-img{float: left; margin-right: 40px; margin-bottom: 20px; margin-top: 8px; padding: 0;}
.rit-img{float: right; margin-left: 40px; margin-bottom: 20px; margin-top: 8px; padding: 0;}

/* ----- BG image Left text------ */
.bgRt-TxtLt-sec{background-color:#FFFFFF; background-repeat: no-repeat; background-size:cover; background-attachment: fixed; padding-top:50px; padding-bottom:50px;}
.bgRt-TxtLt-sec .txt-box {background:rgba(36,36,36,0.85); padding:30px;color: #fff}
.bgRt-TxtLt-sec .txt-box p{ text-align:justify; }
.bgRt-TxtLt-sec .txt-box h2{color: #fff}


.bgRt-TxtLt-sec .txt-box-w {background:rgba(255,255,255,0.85); padding:30px;}
.bgRt-TxtLt-sec .txt-box-w p{ text-align:justify; }

/* -----  Equal Column Height Style ------ */
.equal-height-wrap { display: table; width: 100%;}
.equal-height-inner {display: table-cell; float: none;vertical-align: middle;}
.equal-height-img {background-position: left center; background-size: cover; background-repeat:no-repeat;}
.equal-height-txt {padding: 40px 70px; text-align:left;}
.equal-height-txt h2 {margin: 0 0 15px; font-weight:500; }
.equal-height-txt p{font-size:15px; line-height: 27px; text-align:justify}
.equal-height-txt .b-line{margin-bottom: 35px;}

/* about--*/
.about-sec {}
.equal-height-img img {vertical-align: text-top;}
.event-box img{margin: auto;}
.in-img{}

.more {margin-top: 30px;}
.more a{display: inline-block; padding: 5px 20px; border-radius: 25px; border: 1px solid #FCBC01ff; color: #1f1f1f; font-size: 13px;}
.more a:hover{color: #fff; background:#FCBC01ff; }

.more-arrow {margin-top: 20px;}
.more-arrow a{display: inline-block; background:#fff; padding: 3px 15px; border-radius: 25px; border: 1px solid #FCBC01ff; color: #1f1f1f; font-size: 12px; }
.more-arrow a span{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.more-arrow a:hover{}
.more-arrow a:hover span{margin-left: 10px; color:#FCBC01ff;}

/*  Courses Sec  */
.course-sec h2{text-align: center; margin-top: 0; margin-bottom: 60px;}
.equal-main-wrap{overflow: hidden; border-radius:15px;}
.course-sec .equal-height-wrap {width: 100%; margin: auto;}
.course-sec .equal-height-txt {background-color: #f3f3f3;}
.course-sec .text-c p {color: #222;}
.course-sec .text-c li {color: #222;}

.b-line {margin: 0;margin-bottom: 0px;padding-bottom: 18px;margin-bottom: 30px;position: relative;}
.b-line::before {background: #FCBC01ff none repeat scroll 0 0;bottom: 0;content: "";height: 2px;left: 0;position: absolute;right: 0;width: 60px;}

.b-line-white {margin: 0;margin-bottom: 0px;padding-bottom: 18px;margin-bottom: 35px;position: relative;}
.b-line-white::before {background: #846161 none repeat scroll 0 0;bottom: 0;content: "";height: 2px;left: 0;position: absolute;right: 0;width: 60px;}

.bul-lst {padding: 0;text-align: left;}
.bul-lst li::before {content: '\f111';font-family: 'FontAwesome';float: left;margin-left: -17px;margin-right: 5px; margin-top: 6px; color: #FCBC01ff; font-size: 9px;}
.bul-lst li {margin: 0px;padding: 0px 0px 14px 17px;text-align: left;font-weight: 400;}

.bul-lst-white {padding: 0;text-align: left;}
.bul-lst-white li::before {content: '\f111';font-family: 'FontAwesome';float: left;margin-left: -17px;margin-right: 5px; margin-top: 6px; color: #846161; font-size: 9px;}
.bul-lst-white li {margin: 0px;padding: 0px 0px 14px 17px;text-align: left;font-weight: 400; font-size: 16px;}

.bul-arrow {padding-top: 10px; text-align: left;}
.bul-arrow li::before {content: '\f101';font-family: 'FontAwesome';float: left;margin-left: -17px;margin-right: 5px; margin-top: 0px; color: #FCBC01ff; font-size: 15px;}
.bul-arrow li {margin: 0px;padding: 0px 0px 17px 40px;text-align: left;font-weight: 400;}

.desk-sec {background: #fff; }
.desk-sec .equal-height-img {padding-top: 30px; padding-bottom: 30px;}
.desk-sec .equal-height-img img {margin: auto; vertical-align: text-top;}
.desk-sec .equal-height-txt {vertical-align: middle;}

.icon-4{background:#1d0766 url() no-repeat center; background-attachment: fixed; background-size: cover; padding-top:100px; padding-bottom:100px;position: relative;}
.icon-box{}
.icon-box .icon { background-color: #fff; -webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.icon-box .icon {text-align: center; display: block; margin: auto;border-radius: 50%;width: 140px;height: 140px; -webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.31);box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.31);}
.icon-box .icon i{color: #172538; line-height: 140px; font-size: 70px;}
.icon-box h3{font-size:20px; color: #fff; font-weight:600; text-transform:uppercase; margin-bottom:5px; margin-top:30px; text-align: center;}
.icon-box a{display: block;}
.icon-box a:hover .icon{border-radius: 25%;}


#iwtFooter{padding:20px 0; background: #1d1d1d; clear: both;}
.copy-txt{float:left; color: #84888e; font-size: 13px; font-weight: 300; margin-bottom: 0;}
.copy-txt a {color: #fff; }   
.copy-txt a:hover {color: #ffc20e; }
.social-footer{float:right;}
.social-footer a{ margin-right:20px;  color: #FFFFFF; border-radius: 50%; width: 30px; height: 30px;  display: inline-block; text-align: center;background: #FCBC01ff;}
.social-footer i{font-size: 16px; line-height: 30px; font-weight: 400;}
.social-footer a:hover{ background: #f5cf25;}
.hit-counter{font-size: 16px;}

.btnbx {text-align:center;}
.btnbx .btn{box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); font-weight: 500; letter-spacing: .14px; border-radius: 3px; padding: 12px 15px; font-size: 18px; border: none;  max-width: 680px; margin: auto; display: block; margin-bottom: 20px; white-space: inherit; }
.btnbx .btn i{font-size: 15px; vertical-align: middle; margin-bottom: 3px; margin-right: 5px;}
.btnbx .btn-warning{background-color: #F9D949;}
.btnbx .btn-info{background-color: #5999d4;}
.btnbx .btn-info:hover{background-color: #C72D2Bff;}
.btnbx .btn-success{background-color: #7bb73b;}
.btnbx .btn-success:hover{background-color: #C72D2Bff;}

.lft{text-align:left;}
.ctr{text-align:center;}


.sec-title{text-align: center; margin-top: 50px; padding-bottom: 20px;}
.sec-title.b-line::before{margin: auto;}

.desk-sec b{font-weight: 600;}

.related-sec{background: #f1f1f1;padding-top: 15px;border-bottom: 1px solid #dfdfdf;}

.related-products {}
.nav-tabs { border-bottom: none;}
.nav-tabs > li > a {background-color: #FCBC01ff;border-bottom:none;color: #fff; margin: 0; border: 0; border-radius: 0px; padding: 10px 16px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.nav-tabs .dropdown-menu {
right: 0 !important;
left: auto !important;
}
.nav-tabs .dropdown-menu li a{ padding: 8px 10px;}
.nav-tabs .dropdown-menu li a:hover{}
.nav-tabs .dropdown-menu li a:focus{}

.related-products .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{background-color: #FCBC01ff;}

.timeline-bg{background-image: url(images/timeline-bg.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
background-color: #f2f2f2;
background-attachment: fixed;}

.org-border{border: 2px solid #FCBC01ff;}
.img-text-sec-1 {display: table; font-size: 15px;}
.img-text-sec-1 > div{display: table-cell; vertical-align: middle; float: none;}
.img-text-sec-1 h2{margin-top: 0px; font-size: 24px; position: relative; padding-bottom: 10px; margin-bottom: 10px;}
.img-text-sec-1 h2::before{background: #FCBC01ff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
right: 0;
width: 50px;}

.t-center h2{text-align: center;}
.t-center .b-line::before{margin: 0 auto;}

.card-4-box{}
.card-4-box .card-4-content {min-height: 90px; margin-bottom: 20px;}
.card-4-box .card-4-content h3{font-size: 17px; font-weight: 600;color: #787878;margin-bottom: 4px;margin-top: 14px;}
.card-4-box .card-4-content p{font-size: 14px; font-weight: 400;color: #1f1f1f;margin-bottom: 0px;line-height: 22px;}
.card-4-box .img-box {overflow: hidden;display: block;position: relative; border: 1px solid #ff924b;text-align: center;
background: #fff;}

.card-4-box .img-box img {
width: 100%; zoom: 1;
-webkit-transition: all 0.9s ease;
transition: all 0.9s ease;
-webkit-transform: rotate(0) scale(1);
transform: rotate(0) scale(1);
}
.card-4-box .img-box:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.card-4-box img{ width: 100%; max-width:335px; margin: auto;}




.col-3-sec{background-image: url(images/gray-bg-1.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; background-color: #f2f2f2; background-attachment: fixed; padding-top: 80px;}
.col-3-sec .box{background: #fff; display: block; border-radius: 5px;margin-bottom: 30px;position: relative;min-height: 425px;overflow: hidden;}
.col-3-sec .box .title-box{padding: 15px 15px;}
.col-3-sec .text-box {padding: 20px; overflow: auto;}
.title-box h2{color: #fff; font-size: 22px; font-weight: 500; margin: 0; text-transform: none;}
.col-3-sec .more-1{padding: 0 20px;}
.col-3-sec .more-1 a{display: inline-block;padding: 2px 18px; border-radius: 3px; border: 1px solid #FCBC01ff; color: #1f1f1f;
font-size: 11px; text-transform: uppercase; font-weight: 500;}
.col-3-sec .more-1 a:hover{color: #fff;background: #302522ff; border: 1px solid #302522ff;}

.l-news .title-box{background-color:#BD474Bff}
.l-event .title-box{background-color:#F3CE78ff}
.l-weather .title-box{background-color:#7dae35;}

.news-item {border-bottom: 1px dotted #ccc; padding-bottom: 20px; padding-top: 20px;}
.news-item h3{font-size: 18px; color: #154293; font-weight: 500; margin: 0; margin-bottom: 10px;}
.news-item p{font-size: 14px; color: #2e2d2d; margin: 0; line-height: 22px;}
.news-item p a{font-size: 13px; color: #C72D2Bff;}
.news-item p a:hover{color: #0f6cc0;}

.simply-scroll {width: 100%;height: 288px !important;overflow: hidden;}

.event-item{display: block; border-bottom: 1px dotted #dcdcdc; margin-bottom: 15px; background: #efefef; padding: 3px;}
.event-item img{margin: auto;}
.event-item h3{font-size: 18px; color: #302522ff; font-weight: 400; text-align: center; margin: 10px auto; margin-bottom: 7px}
.event-item:hover h3{color: #00e1ff;}

.l-weather table{font-size: 14px; margin-bottom: 0px; }
.l-weather .table > tbody > tr > td{border-top: 0px; border-bottom: 1px solid #e1e1e1; padding: 3px 8px; line-height: 17px;}
.l-weather .bot-txt{text-align: center; font-weight: 600; font-size: 14px;}


.department-sec{background-color: #f2f2f2; padding-top: 50px; padding-bottom: 50px;}
.department-sec h2{font-size: 28px; margin-top: 10px;}
.department-sec .b-line{text-align: center;}
.department-sec .b-line::before{margin: auto;}
.department-sec h4{font-size: 18px; font-weight: 500; color: #154293; margin-bottom: 15px;}


.faculty-sec{background-image: url(images/gray-bg-1.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; background-color: #f2f2f2; background-attachment: fixed; padding-top: 30px;}
.faculty-sec .box{background: #fff; display: block; border-radius: 5px;margin-bottom: 30px;position: relative;overflow: hidden;}
.faculty-sec .title-box{padding: 12px 15px; background-color:#C72D2Bff;}
.faculty-sec .title-box h2{color: #fff; font-size: 20px; font-weight: 500; margin: 0; text-transform: none;}

.faculty-sec .text-box {padding: 20px 0; overflow: auto;}
.faculty-sec .view{text-align: center; margin-top: 10px;}
.faculty-sec .view a{display: inline-block;padding: 2px 18px; border-radius: 3px; color: #fff;background: #302522ff; border: 1px solid #302522ff;
font-size: 11px; text-transform: uppercase; font-weight: 500;}
.faculty-sec .view a:hover{background: #C72D2Bff; border: 1px solid #C72D2Bff;}

.faculty-sec .photo {text-align: center; margin-bottom: 15px;}

.faculty-sec .table {margin-bottom: 0px; font-size: 14px;}
.faculty-sec .mail{font-size: 13px;}
.faculty-sec .l-event .title-box{background-color:#085aa4;}


.tbl-big {font-size: 14px; font-family: 'Roboto', sans-serif;}
.tbl-big > tbody > tr > th{background: #5999d4;color: #fff;font-weight: 500;text-align: center;vertical-align: middle;}

.tbl-blue {font-size: 15px; font-family: 'Roboto', sans-serif; background-color: #fff;}
.tbl-blue > thead > tr > th{background: #5999d4;color: #fff;font-weight: 500; vertical-align: middle;}

.table strong, .table b{font-weight: 600;}


.tbl-dept {font-size: 18px; font-family: 'Roboto', sans-serif; background-color: #fff; text-align: center; margin-bottom: 30px; box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.25);}
.tbl-dept > thead > tr > th{background: #31383f; color: #FCBC01ff; font-size: 25px; font-weight: 600; text-transform: uppercase; vertical-align: middle; text-align: center;}
.tbl-dept > tbody > tr > td{padding: 16px 5px; }
.tbl-dept > tbody > tr > td a{color: #6340d7;}
.tbl-dept > tbody > tr > td a:hover{color: #C72D2Bff; letter-spacing: 0.9pt;}

@media (max-width: 600px) {
    .tbl-dept{margin-bottom: 0px; font-size: 19px; }
    .tbl-dept > tbody > tr > td{display: block;}
    .tbl-dept > thead > tr > th{font-size: 22px;}
    
}


/*.blue > thead > tr > th{background: #085aa4;}
.red > thead > tr > th{background: #C72D2Bff;}
.green > thead > tr > th{background: #7dae35;}
.orange > thead > tr > th{background: #f68729;}*/

.G-map { padding:0;}
.G-map iframe{width:100%; height:310px;}

.social-fb span::before {
content: '\f082';
font-family: 'FontAwesome';
float: right;
color: #1355a6; font-size: 40px;
}

/*---------------------------- Media ------------------------------------------------------------------*/
@media screen and (min-width:900px){
.hit-counter{ width: 50%; text-align: center; }
.dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu:hover > .dropdown-menu { display: block;}
/*-- For Dropdown open on hover -*/
.dropdown:hover > .dropdown-menu {display: block;}
}


@media (max-width: 900px) {
    
.nav-justified .open .dropdown-menu { position: static;float: none;width: auto;margin-top: 0;background-color: #fff;border: 0; border-bottom: 1px solid #FCBC01ff;
-webkit-box-shadow: none;box-shadow: none; }
    
.navbar-header {float: none;}
.navbar-toggle {display: block; background-color: #FCBC01ff;}
.navbar-default .navbar-toggle .icon-bar { background-color: #fff;}    
.navbar-default .navbar-toggle { border-color: #FCBC01ff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #302522ff;}    
    
.navbar-collapse.collapse {display: none!important;}
.collapse.in{display:block !important; border-top: 2px solid #e9e9e9;}    
.navbar-nav {float: none!important;margin: 7.5px -15px;}
.nav-justified > li {float: none; display: block;width: 100%; border-bottom: 1px solid #ddd;}
.nav-justified > li > a{text-align: left; padding: 10px 20px;}    
.nav > li > a { padding: 10px 20px!important;}
.dropdown-menu li a{padding: 10px 15px; padding-left: 25px;}
.nav-justified > li > a { margin-bottom: 0px;} 
    
.menu-txt {float: left;margin-top: 15px;}    
.menu-txt h4{margin: 0; font-size: 16px; font-weight: 500; }
    
.dropdown>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 4px 0 4px 4px;
border-left-color: #C72D2Bff;
margin-top: 5px;
margin-right: 0px;
}
.dropdown:hover>a:after {border-left-color: #fff;}    

li.dropdown-submenu > ul > li.open .dropdown-menu{background: #f5f5f5;}
li.dropdown-submenu > ul > li.open .dropdown-menu > li > a{color: #000 !important;}

.dropdown-submenu > a::after{border-left-color: #C72D2Bff; margin-right: 0px;}  
    
    
    
    
}

    
@media screen and (max-width:767px){
.home .iwtHeader{position: inherit;}
/*new css*/  
.dropdown-menu li a {border-bottom: 1px dotted #fff;}
.navbar-nav .open .dropdown-menu {background-color: #fff;}
.navbar-nav .open .dropdown-menu > li > a {padding: 8px 15px 8px 20px;}
.topnav {line-height: 22px;}

/*.dropdown-submenu .dropdown-menu{display:block;}*/


.dropdown .dropdown-menu > li > a{ border-bottom: 1px dotted #ccc;}
.dropdown-submenu .dropdown-menu > li > a{ color:#1e51b9 !important; border-bottom: none; padding-left:30px!important; border-bottom: 1px solid #ececec;}
.dropdown-submenu .dropdown-menu > li > a:hover{background: #302522ff !important; color:#fff !important;}
  
.dropdown-backdrop {display: none!important;} 
    
.iwtHeader{position: inherit;} 
#iwtHeaderNav{padding: 0;}
#iwtHeaderNav .container {padding: 0;}

.navbar{margin: 0;}
ul.navbar-nav {margin-top: 0px;}
.navbar-nav{margin: 0;}
.navbar-header{padding: 0px 15px;}    
.navbar-brand{padding: 0px 0px;}    
.navbar-brand img {width: 230px;}
.navbar-toggle{margin-right: 0;}

.navbar-default .nav > li > a{font-size: 15px;text-transform: uppercase;}
.nav > li > a{border-radius: 0px;}
.navbar-default .nav > li > a {background: linear-gradient(to bottom, #fff, #f6f6f6);background: -webkit-linear-gradient(to bottom, #fff, #f6f6f6);}    
    
.banner {margin-top: 0;}
    
h1{font-size: 26px; padding-bottom: 10px;}
h2{font-size: 24px;}
h3{font-size: 20px; font-weight: 600;}
    
.breadcrumb{padding: 8px 0px;}    
.white{padding-top: 30px; padding-bottom: 30px;}    
.gray{padding-top: 30px; padding-bottom: 30px;}    

.equal-height-wrap,.equal-height-inner{display: block;}
.equal-height-img{height: 300px;}
.equal-height-txt {padding: 30px 15px;overflow: auto;}
.equal-height-txt li{margin-right: 15px;}    
    
.copy-txt {float: none; margin-bottom: 20px; text-align: center;} 
.social-footer {float: none; text-align: center;}
.social-footer a{margin-right: 0;}   
.hit-counter{float: none; text-align: center; }    
.icon-box {margin-bottom: 20px;}

.desk-sec .equal-height-img {height: auto; padding-bottom: 0px;}
.equal-height-txt .b-line {margin-bottom: 20px;} 
    
.facts-Sec{padding: 0; padding-top: 45px; padding-bottom: 35px;}
.grid-5 div p{font-size: 15px;font-weight: 500; margin-bottom: 20px;}
.grid-5 div h2{font-size: 15px;font-weight: 500; margin-bottom: 6px;}
.grid-5 div .count{font-size: 28px;}
    
.grid-5 div{width: 50%;display: block; float: left;} 

#iwtHeader {padding-top: 5px; padding-bottom: 2px;}   
.logo-m img{margin: auto; }    
    
.G-map iframe{width:100%; height:300px; border:0;}   
}

@media screen and (max-width:820px){
.bredcrumb{font-size: 12px; }    
.bredcrumb a{padding: 5px 0px;}    
.bredcrumb span.act{padding: 0;} 

.equal-height-txt > div{width: 100%;}
.equal-height-txt li { margin-right: 0px;} 
.equal-height-img { height: 250px;}
.equal-height-txt h2{}

.b-line{padding-bottom: 15px;margin-bottom: 15px;} 

.desk-sec .container {padding: 0;}     
.desk-sec {padding: 0;}   

.col-3-sec { padding-left: 0; padding-right: 0; padding-top: 40px; padding-bottom: 10px;}

.icon-4{padding: 5px; padding-top: 40px;padding-bottom: 20px;}
.icon-box{padding: 0 10px;}    
.icon-box .icon{width: 110px;height: 110px;}    
.icon-box .icon i{line-height: 110px; font-size: 64px;}
.icon-box h3{font-size: 15px; margin-top: 15px;}

.department-sec{padding-top: 30px; padding-bottom: 30px;}
.department-sec h4{font-size: 16px;}    
.faculty-sec .title-box h2{font-size: 16px; font-weight: 600;}    
.faculty-sec .box{margin-bottom: 20px;}
.faculty-sec .table {font-size: 13px;}
.faculty-sec .table > tbody > tr > td{padding: 6px;}
.faculty-sec .col-lg-6{padding-left: 6px; padding-right: 6px;}
.faculty-sec .col-md-12{padding-left: 10px; padding-right: 10px;}
    
.banner-inner h1{margin-top: 30px;margin-bottom: 30px;font-size: 25px;}
    
}


@media screen and (min-width:850px) and (max-width:991px){
.hit-counter{ width: 35%; text-align: center; }
.logo-center {width: 500px !important;margin-left:-250px;}
.logo-center img{width: 500px !important;}
.logo-left {margin-top: 5px;}
.logo-left img{width: 10px; height: 5px;}
.logo-right {width: 110px;margin-top: 10px;}    
.logo-right img {width: 110px;}    
.topnav {line-height: 22px;}
    
#iwtHeaderNav{padding: 0;}
#iwtHeaderNav .container{ width: 100%; padding: 0;}
.nav > li > a{padding: 14px 10px 14px 10px;}    

.equal-height-wrap,.equal-height-inner{display: block; width: 100%}
.equal-height-img{height: 350px;} 
.equal-height-txt {overflow: auto;}
    
.desk-sec .equal-height-img {height: auto; padding-bottom: 30px;} 
    
.facts-Sec{padding-top: 45px; padding-bottom: 45px;}
.grid-5 div p{font-size: 17px;font-weight: 500;}
.grid-5 div h2{font-size: 17px;font-weight: 500;}
.grid-5 div .count{font-size: 34px;}
}


@media screen and (min-width:992px) and (max-width:1199px){
.topnav {line-height: 22px;}

.nav > li > a{padding: 16px 10px 16px 10px;}
.equal-height-txt {padding: 40px 40px;} 
.equal-height-txt li{margin-right: 15px;}    
.logo-center img{width: 623px !important;}
.logo-align {padding-left: 25px !important;}
    .logo-snjb {max-width: 80px!important;}
}


@media screen and (min-width:1199px) and (max-width:1280px){

.equal-height-txt {padding: 40px 40px;} 
.logo-align {padding-left: 15px !important;}

}
@media screen and (min-width:1280px) and (max-width:1367px){
.logo-align {padding-left: 15px !important;}

}
@media screen and (min-width:1367px) and (max-width:1920px){
.container{ width:100%; max-width:1750px; padding-left:50px; padding-right:50px;}

}
.error-msg {
    font-size:12px; color:red;
}
.pagination{
    margin: 0;
    background-color: #fff;
}
 .pagination > .active > a, .pagination  > a:hover {
    background-color: #ff924b;
    border-color: #ff924b;
}
hr{
    margin-top:10px;
    margin-bottom:10px;
    border-top: 1px solid #ffb98b;
}
.fy{
    background-color: #085aa4 !important;
}
.sy{
    background-color: #7dae35 !important;
}
.ty{
    background-color: #C72D2Bff !important;
}
