@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {font-family: 'Poppins-Regular'; width:100%; height:100%;}
ol, ul {list-style: none;}
*{ margin:0; padding:0;}
a{ text-decoration:none; outline:none;}
h6,h5,h4,h3,h2,h1{ margin:0; padding:0;text-transform:capitalize;   font-family: 'poppinsmedium';}
img{ border:none;}
div{display:flow-root;}
.clear{ clear:both;}
.container{position:relative; margin:0 auto; width:1200px;}

/*------Header Section-------*/
#top-box{ background:#edf1ff; font-size:12px; color:#FFFFFF; position:relative;}
#logo{ width:245px; height:131px; float:left; margin:-27px 0 0 0;}
#logo img, .princi-img img, .workshop-img img, .team-img img, .aihse-img img, #depart-img img, .facility img, .tree-img img, .garden-img img, .ourcampus-img img, .incharger-img img, .book img, .mooc-img img, #fee img, #club-logo img{ width:100%; height:100%;}
#social-top{float:left; padding:45px 0; z-index:50; margin:0 60px 0 96px;}
#social-top a{ width:28px; height:28px; text-align:center; display:block; float:left; margin-left:5px; border:#d4d4d4 solid thin;}
#social-top a img{ vertical-align:middle; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5sease;}
#social-top a:hover img{transform: rotate(360deg);}
.topicon-box{ float:left;padding:0 33px 0 48px; margin:33px 0 0 0; position:relative; font-size:14px; background: url(../images/call.jpg) no-repeat left 5px;  line-height:25px; border-right:#d9d7d7 solid thin;}
.topicon-box span{ display:block; font-size:12px; color:#787878; font-weight:normal;}
.topicon-box a{ color:#000000;}
#mail-top{ border:none; background:none; padding-right:0;}
.topicon-box h2{color:#505050; font-size:17px; font-weight:700;} 
ul.dropdown2{ position: relative;z-index:1000; float:right; margin:12px 0 0 0;} 
ul.dropdown2 li{ zoom: 1;list-style:none; position:relative;}
ul.dropdown2 li a{ display:block; line-height:32px; color:#393f52;padding:35px 19px 0 105px; font-size:14px; box-sizing:border-box; background:url(../images/loginbg.png) no-repeat center;  font-family: 'poppinsmedium'; text-transform:uppercase; width:193px; height:108px;}
ul.dropdown li a:hover{ color: #e7d8c6;}
/*****LEVEL TWO*****/
ul.dropdown2 ul{ width: 134px; visibility: hidden; position: absolute; top: 81%; right: 0; background:#FFFFFF; padding:15px; box-sizing:border-box; -moz-box-shadow: 0 2px 9px 1px #c6c6c6;
-webkit-box-shadow: 0 2px 9px 1px #c6c6c6;
box-shadow: 0 2px 9px 1px #c6c6c6;}
ul.dropdown2 ul li{ float: none;list-style:none; position:relative;}
ul.dropdown2 ul li:After{ display:none;}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown2 ul li a{ border-right: none; width: 100%; margin-bottom:2px; display: inline-block; font-size:13px; color:#666666;padding:0;height:auto;text-shadow:none!important;background:none; font-weight:normal; text-transform:none; line-height:23px; text-transform:capitalize}
ul.dropdown2 ul li a:hover{color:#c49a6c;}
/*****LEVEL THREE******/
ul.dropdown2 ul ul{ left: 100%; top:0;}
ul.dropdown2 li:hover > ul{ visibility: visible;}

#menu-part{ background: #223e83; height:54px; z-index:50; position:relative;}
/*****LEVEL ONE*****/
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {margin: 0;padding: 0;border: none;outline: none;}
.nav a {text-decoration: none; }
.nav li {list-style: none; }
/* Menu Container */
.nav {position: relative;cursor: default;z-index: 500; display:table; margin:0 auto;}
/* Menu List */
.nav > li {display: block;float: left;  margin:0 0 0 0;}
/* Menu Links */
.nav > li > a {position: relative;display: block;z-index: 510;padding: 11px 20px;line-height: 32px;font-size: 14px;color: #FFFFFF;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
-ms-transition: all .3s ease;transition: all .3s ease;  }
.nav > li:last-child{border:none;}

.nav > li:hover > a { color:#e7d8c6;}
.nav > li > a img{ float:left; margin:9px 0 7px 0;}
/* Menu Dropdown */

.nav > li > div { width:100%; position: absolute;display: block;top: 50px;left: 0;opacity: 0;visibility: hidden;overflow: hidden;background: #ffffff;border-radius: 0 0 3px 3px;-webkit-transition: all .3s ease .15s;-moz-transition: all .3s ease .15s;-o-transition: all .3s ease .15s;
-ms-transition: all .3s ease .15s;transition: all .3s ease .15s; padding:10px 10px 0 0; box-sizing:border-box; -moz-box-shadow: 0 2px 9px 1px #c6c6c6;
-webkit-box-shadow: 0 2px 9px 1px #c6c6c6;
box-shadow: 0 2px 9px 1px #c6c6c6;  }
.nav > li:hover > div {opacity: 1;visibility: visible;overflow: visible;}
.nav .nav-column {float: left;width: 28%;padding:22px 17px; margin-left:10px;}
.nav .nav-column h3 {margin: 0 0 18px 0; font-size: 17px;}
.nav .nav-column li a {display: block;line-height: 16px;font-size: 14px;color: #666666; margin-bottom:9px;}
.nav .nav-column li a:hover { color: #b37c41;}

.nav .nav-column li ul{ margin-left:30px;}
ul.dropdown{ position: relative;z-index:1000; float:left;} 
ul.dropdown li{ zoom: 1;list-style:none; position:relative;}
ul.dropdown li a{ display:block; line-height:32px; color:#FFFFFF;padding:11px 20px; font-size:14px; background:url(../images/line.png) no-repeat right center;}
ul.dropdown li a:hover{ color: #e7d8c6;}
/*****LEVEL TWO*****/
ul.dropdown ul{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; background:#FFFFFF; padding:15px; box-sizing:border-box; -moz-box-shadow: 0 2px 9px 1px #c6c6c6;
-webkit-box-shadow: 0 2px 9px 1px #c6c6c6;
box-shadow: 0 2px 9px 1px #c6c6c6;}
ul.dropdown ul li{ float: none;list-style:none; position:relative;}
ul.dropdown ul li:After{ display:none;}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{ border-right: none; width: 100%; margin-bottom:2px; display: inline-block; font-size:13px; color:#666666;padding:0;height:auto;text-shadow:none!important;background:none; font-weight:normal; text-transform:none; line-height:23px; text-transform:capitalize}
ul.dropdown ul li a:hover{color:#b37c41;}
/*****LEVEL THREE******/
ul.dropdown ul ul{ left: 100%; top:0;}
ul.dropdown li:hover > ul{ visibility: visible;}
.submenu h2{ font-size:14px; color:#bbe4f7; text-transform:uppercase; font-weight:bold; margin-left:92px;}
#topmenu-cover{ float:right;}
ul.dropdown .right-arow{ background:url(../images/rightarow.png) no-repeat right center;}
.menu-container {width: 100%;z-index:900; position:relative;}
.menu-mobile {display: none;padding: 20px;}
.menu-mobile:after {content: "\f394";font-family: "Ionicons";font-size: 2.5rem;padding: 0;float: right;position: relative;
top: 50%;-webkit-transform: translateY(-25%);-ms-transform: translateY(-25%);transform: translateY(-25%);}
.menu-dropdown-icon:before {content: "\f489";font-family: "Ionicons";display: none;cursor: pointer;float: right;padding: 1.5em 2em;background: #fff;color: #333;}
.menu > ul {width: 100%;list-style: none; padding: 0;position: relative;box-sizing: border-box;}
.menu > ul:before,
.menu > ul:after {content: "";display: table;}
.menu > ul:after {clear: both;}
.menu > ul > li {float: left;padding: 0;margin: 0; }
.menu > ul > li a {text-decoration: none;padding: 7px 0; font-size:12px;display: block; color:#707070; position:relative;}
.menu > ul > li a:hover { color:#ffc9c9;}
.menu > ul > li > ul {display: none;width: 100%;background: #b20909;padding:16px 0 15px 18px;position: absolute;z-index: 99;left: 0;margin: 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {content: "";display: table;}
.menu > ul > li > ul:after {clear: both;}
.menu > ul > li > ul > li {margin: 0;padding-bottom: 0;list-style: none;width: 33%;background: none;float: left; color:#FFFFFF; font-size:14px; line-height:20px;}
.menu > ul > li > ul > li a {color: #ffd1d1;padding: 3px 0;width: 100%;display: block;}
.menu > ul > li > ul > li > ul {display: block;padding: 0;margin: 10px 0 0;list-style: none;box-sizing: border-box;}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {content: "";display: table;}
.menu > ul > li > ul > li > ul:after {clear: both;}
.menu > ul > li > ul > li > ul > li {float: left;width: 100%;padding: 3px 0;margin: 0;font-size: .8em;}
.menu > ul > li > ul > li > ul > li a {border: 0;}
.menu > ul > li > ul > li > ul > li a:hover{ color:#FFF;}
.menu > ul > li > ul.normal-sub {width: 300px;left: auto;padding: 10px 20px;}
.menu > ul > li > ul.normal-sub > li {width: 100%;}
.menu > ul > li > ul.normal-sub > li a {border: 0;padding: 1em 0;}
/*------Header Section End-----*/

/*content part*/
#latest-news{ background:#edf1ff; position:relative; height:60px; box-shadow: 0px 3px 7px #c7cbd7; z-index:100; overflow: hidden; }
#latest-news::after{ position: absolute; left: 0; top: 0; background:#e09746; width: 19%; height: 100%; content: ""; z-index: -1;}
#latest-news .container{display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
#latest-news h2{ background:#e09746;  padding:21px 44px 21px 0; font-size:19px; color:#ffffff;  position:relative; height: 100%;}
.tickercontainer { /* the outer div */  margin: 0; overflow: hidden; width:964px; box-sizing:border-box;}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */position: relative; padding-left: 10px; padding-right: 10px; top: 5px;  overflow: hidden; height:33px;}
ul.newsticker { /* that's your list */
/*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
-webkit-transition: all 0s linear; -moz-transition: all 0s linear; -o-transition: all 0s linear; transition: all 0s linear; position: relative; margin-left: 20px; font-size:14px; list-style-type: none; margin: 0; padding: 0;}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */ 
/*background: #fff;*/ color:#606060; font-size:15px; position:relative; padding: 0 30px; }
ul.newsticker a {
white-space: nowrap; padding: 0; color: #FFFFFF; margin: 0 50px 0 0;} 
ul.newsticker span { margin: 0 10px 0 0;}
#welcome{ background:url(../images/whitebg.jpg) no-repeat top left;  margin:25px 0 0 0; position:relative; z-index:300;}
#whoweare{ line-height:27px;  font-size:15px;  width:500px; margin:80px 0 0 0; float:left;}
#whoweare span{ display:block; font-size:16px; position:relative; color:#c49a6c; text-transform:uppercase; font-weight:bold;}
#whoweare h2{  font-size:41px;  margin:54px 0; line-height:53px; color:#000000; position:relative; text-transform:none;}
#homeabout-img{ float:right; margin:46px -70px 0 0; position:relative; z-index:500;}
#welcome p{ width:638px; float:right; font-size:15px; color:#1b1f2e; margin:65px 0 0 0; line-height:32px;}
.more{ border-bottom:#000 solid thin; position:relative; display:inline-block; font-size:14px; color:#000; font-family: 'poppinsmedium';}
.more:after{ content:""; width:13px; height:13px; -webkit-transition: 0.6s;-moz-transition: 0.6s;-o-transition: 0.6s;-ms-transition: 0.6s;transition: 0.6s; background:url(../images/arow.png) no-repeat; float:right; margin:3px 0 0 8px; background-size:contain;}
.more:hover{color:#c49a6c;}
#about-img{ width: 920px; height:340px; margin-bottom:25px;}
#about-img img{ width: 100%; height: 100%;}
.more:hover:after{ transform:rotate(35deg)}
#principal-cover{ position:relative; margin:-120px 0 0 0; background:#edf1ff; padding-bottom:36px;}
#princi-name{ background:#ab1313; float:left; padding:10px 30px; color:#FFF; margin:0 0 0 -23px; font-size:15px; text-transform:uppercase;}
.princi-box{ position:relative;  float:left; padding:100px 0 0 0;  background:url(../images/pen.jpg) no-repeat right top;  width:557px; font-size:14px;line-height:23px;}
.princi-box p{ font-size:15px; color:#5d5d5d; line-height:28px; margin:42px 0 32px 0;}
.princi-detail{ float:right; font-size:13px; line-height:33px; width:260px; }
.princi-detail h2{ color:#1b1f2e; font-size:29px; margin:107px 0 25px 0; text-transform:uppercase;}
.princi-detail span{ display:block; font-size:15px; color:#bc8b55;  line-height:32px;  font-family: 'poppinsmedium';}
.princi-img{float:left; position: relative; z-index:50; width:245px; height:245px; border-radius:8px; overflow:hidden;}
#other-linkbox{margin:196px 0 0 0; text-align:center; float:right; width:562px;}
#other-linkbox div{ float:left;}
#other-linkbox div:last-child{ margin:25px 0 0 0;}
#other-linkbox a{width:262px; text-align:center;margin:0 16px 16px 0;  font-size:16px; box-sizing:border-box; position:relative; padding:29px 0; color:#0c364b; background:#FFF;  font-family: 'poppinsmedium'; border-radius:10px; display:block;}
#other-linkbox a img{ display:block; margin:0 auto 19px auto;}
#other-linkbox a:hover { color:#d77c40;}
#other-linkbox a:hover img { -webkit-animation-name: hvr-push;animation-name: hvr-push;-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;-webkit-animation-timing-function: linear;animation-timing-function: linear;
-webkit-animation-iteration-count: 1;animation-iteration-count: 1;}
#news-scroll{ width:100% !important;list-style:none; height:300px;}
#news-title{ font-size:24px; color:#101010; text-align:center; margin:85px 0 0 0;}
#newsmore{ float:right; border:#078707 solid thin; padding:5px 16px; font-size:13px; color:#000; border-radius:5px;}
#newsmore:hover{ color:#078707;}
#news-scroll a{  font-size:14px;  margin:20px 0 0 0; display:block;font-family: 'poppinsmedium'; width:103px;}
#news-scroll a:after{ background:url(../images/arrow2.jpg);}
#news-scroll li{ margin:40px 15px 0 0; float:left; font-size:13px; color:#535353; line-height:22px; height: 266px; -webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
#news-scroll li a{ color:#977046; border:none;}
.news-cnt{ width:286px; background:#FFFFFF; border:#dbdbdb solid thin; padding:28px 29px; box-sizing:border-box;  height:230px; overflow:hidden; }
#news-scroll li:hover .news-cnt{ height:266px; overflow:visible;} 
#news-scroll li:hover{ margin-top:0;} 
.date{  padding:5px 0; line-height:18px; font-size:14px; margin:0 0 4px 0; text-transform:uppercase; color:#777777;}
.date h3{ font-size:35px; color:#ca975e; margin:9px 0;}
.news-title{ display:table; width:100%; height:66px;}
.news-title h4{ display:table-cell; vertical-align:middle; font-size:17px; color:#161616; line-height:20px;}
.time{ background:url(../images/time.jpg) no-repeat left 2px; padding:1px 0 0 25px; font-size:13px; margin:0 18px 0 0;}
.place{ background:url(../images/location.jpg) no-repeat left 2px; font-size:13px;  padding:0 0 0 22px;}
.vision{ float:left; width:595px;font-size:14px; box-sizing:border-box; margin:65px 0 0 0;}
.vision h2{ font-size:23px; margin:19px 0; color:#323c5d;}
.vision h2 img{ margin:0 9px 0 0; vertical-align:middle;}
.vision div{ padding:31px 27px; background:#e8edfc url(../images/mission.png) no-repeat right top; color:#3d445a; line-height:25px;}
.vision div ul li{ margin-bottom:10px; padding-left:20px; position:relative;}
.vision div ul li:after{ content:""; width:5px; height:5px; border-radius:100%; position:absolute; left:0; top:9px; background:#565e74;}
.vision:last-child{ float:right;}
.visionimg{ display:block;}
#mission{ background:#ffead1 url(../images/vision.png) no-repeat right top; color:#705e4a;}
#mission ul li:after{ background:#8b7459;}
#mission h2{ color:#705e4a;}
#video-cover{ background:url(../images/vidoebg.jpg) no-repeat; background-size:cover; padding:90px 0 75px 0;
 margin:0 0 0 0; text-align:center;}
#video-cover h2{ font-size:27px; margin-bottom:30px;}
#video{ width:900px; height:400px; border:#FFF solid 6px; margin:0 auto;}
#video iframe{ width:100%; height:100%;}
#event-slide{ display:block; width:100% !important; display:flow-root;}
#event-slide li{  margin:38px 20px 0 0; font-size:14px; position:relative;}
.event-cover{ background:#FFF; border-radius:16px; width:386px; padding:22px; box-sizing:border-box; text-align:center;}
.event-img{ width:343px; height:227px;position:relative; overflow:hidden; border-radius:13px;}
#event-slide li .date{background:url(../images/date.jpg) no-repeat left center; font-size:14px; display:table; margin:0 auto; padding:0 0 0 20px;}
#event-slide li .date h3{ color:#FFF; font-size:15px; text-transform:uppercase; margin:0;}
#event-slide li:hover .event-img img{ transform:scale(1.2) rotate(-10deg);} 
.event-img img{ width:100%; height:100%; -webkit-transition: 0.6s;-moz-transition: 0.6s;-o-transition: 0.6s;-ms-transition: 0.6s;transition: 0.6s;}  
.event-content{ margin:40px 0 0 0;}
.event-titel{ display:table; width:100%; height:28px; margin-bottom:7px; position:relative;}
.event-content h3{  font-size:18px; margin:17px 0; }
.event-content h3 a{ color:#000;}
.event-content span{ font-size:13px; color:#545454; text-decoration:underline;}
.event-content h3 a:hover{ color:#078707;}
#evets{ position:relative; padding:67px 0; background:#f3f3f3; margin-bottom:63px;}
#evets h2{ font-size:23px; text-align:center; }
#event-slide li a, .ourcampus a, .download-catmore, .courses-list a{ width:41px; height:41px; background:url(../images/arow.png) no-repeat center; display:block; margin:24px auto 6px auto; -webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s; border:#000 solid thin; border-radius:100%;}
#event-slide li a:hover, .ourcampus a:hover, .download-catmore:hover, .courses-list a:hover{ transform:rotate(35deg)}
#gallerytitle{ font-size:24px; float:left;}
.gallery-img{ width:24.7%; height:100%; float:left; margin:23px 4px 0 0; position:relative; overflow:hidden; border-radius:10px; line-height:0;}
.gallery-img:last-child{ margin-right:0;}
.galerymore{ float:right;}
.galerymore:after{ margin-top:-0;}
.gallery-img span{ position:absolute; left:0; bottom:0; width:100%; text-align:center; color:#FFF; font-size:15px;  background: url(../images/darkbg.png) repeat-x; box-sizing:border-box; padding:72px 10px 12px 10px; line-height:15px;  font-family: 'poppinsmedium';  height:111px;}
.gallery-img img{ width:100%; height:100%; line-height:0;}
.gallery-img:hover span{ color:#faa74a}
#floating-btn{ position:fixed; right:0; top:50%; background:url(../images/apply.png) no-repeat; width:89px; height:160px; z-index:9999;}
#nav{ display:none;}
#testimonials{ width:100% !important; list-style:none; margin:15px 0 0 0;}
#testimonial-box{ background:rgba(255,255,255,0.3); padding:40px 0; margin:0 0 52px 0;}
#testimonial-box h2{ font-size:25px; text-align:center;}
#testimonials li{ position:relative; margin:0 25px 0 0; color:#000; float:left; height:auto !important;}
.person{ width:97px; height:97px; border-radius:100%; border:#FFFFFF solid 3px; margin:-85px auto 20px auto; z-index:50; position:relative; overflow:hidden; border-radius:100%;}
.person img{  width:100%; height:100%;}
.person-box h2{ font-size:20px; color:#2e5984; text-transform:uppercase;}
.testi{ background-image:url(../images/quote1.jpg), url(../images/quote2.jpg); background-position:33px 31px, bottom right; background-repeat:no-repeat; padding:37px 74px 27px 74px; font-size:14px; box-sizing:border-box; margin:49px 0 0 0; background-color:#FFF; width:580px; border-radius:10px; text-align:center; box-sizing:border-box; min-height:260px;}
.name{ margin-top:17px;text-align:center;} 
.name span{  font-size:16px; color:#ca8941; text-transform:uppercase; display:block;}
/*content part end*/

/*innerpage content*/
#content-cover{ clear:both; }
#page-title{ padding:109px 0;width:100%; margin:0 0 87px 0; background:url(../images/pagetitlebg.jpg) no-repeat top center; box-sizing:border-box; background-size:cover;}
#page-title h1{ color:#FFFFFF; font-size:29px; display:block; box-sizing:border-box; padding:0 29px; text-align:center;}
#fixed-box{ font-size:14px; line-height:28px;  float:left; width:922px; color:#464646;}
#fullwidth-box{ font-size:14px; line-height:28px; color:#464646;}
#right-box{ float:right; background: rgb(34,62,131);
background: linear-gradient(313deg, rgba(34,62,131,1) 0%, rgba(93,136,241,1) 100%);
 width:220px; padding:29px 24px; box-sizing:border-box; border-radius:8px;}
#right-box a {text-transform:capitalize;display:block; font-size:13px; padding:14px 12px 14px 0; border-bottom:#7495e7 solid thin; background:url(../images/arowright.png) no-repeat right center; color:#e8efff; line-height:22px;}
#right-box a:hover, .dropdown-btn:hover, #left-link a:hover{ color:#fde2c3;}
#fixed-box .vision{ width:100%; box-sizing:border-box; margin:0 0 70px 0;}
.dropdown-btn { text-align:left; width:100%; outline:none; border-left:none; border-right:none; border-top:none; font-size:13px; cursor:pointer; background:url(../images/dropdown.png) no-repeat right center; border-bottom:#7495e7 solid thin; font-family: 'Poppins-Regular'; color:#e8efff; padding:14px 0 14px 0;}
.dropdown-container {display: none;padding-left:10px; line-height:16px; border:none;}
#right-box a:last-child{ border:none;}
#fixed-box .visionimg{ margin:32px 0;}
#fixed-box .vision h2{ font-size:27px; margin-top:0; }
#right-box h2{ font-size:17px; line-height:23px; position:relative; margin:10px 0; color:#FFFFFF;}
.content{ margin-bottom:49px;}
.content h2{ font-size:22px; margin-bottom:20px; color:#000;}
#pdf-viever{ width:100%; height:600px;}
#pdf-viever iframe{ width:100%; height:100%;}
.downloads{ float:left; width:447px; box-sizing:border-box; padding:1px 52px 0 66px; font-size:14px; margin:0 14px 32px 0; background:#fbeedf url(../images/pdf.png) no-repeat 17px center; border-radius:9px; position:relative; }
.downloads a{ display:block; background:url(../images/download.png) no-repeat;  width:28px; height:28px; position:absolute; right:16px; top:29px; background-size:contain;}
.downloads div{ display:table; width:100%; height:86px;}
.downloads div span{ display:table-cell; vertical-align:middle;  font-size:15px; line-height:17px; font-weight:700; color:#6a461d;}
.downloads a:hover{ top:39px;}

#pagination{ clear:both; margin-top:15px; width:100%; float:left;}
#fullwidth-box ul.pagination, #fixed-box ul.pagination{width:auto;text-align:center;margin:30px auto 0 auto; font-size:12px; clear:both; display:table;}
#fullwidth-box ul.pagination li, #fixed-box ul.pagination li{float:left; padding-left: 0; margin-top: 30px;}
#fullwidth-box ul.pagination li::after, #fixed-box ul.pagination li::after{ display: none;}
.pagination a{text-decoration:none;color:#666;background:#fff;padding:0px 12px;display:inline-table;border:solid 1px #ccc;margin:0 2px 0 0;border-radius: 3px;}
.pagination a:hover{background:#ba8f5d;color:#fff; border:solid 1px #ba8f5d; }
.pagination .active a{ background:#ba8f5d; color:#FFF; border:solid 1px #ba8f5d;}
#fixed-box .princi-box{ background:none; padding:0; float:none; width:100%;}
#fixed-box .princi-img{ margin:0 39px 20px 0;}
#fixed-box .princi-detail{ float:none; width:100%; font-weight:bold; font-size:14px;}
#fixed-box  .princi-box p{ font-size:14px; margin:0 0 15px 0;}
#view-profile{ font-size:15px; color:#FFF; padding:10px 32px; background:#223e83; display:block; position:fixed; left:-61px; top:50%; transform:rotate(270deg); border-bottom-left-radius:10px; border-bottom-right-radius:10px; letter-spacing:1px;}
#view-profile:hover{ background:#091b46;}
.faculty{ background: rgb(34,62,131);
background: linear-gradient(313deg, rgba(34,62,131,1) 0%, rgba(93,136,241,1) 100%); color:#FFFFFF; font-size:13px; padding:20px 25px; width:279px;float:left; margin:0 79px 0 0; border-radius:9px; box-sizing:border-box;}
.faculty h3{ font-size:16px; margin:32px 0 14px 0; line-height:16px;}
.faculty span{ display:block;  font-size:13px; color:#FFFFFF; margin-bottom:9px;}
.faculty-call{ background:url(../images/footercall.png) no-repeat left center; padding:4px 0 0 32px; text-align:left; display:block; clear:both; background-size:19px; margin:9px 0 0 0;}
.faculty-mail{ background:url(../images/footermail.png) no-repeat left center;padding:4px 0 0 31px; display:block; background-size:19px;}
.education{ margin:18px 0 0 0; border-top:#6c86c5 solid thin; color: #d2d7df;}
.education h3{ font-size:17px; margin-bottom:10px;color:#FFF; }
.education div{ line-height:22px; font-size:13px; margin-bottom:14px;}
.education div h4{ font-size:14px; color:#ffbb61;}
.faculty .princi-img{ width:227px; height:224px; float:none;}
/*====================ACCORDION=================*/
.smk_accordion {position: relative;margin: 0;padding: 0;list-style: none;margin-bottom: 20px;}
.smk_accordion .accordion_in {position: relative;z-index: 10;margin-top: -1px;overflow: hidden;}
.smk_accordion .accordion_in  {position: relative;display: block;}
.acc_head{ padding:18px 19px 18px 27px;box-sizing:border-box;font-size:16px;width:100%;background:#e7e7e7 url(../images/plus.png) no-repeat right center;color:#444444; margin:28px 0 0 0; border-radius:10px; cursor:pointer;}	
.acc_head:hover{ background-color:#cdcdcd;}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {display: block;width: 18px;height: 18px;position: absolute;left: 10px;top: 50%;margin-top: -9px;}
.acc_active{background:#fff;}
.smk_accordion .accordion_in .acc_content {background: #FFF;color: #7B7E85;padding: 26px;border:#c79c6d solid thin;}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {border-radius: 0 0 3px 3px;}
.smk_accordion .accordion_in.acc_active > .acc_content {display: block;}
.smk_accordion .accordion_in.acc_active > .acc_head {background:#c79c6d url(../images/minus.png) no-repeat right center;color:#FFF; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:0; border-bottom-right-radius:0;}
.smk_accordion .accordion_in.acc_active > .acc_head span {color:#FFF;}
.smk_accordion .accordion_in> .acc_head span {color:#cacaca; font-size:20px; margin:0 9px 0 0;}
.smk_accordion.acc_with_icon 
.smk_accordion.acc_with_icon .accordion_in .acc_content { padding: 20px;}
.acc_content div{ display:block; display:flow-root; padding:17px 28px; margin-bottom:19px;background:#eef2f3;}
.acc_content div span{ display:block; font-size:17px; color:#000; margin:1px 0 14px 0;  font-family: 'poppinsmedium';}
.acc_content a{ float:left; background:#FFFFFF; color:#b9762d; font-size:13px; padding:8px 25px; margin:0 8px 0 0; border-radius:6px; border:#edd5ba solid thin;   box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
}
.acc_content a:hover{ background:#d5944c; color:#FFF;}
.acc_content div.paper-publiation{ background:#FFF; padding:0;}
.acc_content div.paper-publiation div{ background:none; margin-bottom:0; padding:0;}
.paper-publiation h3{ font-size:22px; color:#373737; text-decoration:underline; margin-top:20px;}
.paper-publiation h4{ font-size:18px;  color:#335b97; margin-top:10px;}
.paper-publiation div{ margin-top:15px;}
.paper-publiation strong{ display:block; color:#373737; font-size:14px;}
.paper-publiation div ul{ margin:15px;}
.paper-publiation div ul li { display:block; clear:both; margin-bottom:12px; display:flow-root;}
.paper-publiation div ul li strong{ float:left; width:200px; color:#000000; font-size:13px; font-weight:normal;}
.workshop{float:left; width:418px; margin:0 41px 19px 0;  color:#666666;   box-shadow: 0px 0px 31px 0px rgba(61, 61, 61, 0.2); border-radius:15px; padding:25px; box-sizing:border-box; min-height:442px;}
.workshop h3{ margin:23px 0 12px 0; font-size:17px; color:#000;}
.workshop-img{width:367px; height:195px; border-radius:10px; overflow:hidden; position:relative; }
.workshop-img img{-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5sease;}
.workshop-desc{min-height:122px; margin-bottom:6px;}
.workshop-cnt{ height:61px; padding:0 5px}
.workshop a{ display:block; padding:8px 0; font-size:12px; color:#FFFFFF;width:115px; text-align:center; position:absolute; right:20px; bottom:-40px; background:#223e83; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5sease;}
.workshop a:hover{background:#0c2154;}
.workshop:hover a{ bottom:0;}
.workshop:hover .workshop-img img{ opacity:0.5;}
.workshop .date{background:url(../images/date.jpg) no-repeat left center; text-transform:capitalize; font-size:14px; padding:0 0 0 20px; margin:26px 0 0 0;}
#fullwidth-box .workshop{ padding:0; box-shadow:none; float:none; width:100%; line-height:29px;}
#fullwidth-box .workshop h3{ font-size:25px; margin-bottom:35px;}
#fullwidth-box .workshop:hover .workshop-img img{ opacity:2;} 
#fullwidth-box .workshop-img{ float:left; width:560px; margin:0 45px 15px 0; height:300px;}
#fullwidth-box .workshop .date{ margin-bottom:29px;}
.team-box{ width:278px; margin:0 22px 45px 0; float:left;  padding:29px 21px 13px 20px; line-height:24px; box-sizing:border-box;  min-height:405px; text-align:center;   box-shadow: 0px 0px 31px 0px rgba(61, 61, 61, 0.2);}
.team-box span{ display:block; color:#d18e43;  margin-bottom:0;}
.team-box h2{ display:block; margin:20px 0 8px 0; font-size:15px; color:#274591; line-height:18px; }
.team-img{ width:211px; height:208px;  position:relative;  box-sizing:border-box;  overflow:hidden; overflow:hidden; 
margin:0 auto; border-top-left-radius:40px;  border-bottom-right-radius:40px;}
.team-box:nth-child(4){ border-right:none;}
.team-box strong{ display:block; margin:4px 0 0 0; font-size:13px;}
#fullwidth-box .downloads{ width:386px;}
.contact-frm{display:flow-root; text-align:center; margin:127px auto 0 auto; font-size:15px; width:956px;}
.contact-frm span{ color:#F00; font-size:12px;}
.contact-frm h1{  font-size:34px; text-align:center; margin-bottom:20px; display:block;}
.contact-frm input{ width:100%; border:none;font-family:'Poppins-Regular'; padding:17px 30px; box-sizing:border-box; outline:none; color:#a2a2a2;font-size:14px; background:#eaeaea; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px}
.contact-frm textarea{ width:99%; border:none;padding:11px 30px; box-sizing:border-box; outline:none; color:#969aae; height:100px; margin:0px 0 29px 0; overflow:hidden; resize:none; font-size:14px; font-family: 'Poppins-Regular'; background:#eaeaea; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; float:left;}
.contactfrm-cover{ width:463px; float:left; margin:0 15px 0 0; height:85px; text-align:left;}
.contact-frm .captha{ width:117px; float:right; margin-top:0;}
.contact-frm #frmsubmit{margin-top:0; background:#223e83; color:#FFF;cursor:pointer; font-size:16px; padding:15px 30px;}
.contact-frm #frmsubmit:hover{ background:#102556;}
#mapcnt{ width:100%; height:380px; clear:both; margin:60px 0 0 0;}
#mapcnt iframe{ width:100%; height:100%;}
#contact-cover{ padding:63px 0; background:#bf9362;}
.contact-detailmain{ padding:0 24px; border-right: #cbac89  solid thin; float:left;width:300px; box-sizing:border-box; color:#FFF; text-align:center; line-height:22px; min-height:137px;}
.contact-detailmain a{ color:#FFF;}
.contact-detailmain span{ display:block; color:#ffe6ca; font-size:16px; margin:9px 0;}
.contact-detailmain:last-child{ border:none;}
#rc-imageselect, .g-recaptcha {transform:scale(0.78);-webkit-transform:scale(0.78);transform-origin:0 0;-webkit-transform-origin:0 0;}
.aihse{ float:left; width:440px; float:left; margin:0 20px 45px 0;}
.aihse-img{ width:440px; height:270px; overflow:hidden; border-top-left-radius:20px; border-top-right-radius:20px;}
.aihse-title{ width:100%; height:58px; text-align:center; display:table; background:#223e83; border-bottom-left-radius:20px; border-bottom-right-radius:20px;}
.aihse-title h4{ display:table-cell; vertical-align:middle; color:#FFF; font-size:14px; line-height:17px;}
#fullwidth-box .gallery-img{ width:296px; height:211px; background: rgb(34,62,131);
background: linear-gradient(170deg, rgba(34,62,131,1) 0%, rgba(212,137,56,1) 100%); float:left;}
#fullwidth-box .gallery-img:hover img{ opacity:0.2;}
.gallery-img img{-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5sease;}
#fullwidth-box .gallery-img:last-child{ margin:23px 4px 0 0;}
#corevalue .es-carousel ul{ margin:0;}
#corevalue .es-carousel ul li{ padding-left:0; float: left;}

/*Thumbnail Gallery Slider
----------------------------------------------------*/ 
.rg-gallery{ border:#e0c19e solid thin;}
.rg-image-wrapper{position:relative;min-height:20px; display:flow-root;}
.rg-image{position:relative;text-align:center;line-height:0px;padding:45px 0 0 0; background:#fff5ea;}
.rg-image img{max-height:100%;max-width:100%; }
.rg-image-nav a{display:none}
.rg-caption {text-align:center;position:relative; color:#000000; clear:both; font-size:15px;font-weight:bold; background:#fff5ea; padding:17px 0;}
.es-carousel-wrapper{padding:20px 60px;position:relative; border-bottom:#e0c19e solid thin;}
.es-carousel{overflow:hidden;}
#fullwidth-box .es-carousel ul{display:none; margin:0;}
#fullwidth-box .es-carousel ul li{height:100%;float:left;display:block; padding-left:0;}
.es-carousel ul li:after{ display:none;}
.es-carousel ul li a{display:block;border-style:solid;border-color:#FFF;opacity:0.8;-webkit-touch-callout:none;-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.es-carousel ul li.selected a{border-color:#223e83;opacity:1.0;}
.es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;}
.es-nav span{position:absolute;top:50%;left:23px;background:transparent url(../images/nav_thumbs.png) no-repeat top left;width:14px;height:26px;
margin-top:-13px;text-indent:-9000px;cursor:pointer;opacity:0.8;}
.es-nav span.es-nav-next{right:23px;left:auto;background-position:top right;}
.es-nav span:hover{opacity:1.0;}
#fullwidth-box .event-cover{ float:none; box-shadow:none; width:100%; padding:0;}
#fullwidth-box #event-slide li:hover .event-img img{ transform:scale(1,1);}
#fullwidth-box .event-img{ float:left; width:540px; height:360px; margin:0 49px 0 0;}
#fullwidth-box #event-slide li{ display:flow-root; margin:0; padding: 0;}
#fullwidth-box #event-slide li::after{ display: none;}
#fullwidth-box #event-slide li h3{ font-size:24px;}
#fullwidth-box #event-slide li .date{ display:block; float:none; margin:22px 0 25px 0;}
#fullwidth-box #news-scroll{ height:auto;}
#fullwidth-box #news-scroll li{ float:none; margin:0; padding:0; border:none; width:100%; line-height:inherit; height:auto;}
#fullwidth-box #news-scroll li::after{ display: none;}
#fullwidth-box .news-title h4{ font-size:21px;}
#fullwidth-box #news-scroll li .date{ float:left; margin:0 40px 0 0; background:url(../images/date.jpg) no-repeat left center; padding:0 0 0 22px; text-transform:none;}
#fullwidth-box #news-scroll li .date h3{ float:left; margin:0; color:inherit; font-size:20px; margin:0 6px 0 0;}
#fullwidth-box #news-scroll li .time, #fullwidth-box #news-scroll li .place{ float:left; background-position:left center; margin:0 53px 0 0; line-height:20px;}
#management-team .team-box{ min-height:350px; padding-bottom:20px;}
.staff-no{ text-align:center; font-weight:bold; margin:6px 0 0 0; font-size:15px; color:#707070;} 
.staff-no img{ display:block; text-align:center; margin:0 auto 7px auto;}
#fixed-box ul{margin:18px 0; display: table;}
#fixed-box ul li{ padding:0 0 0 23px; margin:0 0 5px 0; position:relative;}
#fixed-box ul li:after{ position:absolute; left:0; top:9px; content:""; background:#4b72d0; width:5px; height:5px; border-radius:100%;}
#depart-link{ text-align:center; float:left; border-right:#223e83  solid thin; padding-right:39px;}
#depart-link a{ display:block; width:147px; height:105px; border-radius:13px; margin:5px 0;  background:#adadad; text-align:center; color:#FFFFFF; font-size:13px; padding:25px 0; box-sizing:border-box;}
#depart-link a img{ display:block; text-align:center; margin:0 auto 5px auto;}
#depart-link a.current, #depart-link a:hover{ background:#223e83; color:#FFF; position:relative;}
#depart-link a.current:after{ display:block; margin:-8px -39px; width:42px; height:1px; content:""; background:#223e83; float:right;}
#depart-cnt{ float:left; width:1012px; padding-left:46px; box-sizing:border-box;}
#depart-img{ float:left; width:450px; height:216px; margin:0 28px 37px 0; overflow:hidden; border-radius:10px;}
#departnews{ margin:50px 0;}
#departnews #news-scroll ul{ height:auto; display: block;}
#departnews h1{ font-size:26px;  color:#000; float:left;}
#departnews .more{ float:right; margin:0;}
#departnews #news-scroll li{ width:400px; float:left; margin:31px 25px 0  0; background:#f5ece2; padding:29px 34px; line-height:22px; height:auto !important;}
#departnews #news-scroll li::after{display: none;}
#departnews #news-scroll li .date{ float:none; background:none; padding:0; color:#b55f00;  margin-right:0;}
#departnews #news-scroll li .date h3{ float:none;}
#departnews .news-title h4{ font-size:17px;}
#departnews #news-scroll a{ margin:10px 0 0 0;}
.news-popup{ width:910px !important; background:#FFF; height:auto; padding:32px 29px; box-sizing:border-box; font-size:14px;
 color:#444444; line-height:26px;}
.news-popup h2{ font-size:20px;  margin:15px 0; color: #000;}
.needpopup h3{ display:inline-block;}
.needpopup .date{ color:#ca975e;}
#departnews #news-scroll a:hover{ color:#5a4329;} 
#glrytitle{ font-size:23px; color:#000; margin:57px 0 8px 0; clear:both; display:flow-root; text-transform:none;}
#depart-cnt .gallery-img{ width:237px; height:169px;}
.gallery-box{ width:1150px !important; background:#FFF; height:auto; padding:32px 38px; box-sizing:border-box; font-size:14px; display:flow-root; color:#333;}
.gallery-box strong{ color:#b55f00;  display:block;}
#depart-cnt .gallery-img span{ font-size:14px; padding:78px 10px 12px 10px;}
.gallery-box h2{  font-size:22px; margin:3px 0 10px 0; display:block;}
#gal_listed, .gal_listed{margin:23px 0 0 0;padding:0;}
#gal_listed li, .gal_listed li{list-style:none;float:left;width:266px;margin:0 2px 2px 0;position:relative;overflow:hidden; padding-left:0;  -webkit-animation: anima 2s;-moz-animation: anima 2s;-o-animation: anima 2s;-ms-animation: anima 2s;
animation: anima 2s;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;backface-visibility: hidden; border-radius:12px;}
#gal_listed li .inn_gal_img, .gal_listed li .inn_gal_img{width:266px;height:190px; line-height:0; overflow:hidden; border-radius:12px;}
.inn_gal_img img{width:100%;height:100%;}
.inn_gal_txt{display:none;height: 100%;position: absolute;top: 0;width: 100%;z-index:999; font-size:15px;}
#gal_listed li:hover .inn_gal_txt{ background:url(../images/zoom.png) no-repeat center 25px; display:block;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; background-size:30px;
filter: alpha(opacity=90);-moz-opacity: 0.9;-khtml-opacity: 0.9;opacity: 0.9;color:#fff; text-align:center; padding:80px 0 0 0;}
.gal_listed li:hover .inn_gal_txt{ background:rgba(0,0,0,0.8) url(../images/zoom.png) no-repeat center; display:block;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; background-size:30px;
filter: alpha(opacity=90);-moz-opacity: 0.9;-khtml-opacity: 0.9;opacity: 0.9;color:#fff; text-align:center; padding:0 0 0 0;}
.pic-3d {-webkit-perspective: 500;-moz-perspective: 500;-o-perspective: 500;-ms-perspective: 500;perspective: 500;
-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d}
.pic-caption {cursor: default;position: absolute;width: 100%;height: 100%;background: rgba(34, 62, 131, 0.92);text-align: center;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0}
.pic-image {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);
transform: scale(1.1)}
#gal_listed li:hover .pic-image, .gal_listed li:hover .pic-image {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
#gal_listed li .pic-image,
.pic-caption,
#gal_listed li:hover .pic-caption,
#gal_listed li:hover img{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;transition: all 0.5s ease}
#gal_listed li:hover .bottom-to-top, .gal_listed li:hover .bottom-to-top {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;-webkit-user-select: none;-moz-user-select: none;
-o-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-moz-touch-callout: none;
-o-touch-callout: none;-ms-touch-callout: none;-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;-o-tap-highlight-color: transparent;-ms-tap-highlight-color: transparent;}
.bottom-to-top {top: 50%;left: 0}
#gal_listed li:hover .bottom-to-top{top: 0;left: 0;}
h2#departsub{  font-size:23px; margin:0 0 47px 0; color:#223e83; position:relative;}
h2#departsub:after{ content:""; width:50px; height:2px; background:#223e92; display:block; margin-top:8px;}
#news-announcement #departnews{ margin:0;}
#news-announcement #departnews #news-scroll li{ margin-bottom:20px; margin-top:0; float:none; width:100%; box-sizing:border-box;}
#depart-cnt .team-box{ width:300px;}
#depart-cnt .team-box a{ width:35px; height:35px; background:url(../images/arow.png) no-repeat center; display:block; margin:10px auto 6px auto; -webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s; border:#000 solid thin; border-radius:100%; background-size:11px;}
#depart-cnt .team-box a:hover{ transform:rotate(35deg)}
#depart-cnt .faculty{ margin:0 39px 0 0;}
.action-plan{padding-bottom:20px; margin-bottom:30px; padding:25px;   box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);}
.action-plan h2{font-size:17px; margin:10px 0; float:left;}
.report-date{  background:url(../images/date.jpg) no-repeat left center; padding:0 0 0 25px; font-size:14px; float:right; font-weight:bold;}
.action-plan a{ margin:15px 8px 0 0; float:left; background:#b5834b url(../images/report.png) no-repeat 18px center; padding:6px 20px 6px 47px; color:#FFF; background-size:18px; font-size:13px; border-radius:5px;}
.action-plan a:hover{ background-color:#97652d;}
#depart-cnt #event-slide li{ float:left; margin:0 20px 55px 0; width:302px; border-bottom:#edba82 solid thin;}
#depart-cnt .event-img{ width:302px; height:200px; float:none;}
#depart-cnt #event-slide li .date{ margin-top:0; margin-bottom:18px; display:block;}
#depart-cnt #event-slide li h3{ font-size:19px;}
#depart-cnt .event-content{ min-height:172px;}
#depart-cnt #event-slide li a{ margin:0; width:38px; height:38px; background-size:12px;} 
#tab-title li:after{ display:none;}
#tab-title{ border-bottom:#adadad  solid thin; margin-bottom:35px;}
.tabscroll_activeNavi a { color: #FFFFFF !important; background:#223e83; height:35px; border-top-left-radius:8px;border-top-right-radius:8px;}
.tabscroll_activeNavi {border-top-left-radius:5px;border-top-right-radius:5px;color: #FFFFFF !important;}
#tab-title li{ float:left; display:block;  padding-left:0; background:#adadad; margin-bottom:0;  margin-right:5px; border-radius:8px; color:#FFF;}
#tab-title li a{ padding:13px 46px; display:block; color:#FFF;}
.facility{ float:left; width:307px; height:219px; margin:0 15px 83px 0; position:relative; cursor:pointer;}
.facility:hover div{ background:#10265c;}
.facility div{ position:absolute; left:0; bottom:-41px; width:100%; text-align:center; color:#FFF; background:#223e83; padding:10px 0; font-size:13px; border-bottom-left-radius:12px; border-bottom-right-radius:12px;}
.exam-result{ float:left; width:468px; margin:0 15px 20px 0; background:#fbeedf url(../images/pdf.png) no-repeat 27px center; padding:13px 21px 19px 80px; box-sizing:border-box;}
.exam-title{ width:100%; height:44px; display:table;}
.exam-result .date{ float:left; padding:4px 0 0 0; font-size:13px; margin:5px 0; width:auto;}
.exam-title h2{ display:table-cell; vertical-align:middle; color:#222b38; font-size:15px; line-height:17px;}
.exam-result a{ display:block; background:url(../images/download.png) no-repeat;  width:28px; height:28px; float:right; background-size:contain;}
.exam-result a:hover{ transform:translateY(10px)}
#nofication{ display:block; clear:both; width:128px; text-align:center; color:#FFF; background:#bd915f; border-radius:6px; padding:6px 0; float:right; margin:0 15px 25px 0;}
#nofication:hover{ background:#c3996a;}
#corevalue h2{ font-size:21px; color:#000; margin:42px 0 15px 0; clear:both; width:100%; display:inline-block;}
#trees-campus{ background:#078707; width:182px; text-align:center; border-radius:8px; color:#FFF; font-size:14px; padding:9px 15px; box-sizing:border-box; text-transform:capitalize; display:block; clear:both;  border-bottom:#05582d solid 2px;  margin:27px 0;}
#trees-campus:hover{ background:#097809;}
#greenvideo{ float:left; width:100%; height:325px; margin:0 0 40px 0;}
#greenvideo iframe{ width:100%; height:100%;}
.greensub{ font-size:24px; margin:42px 0 25px 0; clear:both; color:#000;  text-transform:capitalize; float:left; width:100%;}
.gardens{ width:293px; float:left; margin:0 12px 20px 0;   box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
border-radius:15px; overflow:hidden;}
.garden-img{ width:293px; height:209px; overflow:hidden;}
.garden-desc{ min-height:114px; box-sizing:border-box; line-height:22px; padding:12px 23px 24px 23px;}
.garden-title{ display:table; height:60px; width:100%;}
.garden-title h2{  font-size:15px; display:table-cell; vertical-align:middle; line-height:16px; color:#000;}
.garden-desc a{ display:block; color:#c78d4b; margin:22px 0 0 0; font-size:13px;}
.garden-desc a:hover{ text-decoration:underline;}
.garden-details{ background:#FFF; padding:40px; width:800px !important; box-sizing:border-box; font-size:14px;}
.garden-details h2{ font-size:19px;margin:15px 0;}
.trees{ width:295px;  float:left; margin:0 12px 20px 0; box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1); border-radius:15px; overflow:hidden; }
.tree-img{ width:295px; height:201px; }
.tree-detail{ padding:14px 24px; min-height:116px; box-sizing:border-box; color:#000;}
.tree-titleeng, .tree-titlemal{ display:table; width:100%; height:30px;}
.tree-titleeng h2{ display:table-cell; vertical-align:middle;  font-size:15px; line-height:15px;}
.tree-titlemal h2{ display:table-cell; vertical-align:middle;  font-size:14px; line-height:15px; font-family: 'NotoSansMalayalam';}
.tree-detail a{ display:block; color:#c78d4b; font-size:13px; padding:5px 0 0 0; margin:6px 0 0 0;}
.tree-detail a:hover{ text-decoration:underline;}
#trees-cover{ float:left; width:625px; margin:0 58px 17px 0;}
#tree-title{ font-size:22px; display:inline-block;   color:#000000; margin:0 20px 39px 0;}
#tree-titlemal{ font-size:22px; display:inline-block;  color:#000000; font-family: 'NotoSansMalayalam';}
.scintific-name{ color:#a9763d; font-size:14px; text-transform:capitalize; margin:0 0 22px 0;}
.scintific-name span{  font-size:14px; color:#000; display:block; font-weight:800;}
#alumin-form{ width:100%;height:650px; }
#alumin-form iframe{ width:100%; height:100%;}
.ourcampus{float:left; width:385px; margin:0 15px 19px 0; font-size:13px;  color:#666666; box-shadow:0px 0px 31px 0px rgb(61 61 61 / 20%); border-radius:15px; overflow:hidden; padding:22px; box-sizing:border-box;}
.ourcampus h3{   font-size:17px; padding:28px 0; color:#000;}
.ourcampus-img{width:340px; height:211px; border-radius:15px; overflow:hidden;}
.ourcampus-desc{ padding:0 10px; min-height:178px; line-height:23px;}
.ourcampus a{ width:33px; height:33px; margin:20px 0; float:right;}
#fullwidth-box #right-box { width:181px;}
#incharge{ float:right;  margin:0 10px 0 0; width:176px; height:744px; overflow:auto; background:#FFFFFF; border-radius:8px; padding:22px; box-sizing:border-box; border:#ebd2b6 solid thin;}
#incharge h2{ font-size:17px; color:#855e2f;}
.incharger{ margin:12px 0 15px 0; font-size:13px; color:#ab8659;padding:0 0 5px 0;}
.incharger strong{ color:#000; display:block; font-size:13px; margin:17px 0 0 0; line-height:14px;}
.incharger-img{ width:118px; height:118px; margin:5px 0; border-radius:8px; overflow:hidden;}
#leftbox{ float:left; width:804px;}
.newarrivals{ float:left; width:382px; margin:5px 20px 20px 0;  box-sizing:border-box;   box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.2); padding:22px;}
.book{ width:128px; height:194px;  float:left; margin:0 24px 0 0;}
.newarrivals h3{ color:#333; text-transform:capitalize;font-size:14px; font-weight:bold; margin:5px 0 0 0; line-height:22px;}
.author{ margin:15px 0 0 0; line-height:20px; color:#858585;}
.author span{ display:block; vertical-align:middle; width:100%; font-weight:bold; color:#333;}
.incharger span{display:block; color:#2f2f2f; font-size:12px; line-height:17px;}
#cmplntmail{ float:right; background:url(../images/mail.jpg) no-repeat 15px center; padding:3px 27px 4px 48px; font-size:14px; line-height:45px;  border-radius:6px; border:#d19559 solid thin; margin:0 15px 0 0;}
#cmplntmail a{color:#ad6212;}
#cmplntmail a:hover{ text-decoration:underline;}
#complaint{ float:right; font-size:13px; width:234px; text-align:center; border-radius:5px; padding:13px 0; color:#FFF;  background:#223e83;}
#fullwidth-box 
#complaint:hover{ background:#395087;}
#Complaint{ width:385px !important; padding:37px; line-height:27px; font-size:16px; box-sizing:border-box; background:#FFF; color:#000;}
.Complaint-frm{ width:100%;background:#FFF; position:relative; font-size:13px; color:#646464;}
.Complaint-frm h2{ color:#353535; font-size:20px; display:block; margin:0 0 25px 0;}
.Complaint-frm span{  font-size:12px; color:#FF0000;margin:-6px 0 0 0; display:block;}
.Complaint-frm label{ display:block;  color:#646464; margin:5px 0 0 0; line-height:27px;}
.Complaint-frm input{  border:#c3c3c3 solid thin; width:100%; padding:14px 10px; box-sizing:border-box; outline:none; margin-bottom:13px; border-radius:6px; font-family: 'Poppins-Regular';}
.Complaint-frm textarea{ border:#c3c3c3 solid thin; width:100%; padding:11px 10px; box-sizing:border-box; outline:none; height:62px; overflow:auto; resize:none; border-radius:6px; font-family: 'Poppins-Regular'; font-size:13px;}
.potup-frmubmit-btn{width:100%; box-sizing:border-box; padding:11px 0; text-align:center; color:#FFF; font-size:14px; text-transform:uppercase; margin:20px auto 0 auto; display:block; cursor:pointer; background:#223e83; font-weight:bold; margin-bottom:0 !important;}
.potup-frmubmit-btn:hover{ background:#284999;}
.documents{ padding:21px 24px 7px 80px; border-radius:8px; overflow:hidden; font-size:15px; background:#f3e8dd; position:relative; float:left; width:570px; margin:0 36px 42px 0; box-sizing:border-box; min-height:177px;}
.documents:nth-child(even){ margin-right:0;}
.documents a{background:#223e83; color:#FFF; display:block; width:88px; box-sizing:border-box; padding:2px 6px; font-size:12px; text-align:center; border-radius:4px;float:right;}
.documents a:hover{ background:#142b64;}
.documents a.mou-report{ margin:11px 4px; width:auto; padding:3px 19px; float:left;}
.slno{   width:30px; height:30px; text-align:center; color:#FFF; font-size:13px; line-height:14px; padding:10px 0; box-sizing:border-box;position:absolute; z-index:20; border-radius:100%; background:#9d8269; left:23px; top:26px;}
.mou-logo{ float:left; width:107px; height:70px; margin:0 24px 0 0;}
.documents .mou-logo a{ display:block; width:100%; height:100%; background:none; margin:0; padding:0;}
.documents .mou-logo a:hover{ background:none;}
.mou-logo img{ width:100%; height:100%;}
.mou-title{ margin:25px 0 10px 0; clear:both; float:left; width:100%; font-size:14px; color:#000; line-height:20px;}
.mou-report{ margin:11px 0;}
.mou-btn{ float:right;}
.learning-video{ float:left; position:relative; margin:0 15px 59px 0; width:585px; height:347px; background:#000;}
.learning-video iframe{ width:100%; height:100%;}
.learning-video div{ position:absolute; left:0; bottom:-43px; width:100%; padding:10px 15px; background:#666f80; text-align:center; color:#FFF; box-sizing:border-box; font-size:13px;}
.mooc{float:left; width:221px; margin:0 15px 18px 0; position:relative; border:#ffeedb solid thin;}
.mooc-img{ width:220px; height:144px;}
.mooc-title{text-align:center;width:100%; background:#ffeedb; padding:13px 5px; box-sizing:border-box; color:#000; font-size:13px; line-height:14px;}
.mooc:hover .mooc-title{ color:#1596d4;}
.download-cat{ float:left; width:385px; text-align:center; margin:0 15px 32px 0; background:#fbe9d5  url(../images/ebook.png) no-repeat center top; border-radius:8px; position:relative; padding:93px 25px 0 25px; box-sizing:border-box; color:#000; line-height:18px;}
.download-cattitle{ display:table; width:100%; height:48px; color:#52310d;}
.download-cattitle span{ display:table-cell; vertical-align:middle;}
.download-cat:hover{ background-color:#ebebeb;}
.download-catmore{ width:33px; height:33px; border-radius:100%; margin:16px auto;}
.search-frm{ width:410px; border:#c5c5c5 solid thin; border-radius:10px; margin:10px 0 55px 0; position:relative; padding:2px 10px; box-sizing:border-box;}
.search-frm .search-btn{ position:absolute; right:6px; top:6px; background:#8f6c44 url(../images/zoom.png) no-repeat center; width:35px; height:35px; border-radius:5px; cursor:pointer; padding:0; background-size:50%;}
.search-frm input{ width:100%; border:none; box-sizing:border-box; padding:13px 38px 12px 10px; outline:none; font-family: 'Poppins-Regular'; font-size:13px;}
#executive-commity{ width:737px; margin:54px auto 0 auto; background:#efefef; padding:45px; text-align:center; box-sizing:border-box;} 
#executive-commity h2{ margin-top:0;}
.research-table {border: 1px solid #FFFFFF;border-collapse: collapse;color:#6e6e6e;width:100%; text-align:center; margin:10px 0 0 0; border-radius:10px; background:#FFF;}
.research-table td,.payment-table tr, .research-table2 td,.payment-table2 tr {border: 1px solid #e8e8e8;padding:14px 31px; line-height:17px;}
.research-table2 {border: 1px solid #FFFFFF;border-collapse: collapse;color:#6e6e6e;width:100%; text-align:left; margin:0px 0 44px 0; display:none;}
.head{color:#FFF; background:#223e83; line-height:18px; font-weight:bold; font-size:15px;}
.alumni-activity{ margin:0 0 70px 0;  padding:30px 41px; border:#d59754 solid thin; border-radius:10px;}
.alumni-activity h2{ font-size:19px; float:left; margin:9px 0 8px 0; color:#000;}
.alumni-activity span{ display:block; font-size:14px;float:right; padding:4px 23px 2px 37px; background:#FFF url(../images/date.jpg) no-repeat 13px center; border:#d59754 solid thin; font-weight:bold; border-radius:5px;}
#fullwidth-box ul.gal_listed li{ width:221px; padding-left: 0; margin-right: 2px;}
#fullwidth-box ul.gal_listed li::after{ display: none;}
.gal_listed li .inn_gal_img{ width:221px; height:158px;}
.career-box{ background:#f9f1e9; width:572px; color:#6c5a46; font-size:14px; padding:22px 25px 37px 114px; position:relative; margin:0 27px 25px 0; float:left; box-sizing:border-box; line-height:20px;}
.career-box p{ height:62px; overflow:auto;}
.career-icon{ background:#FFFFFF  url(../images/careericon.png) no-repeat center; width:56px; height:56px; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; position:absolute; left:30px; top:37px;   box-shadow: 3px 1px 21px 5px rgba(0, 0, 0, 0.1);}
.career-box h2{font-size:20px; margin:22px 0 19px 0; color:#8d5d27;}
.career-box a{ background:#223e83; width:148px; text-align:center; color:#FFFFFF; font-size:13px; padding:11px 0;display:block; margin:28px 0 0 0; border-radius:6px;}
.career-box a:hover{ background:#39518d; color:#FFF;}
fieldset{ border:0; width:612px; margin:0 auto;  border-radius:7px; padding:37px; box-sizing:border-box; background:#f1f1f1;}
legend{ color:#6e6e6e;font-size:43px;}
fieldset label{ display:block;color:#464646; font-size:14px; font-weight:normal; margin-bottom:10px;}
fieldset input {margin-left:0px;font-size:13px;line-height:12px;font-weight:normal;color:#454545;width:100%;border:solid 1px #ccc;padding:16px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; outline:none; box-sizing:border-box; background:#FFF;}
fieldset input:focus, fieldset textarea:focus{ border:#00bed7 solid thin;}
fieldset select {margin-left:0px;font-size:13px;line-height:12px;font-weight:normal;color:#454545;width:356px;border:solid 1px #ccc;padding:12px 5px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; outline:none;}
fieldset ul { display: block;} 
fieldset li {text-align:left; color:#6e6e6e;font-size:14px;list-style:none; margin-bottom:32px; line-height:18px; display:flow-root;} 
fieldset li span {color:#F00;font-size:13px; display:block;} 
.txt{margin-left:0px;margin-right:15px;font-size:11px;line-height:12px;font-weight:normal;color:#000000;width:125px;}
.label1{margin-left:0px;margin-right:35px;font-size:11px;line-height:12px;font-weight:normal;color:#0033FF;width:125px;}
.spantxt { color:#990;font-size:12px;} 
.err {font-weight:normal;color:#F00;font-size:12px;} 
.sub_mit {margin:0px 0px 0px 0;background:#0d1653;color:#fff;cursor:pointer;border:0; padding:18px 35px; text-transform:uppercase; clear:both;  font-family: 'poppinsmedium'; font-size:14px;} 
.sub_mit:hover{background:#d49523;}  
fieldset textarea{border:solid 1px #ccc;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;width:100%;padding:15px;color:#6e6e6e; outline:none; resize:none; overflow:auto; height:90px; box-sizing:border-box;}
#fee{ width:778px; height:auto; margin:50px 0 10px 0; clear:both; display:inline-block;}
.fee-btn{ float:left; width:175px; text-align:center; background:#223e83; border-radius:7px; color:#FFF; margin:28px 15px 0 0; padding:14px 0; font-family: 'poppinsmedium';}
.fee-btn:hover{ background:#0e1e46;}
.courses-list{ float:left; width:448px; background:#fbeedf url(../images/course.png) no-repeat left center; margin:0 10px 15px 0; position:relative; padding: 0 62px 0 79px; box-sizing:border-box; display:table; height:87px; border-radius:7px;}
.courses-list h3{ display:table-cell; vertical-align:middle; line-height:21px; font-size:16px; color:#785021;}
.courses-list a{ position:absolute; right:16px; top:2px; width:30px; height:30px;}
.commete-member{ width:587px;}
.smk_accordion .accordion_in .acc_content .commete-member{ width:100%; box-sizing:border-box;}
#fullwidth-box .courses-list{ width:390px; background-image:none; padding:0 62px 0 29px;}
#organogram{ width:900px; height:auto; margin:0 auto 30px auto;}
#organogram img{ width:100%; height:auto;}
#rti td{ line-height:28px;}
#rti a{ color:#000; text-decoration:underline;}
#rti a:hover{ text-decoration:none;}
#rti div{ float:left; border:#e8e8e8 solid thin; width:306px; margin:0 -2px 0 0;}
#rti div span{ display:block; background:#223e83; line-height:18px; font-weight:bold; font-size:15px; color:#FFF; padding:20px 30px;}
#rti div div{ padding:20px 30px; box-sizing:border-box;}
.milestone{ background: #edf1ff; padding: 27px 36px; border-radius: 10px; margin-bottom: 10px;}
.milestone h2{ font-size: 20px; margin-bottom: 9px; color: #1d429f;}
.milestone:nth-child(even){ background: #fff1e1;}
 #fullwidth-box ul{margin:18px 0; display: table;}
 #fullwidth-box ul li{ padding:0 0 0 23px; margin:0 0 5px 0; position:relative;}
 #fullwidth-box ul li:after{ position:absolute; left:0; top:9px; content:""; background:#4b72d0; width:5px; height:5px; border-radius:100%;}
#club-logo{ float: left; width: 200px; height: 131px; margin: 0 32px 8px 0; border: #d1d1d1 solid thin;}
#corevalue #club-cnt h2{ margin: 0 0 20px 0;}
/*innerpage content end*/

/*footer section*/
footer{ background: url(../images/footerbg.jpg) no-repeat top fixed; clear:both;  color:#FFFFFF; font-size:14px; float:left; width:100%; background-size:cover; margin:110px 0 0 0;}
.contactdetail-cover{ float:left; margin:0 97px 0 0;}
.contactdetail-cover h2{ color:#FFFFFF; font-size:22px; margin-bottom:19px;}
.contact-detail{margin:0 0 42px 0;  line-height:22px; font-size:14px;  padding:0 0 0 50px; width:280px;}
.contactdetail-cover:last-child{float:right; margin-right:0;}
.contact-detail a{ color:#FFFFFF; display:block; font-size:14px;}
.contact-detail a h2{ font-size:19px;}
.contact-detail span{  display:block; font-size:12px; text-transform:uppercase; margin-bottom:5px;}
.phone{ background:url(../images/footercall.png) no-repeat left top;}
.email{ background:url(../images/footermail.png) no-repeat left 9px;}
.adrs{ background:url(../images/footeradrs.png) no-repeat left top;}
#map{ width:450px; height:193px;}
#map iframe{ width:100%; height:100%;}
.adrs-right{ float:right; margin-right:35px;}
ul.botom-link{list-style:none;  margin:10px 0 0 0; box-sizing:border-box;}
ul.botom-link li a{ color:#FFFFFF; display:block; margin:0 0 4px 0;font-size:14px; position:relative; padding:0 0 0 20px; box-sizing:border-box;}
ul.botom-link li a:after{ position:absolute; left:0; top:8px; background:#adb4c0; width:6px; height:6px; content:""; border-radius:100%;}
.cnt-cover{ float:left;margin:0 55px 0 0;}
ul.botom-link li a:hover{ color:#ebf3ff;}
.footer-right{ width:240px; margin-right:0; float:right;  font-size:13px;}
.footer-right h2{ font-size:22px; margin-bottom:20px;}
.footer-right div{ background:url(../images/mobile.png) no-repeat right top; font-size:12px; text-transform:uppercase; padding:0 100px 0 0;}
.cnt-cover:last-child{ margin-right:0; float:right;}
.footer-right a{ display:block; margin:15px 0;}
#copyright{ font-size:13px; margin-top:40px; background:#FFFFFF; padding:28px 0; color:#666;}
#copyright a{ color:#945813;}
#copyright a:hover{ text-decoration:underline;}
.powerd{ float:right;}
footer #social-top{ margin:0 0 30px 0; padding:0; clear:both; background:none; float:none;}
footer #social-top a{ margin:0 6px; border:none;}
footer #social-top span{ font-size:12px; margin:8px 15px 0 0; float:left;}
/*footer section end*/

@media (max-width:1200px){
.container{ width:992px;}
#nav, footer #social-top{ display:block;}
.nav, #mail-top, #social-top, #top-box, #depart-link a.current::after{ display:none;}
#menutoggle{ margin:92px 0;}
ul.dropdown2{ float:left; margin:20px 0 0 0;}
#menu-part{ height:0;}
.topicon-box{ margin:53px 0 0 180px;}
#logo{ margin:5px 0;}
#about-img{ width: 730px; height: 261px;}
#welcome p{ width:478px;}
#homeabout-img{ width:545px;}
#other-linkbox{ width:361px;}
#other-linkbox a{ width:164px;}
.news-cnt{ width:320px;}
.vision, .testi, .downloads, #trees-cover, .documents, .learning-video, .courses-list, .career-box, #rti div{ float:none; width:100%;}
.event-cover{ width:315px;}
.event-img{ width:270px; height:179px;}
.gallery-img{ width:24.5%;}
.contactdetail-cover{ margin:0 112px 0 0;}
footer #social-top{ margin-bottom:70px;}
#map{ width:307px;}
#fixed-box{ width:733px;}
.workshop{ width:345px; margin:0 21px 19px 0;}
.workshop-img{ width:295px; height:157px;}
.team-box{ width:301px;}
#fullwidth-box .downloads{ float:left; width:476px;}
.contact-detailmain{ width:248px;}
.aihse{ width:345px;}
.aihse-img{ width:345px; height:212px;}
#fullwidth-box .gallery-img{ width:326px; height:233px;}
#depart-link, #depart-cnt{ float:none; padding:0; border:none; width:100%;}
#depart-link a{ float:left; margin:0 5px 10px 0; width:242px;}
#depart-cnt{ margin:70px 0 0 0;}
#gal_listed li{ width:247px;}
.gardens{ width:354px;}
.garden-img{ width:354px; height:253px;}
.trees{ width:354px;}
.tree-img{ width:354px; height:255px;}
.ourcampus{ width:475px;}
.ourcampus-img{ width:431px; height:267px;}
#leftbox{ width:780px;}
.newarrivals{ width:370px;}
#incharge{ margin:20px 0 0 0; width:183px; clear:both;}
.download-cat{ width:315px;}
.career-box p{ height:auto; overflow:inherit;}
#fullwidth-box .courses-list{ float:left; width:480px;}
.tickercontainer{ width: 810px;}
}

@media (max-width:992px){
.container{ width:768px;}
.topicon-box, #homeabout-img{ display:none;}
#whoweare, #welcome p, .princi-box, #other-linkbox, .princi-detail, #video, #fixed-box, #right-box, .paper-publiation div ul li strong, #fullwidth-box .downloads, .contact-detailmain, .contact-frm, .exam-result, #leftbox, #fullwidth-box #right-box, #incharge, #fee, #fullwidth-box .courses-list, #organogram{ width:100%; float:none;}
#principal-cover{ margin:50px 0 0 0;}
#other-linkbox{ margin:54px 0 0 0;}
#other-linkbox a{ float:left; width:176px;}
#other-linkbox div:last-child{ margin:0;}
.news-cnt{ width:370px;}
.event-cover{ width:370px;}
.event-img{ width:323px; height:214px;}
#map{ width:768px;}
#fixed-box{ margin-bottom:50px;}
.paper-publiation div ul li{ margin-bottom:14px;}
.workshop{ width:363px;}
.workshop-img{ width:312px; height:166px;}
.team-box{ width:234px;}
.team-img{ width:189px; height:187px;}
.contact-detailmain{ border:none; margin:15px 0;}
.contactfrm-cover{ width:369px;}
#fullwidth-box .gallery-img{ width:379px; height:270px;}
#depart-link a{ width:187px;}
#departnews #news-scroll li{ width:718px;}
#depart-cnt #event-slide li{ width:362px;}
#depart-cnt .event-img{ width:362px; height:239px;}
.ourcampus{ width:369px;}
.ourcampus-img{ width:326px; height:202px;}
.newarrivals{ width:364px;}
#fullwidth-box #right-box{ margin:50px 0 0 0;}
#incharge{ text-align:center;}
.incharger-img{ margin:0 auto;}
.download-cat{ width:369px;}
.tickercontainer{ width: 590px;}
}

@media (max-width:768px){
.container{ width:448px;}
#menutoggle{ right:0;}
#whoweare{ margin:22px 0 0 0;}
#other-linkbox a{ width:206px;}
.princi-detail h2{ margin:57px 0 25px 0;}
#news-scroll li{ margin-right:0;}
.news-cnt, .visionimg, .event-cover, .faculty, .workshop, .team-box, .contactfrm-cover, .aihse, #depart-cnt .team-box, .action-plan h2, .report-date, #depart-cnt #event-slide li, .gardens, .trees, .ourcampus, .newarrivals, #cmplntmail, .download-cat, .search-frm, #executive-commity, .alumni-activity h2, .gal_listed li, fieldset, .sub_mit, .commete-member{ width:100%; float:none; display:block;}
#video{ height:253px;}
.event-img{ width:383px; height:253px;}
.gallery-img{ width:49%;}
#map{ width:448px;}
.powerd{ float:none;}
.workshop-img{ width:398px; height:211px;}
#page-title{ padding:72px 0;}
#fullwidth-box .workshop-img{ width:448px; height:238px;}
.aihse-img{ width:448px; height:275px;}
#fullwidth-box .gallery-img{ width:448px; height:320px;}
#fullwidth-box .event-img{ width:448px; height:296px; margin-bottom:30px;}
.acc_content a{ display:block; float:none; padding:8px 18px;}
#depart-link a{ width:217px;}
#departnews #news-scroll li{ width:418px;}
#greenvideo{ height:245px;}
.garden-img{ width:448px; height:320px;}
.tree-img{ width:448px; height:323px;}
#tree-title, #tree-titlemal{ float:none; display:block; margin:20px 0;}
.ourcampus-img{ width:404px; height:250px;}
#complaint{ float:left; margin:16px 0 20px 0}
#cmplntmail{ box-sizing:border-box;}
.mou-logo, .mou-btn{float:none;}
#about-img{ width: 448px; height: 160px;}
.mooc{ width:207px;}
.mooc-img{ width:207px; height:135px;}
.download-cattitle{ height:auto;}
.alumni-activity span{ float:left;}
.gal_listed li .inn_gal_img{ width:363px; height:259px;}
#latest-news::after { width: 23%;}
#latest-news{ height: 76px;}
#latest-news h2{ padding: 21px 22px 21px 0;}
}

@media (max-width:448px){
.container, #map{ width:300px;}
#menutoggle{ right:35px;}
.career-icon{ display:none;}
#logo{ height:90px; width:168px;}
#menutoggle{ margin:80px 0;}
ul.dropdown2{ margin:-6px 0 0 -40px;}
#nav a, #nav span.submenu{ padding:12px 61px;}
#whoweare h2{ font-size:30px; line-height:40px;}
.princi-box{ background-size:200px;}
#other-linkbox a, #other-linkbox div, .gallery-img, .contact-detail,#depart-link a, #gal_listed li, .mooc{ width:100%; float:none;}
#video{ height:173px;}
.event-img{ width:255px; height:169px;}
#floating-btn{ top:30%; background-size:81px; width:79px;}
.testi{ padding:37px 61px 27px 59px;}
.workshop-img{ width:251px; height:133px;}
.workshop a{ width:98px;}
#page-title{ padding:66px 0;}
#fullwidth-box .workshop-img{ width:300px; height:159px;}
#fullwidth-box .workshop h3{ font-size:21px;}
.aihse-img{ width:304px; height:187px;}
#about-img{ width: 300px; height: 107px;}
#fullwidth-box .gallery-img{ width:300px; height:214px;}
.es-carousel-wrapper{ padding:20px 42px;}
.es-nav span{ left:13px; right:13px;}
#fullwidth-box .event-img{ width:300px; height:198px;}
#fullwidth-box #news-scroll li .date{ margin-bottom:15px;}
.news-title{ margin-bottom:15px;}
#depart-img{ width:300px; height:144px;}
#page-title h1{ font-size:25px;}
#departnews #news-scroll li{ width:248px;}
#gal_listed li .inn_gal_img{ width:100%; height:100%;}
.garden-img{ width:300px; height:214px;}
.tree-img{ width:300px; height:216px;}
.ourcampus-img{ width:256px; height:159px;}
.book{ float:none; margin:0 auto;}
.newarrivals{ text-align:center;}
.newarrivals h3{ margin:17px 0 0 0;}
.documents{ padding-left:24px;}
.slno{ position:static; margin-bottom:15px;}
.mou-title{ line-height:22px;}
.mooc-img{ margin:0 auto;}
.alumni-activity{ padding:30px;}
.gal_listed li .inn_gal_img{ width:238px; height:170px;}
.career-box{ padding:22px 20px 37px 37px;}
.tickercontainer{ width: 389px;}
.courses-list{ background-image:none; padding-left:25px;}
.tickercontainer .mask{ top: 0;}
ul.newsticker li{ font-size: 14px;}
#latest-news h2{ font-size: 18px;}
#club-logo{ float: none; margin-bottom: 20px;}
}

