@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,300italic,100italic,700italic);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic';
/*global css */
body {
   font-family: 'Lato', sans-serif;
   font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Lato', sans-serif;
}
.btn{   
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -ms-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
}
ul{
  margin-bottom: 0px;
  padding: 0px;
}
a:hover{
  text-decoration: none;
}
.form-control {
  border-radius: 0;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none !important;
}
img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block;
}
/*======================================================================
        top-header css starts
======================================================================*/
.top-header {
    background: #859285;
    color: white;
    margin-bottom: 5px;
}
.welcome-texts>p {
    font-style: italic;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    padding-top: 8px;
}
ul.header-social {
    list-style-type: none;
    float: right;
    margin-right: -25px;
}
ul.header-social>li {
    float: left;
}
ul.header-social>li>a {
    padding: 0 15px;
    font-size: 16px;
    color: white;
    line-height: 40px;
}
/*======================================================================
        top-header css ends
======================================================================*/


/*======================================================================
        header css starts
======================================================================*/
.header {
    background-image: -webkit-linear-gradient(90deg, #e1e0e4 0%, white 100%);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    transition: all 300ms linear 0s;
    padding: 5px 0px 22px;
    border-top: 1px dashed #85919b;
}
.logo_banner {
    width: 50%;
}
img#logo_img {
    width: 60px;
    float: left;
}
h3.logo-txt {
    font-size: 27px;
    color: #000000;
    margin-left: 10%;
    width: 100%;
    margin-top: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}
h3.txt-bottom {
    color: black;
    margin-top: -5px;
    margin-left: 9%;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
span#high {
    font-size: 18px;
}
span.input-group-addon {
    border: none;
    background: #095154;
}
span.input-group-addon>button {
    font-size: 16px;
    color: #ffffff;
    background: #095154;
    border: none;
}
form.searchform.input-group {
    width: 25%;
    float: right;
    margin-top: 20px;
}
input#form_cont {
    background-image: -webkit-linear-gradient(90deg, #e1e0e4 0%, white 100%);
    border: 1px solid #d0d0d0;
    color: black;
    padding: 18px 10px;
}
div#container_width {
    padding: 0px;
}
.affix {
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 0;
    background: white;
    box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.1);
}
/*======================================================================
        header css ends
======================================================================*/


/*======================================================================
        bottom-nav css starts
======================================================================*/
nav.navbar.navbar-default {
    background: #095154;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    margin: -16px -10px 0px 0px;
    border-radius: 0;
    transition: all 300ms linear 0s;
    padding: 5px;
    position: absolute;
    z-index: 999;
}
ul.nav.navbar-nav>li>a {
    color: white;
    padding: 7px 19px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    border-right: 1px solid #528487;
    margin-top: 8px;
}
ul.nav.navbar-nav>li>a:hover, ul.nav.navbar-nav>li>a:focus {
    color: white;
}
a.last_nav {
    border-right: 0 !important;
}
ul.nav.navbar-nav {
    margin-left: -30px;
}
.sub-menu {
    position: absolute;
    z-index: 200;
    width: 250px;
    background-color: #006569;
    border: 1px solid #006569;
    margin-top: 13px;
    padding: 0px 0px 0px;
    list-style: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.sub-menu>a>li:hover {
    text-decoration: none;
}
.sub-menu>a>li {
    color: white;
    text-transform: capitalize;
    padding: 12px 10px;
    border-bottom: 1px solid #528487;
}
.sub-menu1 {
    position: absolute;
    z-index: 200;
    width: 250px;
    background-color: #006569;
    border: 1px solid #006569;
    margin-top: -30px;
    left: 100%;
    padding: 0px 0px 0px;
    list-style: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.sub-menu1>a>li:hover {
    text-decoration: none;
}
.sub-menu1>a>li {
    color: white;
    text-transform: capitalize;
    padding: 12px 10px;
    border-bottom: 1px solid #528487;
}
.sub-menu>a>li:hover {
    background: #095154;
}
.sub-menu1>a>li:hover {
    background: #095154;
}
ul#department-menu>li, ul#courses-menu>li, ul#campus-menu>li {
    padding: 10px 10px;
    border-bottom: 1px solid #528487;
    text-transform: capitalize;
}
ul#department-menu>li:hover, ul#courses-menu>li:hover, ul#campus-menu>li:hover {
    background: #095154; 
}
ul#department-menu>li>a, ul#courses-menu>li>a, ul#campus-menu>li>a {
    color: white;
}
/*======================================================================
        bottom-nav css ends
======================================================================*/


/*======================================================================
        slider css starts
======================================================================*/
canvas#slider_canvas {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.44);
    position: absolute;
    z-index: 99;
    height: 100%;
    opacity: 0.73;
    top: 0;
}
a#btn_slider {
    padding: 10px 15px;
    background: #095154;
}
img#acc_img {
    width: 90px;
    background: white;
    padding: 2px;
    margin-right: 10px;
}
/*======================================================================
        slider css ends
======================================================================*/


/*======================================================================
        welcome-section css starts
======================================================================*/
.welcome-section {
    padding: 25px 0 35px;
}
.welcome-box>img {
    width: 100%;
    height: 135px;
}
.welcome-textss {
  padding-right: 85px;
}
.welcome-box {
  padding-right: 30px;
  float: left;
}
h3.this-title {
  margin-bottom: 12px;
  font-family: "Alegreya", serif;
  font-weight: bold;
}
.welcome-box p {
    color: #777;
    line-height: 22px;
}
a#read_more {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #095154;
  text-transform: capitalize;
}
a#read_more:hover, a#read_more:focus {
  color: #153558;
}
.welcome-texts>h1 {
    margin: 5px 0px 40px;
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
}
img#principal_img {
    width: 170px;
    height: 200px;
    border: 1px solid black;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.principal_msg>h4 {
    margin: 15px 0px;
}
.principal_msg>p {
    color: #777;
    line-height: 22px;
}
.welcome-texts>h1:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background: #095154;
    margin-left: 10px;
}
/*======================================================================
        welcome-section css ends
======================================================================*/


/*======================================================================
        parallax_about css starts
======================================================================*/
section.parallax_about {
    background: url(../images/parallax.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.parallax_color {
    padding: 50px 0px 70px;
    background: rgba(9, 81, 84, 0.86);
}
ol#mission_ol {
    bottom: -50px;
}
.centre_text {
    text-align: center;
    color: white;
}
.centre_text>h3 {
    margin: 10px 0px 40px;
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
}
.centre_text>h3:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background-color: white;
    margin-left: 10px;
}
.centre_text>p {
    font-size: 16px;
    line-height: 26px;
}
/*======================================================================
        parallax_about css ends
======================================================================*/


/*======================================================================
        about-us-section css starts
======================================================================*/
.about-us-section {
    padding: 40px 0;
    background: url(../images/banner.jpg);
    background-position: 22% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-us-srow {
  margin-left: 40px;
  margin-right: 0;
}
.about-us-srow hr {
  background: #e9e9e9;
  margin: 5px 0px 20px;
}
.request-service-form {
  padding: 40px 30px 40px;
  background: #859285;
}
.request-service-form .this-title {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.request-service-form p {
  margin-bottom: 25px;
  font: 400 italic 17px/24px "Open Sans", sans-serif;
  color: #fff;
}
.request-service-form .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 8px;
  padding: 8px 20px;
  height: 42px;
}
.request-service-form textarea.form-control {
  margin-bottom: 10px;
  height: 70px;
  resize: none;
}
.about-us-lists .this-title {
  font: italic 17px/26px "PT Serif", serif;
  margin-top: 0;
  margin-bottom: 20px;
  color: #424242;
}
.about-us-lists .this-title + p {
  margin-top: -13px;
  margin-bottom: 12px;
  font: 500 15px/26px "Raleway", sans-serif;
  color: #424247;
}
.about-us-lists .nav {
  display: inline-table;
}
.about-us-lists .nav li {
  padding-left: 30px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
  background: url(../images/list-check2.png) no-repeat scroll left 3px;
}
.about-us-lists .list1 li {
  min-width: 50%;
  display: inline-table;
}
.about-us-lists .list2 li {
  min-width: 30%;
  display: inline-table;
}
ul.nav.list2>li>a>img {
    width: 150px;
    border: 1px solid black;
}
img.seal-logo {
    float: right;
    margin: -18% 7%;
    width: 100px;
}
img.seal-logo1 {
    float: right;
    margin: -18% 23%;
    width: 100px;
}
h2.section-title {
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
    margin-top: 0px;
}
h2.section-title:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #095154;
    margin-left: 10px;
}
h2.section-title1 {
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
    margin-top: 0px;
}
h2.section-title1:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #095154;
    margin-left: 10px;
}
ul.nav.list1>li>a {
    color: #777;
    background: transparent;
    padding: 0px;
    margin-bottom: 3px;
}
ul.nav.list2>li>a {
    color: #777;
    background: transparent;
    padding: 0px;
    margin-bottom: 3px;
}
input#sub_btn {
    padding: 10px 20px;
    background: #095154;
    margin-top: 10px;
}
p.para_text {
    position: absolute;
    background: rgba(9, 81, 84, 0.86);
    padding: 5px;
    text-align: center;
    width: 82%;
    font-size: 12px;
    bottom: -10px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}
/*======================================================================
        about-us-section css ends
======================================================================*/


/*======================================================================
        blogs section css starts
======================================================================*/
.blogs-row {
  padding: 30px 0 50px;
  background: #eee;
}
.blogs-row .section-title {
  margin-bottom: 30px;
}
.bg-featured-image {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #000;
}
.bg-featured-image img {
  width: 100%;
  opacity: 1;
      display: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  height: 250px;
}
.bg-featured-image:hover img, .bg-featured-image:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.blog-line {
  margin: 0 0 -1px;
  padding: 20px 34px 24px;
  border: 1px solid #d9d9d9;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.blog-line:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.blog-line:last-child {
  padding: 20px 34px;
}
.blog-line:last-child:before {
  display: none;
}
.blog-line h4, .blog-line ul {
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.blog-line ul {
  display: table;
  margin: 0;
}
.blog-line ul li + li {
  margin-left: 18px;
}
.blog-line ul li a {
  display: inline-block;
  font: 15px/1 "Open Sans", sans-serif;
  color: #898989;
}
.blog-line a.redirect-link {
  color: #095154;
  font: bold 15px/1 "Open Sans", sans-serif;
}
.blog-line a.redirect-link:hover, .blog-line a.redirect-link:focus {
  color: #153558;
}
.blog-line:hover:before, .blog-line:focus:before {
  background: rgba(9, 81, 84, 0.86);
  opacity: 0.85;
}
.blog-line:hover h4 a, .blog-line:hover ul li a, .blog-line:focus h4 a, .blog-line:focus ul li a {
  color: #fff;
}
h4.bg-post-title>a {
    font-family: "Alegreya", serif;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}
.bg-post-excerpt {
    color: #777;
    text-align: justify;
    line-height: 24px;
}
h4.bl-post-title>a {
    color: black;
    line-height: 20px;
}
/*======================================================================
        blogs section css ends
======================================================================*/


/*======================================================================
        alameen_map section css starts
======================================================================*/
section#canvas1 {
    height: 350px;
}
.positionRealtive {
    position: relative;
}
.scrolloff {
    pointer-events: none;
}
/*======================================================================
        alameen_map section css ends
======================================================================*/


/*======================================================================
        footer-contacts section css starts
======================================================================*/
.footer-contacts {
    background: url(../images/parallax1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer-contactcolor {
    background: rgba(9, 81, 84, 0.86);
    padding: 30px 0px;
}
.footer-contact {
  font: 15px/22px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
}
.footer-contact .media {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(1, 17, 32, 0.7);
  height: 105px;
}
.footer-contact .media-left {
  vertical-align: middle;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  color: #489dc5;
  height: 105px;
}
.footer-contact .media-left i {
  text-align: center;
  width: 70px;
}
.footer-contact .media-body {
  padding: 24px 18px;
  color: white;
}
.footer-contact strong {
  text-transform: uppercase;
  display: block;
  color: #9bb2c7;
}
/*======================================================================
        footer-contacts section css ends
======================================================================*/


/*======================================================================
        footer section css starts
======================================================================*/
.foot-block {
    padding: 40px 0px 20px;
    background: #013133;
}
h6.up-services {
    color: white;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
p.foot-para {
    color: white;
    line-height: 26px;
    text-align: justify;
    font-weight: 300;
    padding-right: 30px;
}
p.foot-para>a {
    color: white;
    font-weight: 300;
}
ul.links {
    margin-top: -7px;
}
ul.links li {
    float: left;
    width: 50%;
    list-style-type: none;
    position: relative;
}
ul.links li a {
    color: white;
    line-height: 40px;
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: 300;
}
.rights {
    padding: 10px 0px;
    background: #001c1d;
    color: white;
}
p.pull-left {
    padding-top: 7px;
    font-weight: 300;
}
p.pull-right1 {
    float: right;
    padding-top: 7px;
    font-weight: 300;
}
span.dobig {
    color: white;
}
/*======================================================================
        footer section css ends
======================================================================*/


/*======================================================================
        about page css starts
======================================================================*/
section.about-parallax {
    background-image: url(../images/abt_banner.jpg);
    background-position: 100% 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-inner {
    padding: 50px 0px;
    background-color: rgba(0, 0, 0, 0.44);
    width: 100%;
    text-align: left;
    color: white
}
.page-title {
    margin: 0;
    font-family: "Alegreya", serif;
    font-size: 50px;
    font-weight: 300;
    margin-top: 30px;
}
.page-subtitle {
    margin: 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    line-height: 33px;
}
.page-subtitle:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    width: 72px;
    height: 2px;
}
ol.breadcrumb {
    background-color: transparent;
    margin: 0;
    color: #dddddd;
    padding: 8px 0px;
}
ol.breadcrumb>li>a {
    color: #dddddd;
}
section.abt_details {
    padding: 30px 0px;
}
img#abt_img {
    width: 300px;
    float: left;
    margin: 0px 35px 20px 0px;
}
.abt_text>h2 {
    margin: -5px 0px 20px;
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
}
/*.abt_text>h2:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background: #095154;
    margin-left: 10px;
}*/
.abt_text>p {
    color: #777;
    text-align: justify;
    line-height: 24px;
}
/*======================================================================
        about page css ends
======================================================================*/


/*======================================================================
        department page css starts
======================================================================*/
section.department_details {
    padding: 30px 0px;
}
ul#alameen-tab>li {
    float: none;
}
ul#alameen-tab>li>a {
    padding: 21px 23px;
    font-weight: 800;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 3px solid #dddddd;
    color: #999999;
    border-radius: 0;
}
ul#alameen-tab>li>a {
    padding: 21px 25px;
    font-weight: 800;
    font-size: 14px;
    margin: 0;
    color: #585858;
    border-radius: 0;
    border: 1px solid #eeeeee;
    margin-bottom: 2px;
    border-left: 3px solid #dddddd;
}
ul#alameen-tab>li>a:hover {
    border-left-color: #095154;
    background-color: #859285;
    color: white;
}
ul#alameen-tab>li.active>a {
    border-left-color: #095154;
    background-color: #859285;
    color: white;
}
ul#alameen-tab {
    margin-top: 10px;
}
ul#alameen-tab>li:last-child {
    margin-bottom: -3px;
}
button#btn_prop {
    background: #095154;
    border-radius: 3px;
    padding: 7px;
    width: 100%;
}
.department_text>h2 {
    margin: 5px 0px 20px;
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
}
/*.department_text>h2:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 2px;
    background: #095154;
    margin-left: 10px;
}*/
img#department_img {
    float: right;
   /* width: 150px;*/
    margin: 10px 0px 10px 20px;
   /* height: 150px;*/
}
.department_text>p {
    color: #777;
    text-align: justify;
    line-height: 24px;
}
.department_text {
    margin-left: 20px;
}
/*img#department_img1 {
    width: 100%;
    margin: 10px 10px 10px 0px;
}*/

img#department_img1 {
    width: 80px;
    margin: 0px 10px 10px 0px;
    height: 80px;
}

ul.nav.list3>li {
    min-width: 50%;
    padding-left: 30px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    background: url(../images/list-check2.png) no-repeat scroll left 3px;
    color: #777;
}
.row.lists {
    margin-top: 20px;
}
ul.nav.list4 {
    display: inline-table;
}
ul.nav.list4>li {
    min-width: 50%;
    display: inline-table;
    padding-left: 30px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    background: url(../images/list-check2.png) no-repeat scroll left 3px;
    color: #777;
}
.faculty_det>h3 {
    margin-bottom: 24px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
}
/*======================================================================
        department page css ends
======================================================================*/

/*=============== Admin login page css starts ==========================*/

/*=============================================================
                curriculum page css ends
==============================================================*/

.admin-header {
    background-color: black;
    box-shadow: 4px 0px 13px black;
}

ul.content.pull-left {
    padding: 10px 0;
}
ul.content>li {
    float: left;
}

ul.content.pull-left>li>a {
    color: #FFFFFF;
    padding: 8px 10px;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

ul.submenu {
    position: absolute;
    z-index: 1002;
    background: white none repeat scroll 0% 0%;
    margin-left: 10px;
    list-style: outside none none;
    margin: 10px 0 0 9px;
}



ul.con-login.pull-right>li:first-child>a {
    background-color: #808080;
    border-radius: 33px;
}

ul.con-login.pull-right>li>a {
    color: #FFFFFF;
    padding: 6px 17px;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

.admin-hd {
    background-color: #e0e0d8;
}

ol#admin-bread {
    background-color: transparent;
    margin: 0;
    padding: 8px 0;
}

table#con-table>thead>tr>th {
    border: 1px solid #b0adad;
}

table#con-table>thead>tr {
    background-color: #e0e0d8;
}

ul {
    list-style-type: none;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
    padding: 0px;
}

ul.con-login.pull-right>li {
    float: left;
    padding: 10px 0;
}

.row {
    margin-right: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
}
.row1 {
    margin-bottom: 15px;
    margin-left: -15px;
}

a:hover {
    text-decoration: none;
}

ul.submenu>li, ul.inner-sub>li {
    padding: 5px 35px 6px 12px;
    background-color: #45454A;
    border-bottom: 1px solid black;
}

ul.submenu>li, ul.inner-sub>li:hover {
    background: rgba(0, 0, 0, 0.77);
}

ul.inner-sub {
    position: absolute;
    z-index: 200;
    background: white none repeat scroll 0% 0%;
    list-style: outside none none;
    margin: -25px 0 0 115px;
    width: 178px;
}

ul.inner-sub>li {
    padding: 5px 35px 6px 12px;
    background-color: #45454A;
    border-bottom: 1px solid black;
}

ul.inner-sub>li>a {
    color: #FFFFFF;
}
ul.submenu>li>a, ul.inner-sub>li>a {
    color: #FFFFFF;
}
/*============================*/
ul.submenu>li, ul.inner-sub1>li {
    padding: 5px 35px 6px 12px;
    background-color: #45454A;
    border-bottom: 1px solid black;
}

ul.submenu>li, ul.inner-sub1>li:hover {
    background: rgba(0, 0, 0, 0.77);
}

ul.inner-sub1 {
    position: absolute;
    z-index: 200;
    background: white none repeat scroll 0% 0%;
    list-style: outside none none;
    margin: -25px 0 0 115px;
    width: 178px;
}

ul.inner-sub1>li {
    padding: 5px 35px 6px 12px;
    background-color: #45454A;
    border-bottom: 1px solid black;
}

ul.inner-sub1>li>a {
    color: #FFFFFF;
}
ul.submenu>li>a, ul.inner-sub1>li>a {
    color: #FFFFFF;
}


/*=============================================================
                login page css starts
==============================================================*/

h3.thank {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #095154;
    padding-bottom: 15px;
    border-bottom: 1px solid #095154;
}

span#reg-error>p {
    margin: 11px 0 0px 0;
    text-align: center;
}



.login-details {
    width: 43%;
    margin: 15px auto;
    padding: 12px 14px;
}

.login-body {
    background-color: #fffdfc;
    padding: 10px 18px 30px;
    margin: 17px 0;
    border: 1px solid #095154;
    border-radius: 15px;
}
.login-main {
    width: 340px;
    margin: 80px auto 0 auto;
}
h2.login-hd {
    text-align: center;
    color: #ff550c;
    margin: 0px 0 30px 0;
    font-weight: 300;
}
.login-body>input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    margin: 24px 0 25px 0;
}
button#login-btn {
    margin: 25px 0 5px 0;
    padding: 4px 28px;
    background-color: #095154;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
}

li#download_link {
    color: #fbaf42;
    font-weight: 600;
}


/*=============gallery page css starts ================*/

/*================= Admin Add view css starts ==========*/

section.container.slider-block {
    float: left;
    clear: both;
}

.slider-inner {
    margin: 0 0 25px 0;
}

.slider-tilte {
    margin: 0 0 9px 0;
}

.slider-inner>.form-control {
    width: 320px;
}

select#s_order {
    width: 10%;
}

img#img_blog {
    width: 264px;
    float: left;
    padding-right: 15px;
}

div#news_view {
    padding: 10px;
}

.row.blog_row {
    margin-top: 10px;
}
/*================= Admin Add view css ends ==========*/

div#exp_border1 {
    border: 1px solid black;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 0%;
    background: white;
    width: 50%;
}

img#coordinatorabt_img {
    /*width: 220px;
    height: 220px;*/
    border: 1px solid #cec9c9;
    float: left;
    margin: 0 35px 10px 0;
    /*border-radius: 50%;*/
}

.detail_desc>ul>li {
    list-style-type: disc;
    line-height: 23px;
}

.detail_desc>ul {
    list-style-type: disc;
    padding-left: 35px;
}

.detail_desc>p>strong {
    color: #095154;
    font-size: 14px;
    padding-bottom: 7px;
}

section.contact_det {
    padding: 70px 0px;
}

h3.this-heading {
    color: #000000;
    font-size: 28px;
    margin-bottom: 26px;
    margin-top: 0px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 500;
}

fieldset#field_form {
    margin-top: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 12px;
    resize: none;
    border: 1px solid #ccc;
}

.error {
    font-family: "open sans";
    line-height: 10px;
    font-size: 11px;
    text-align: left;
    color: #ff0000;
}

.inputerror {
    border-color: #EA0000;
}

/*i.fa {
    padding-right: 8px;
    padding-bottom: 5px;
    color: #095154;
    font-size: 16px;
}*/

img#coordinatorabt_img_founder {
    width: 150px;
    height: 150px;
    border: 1px solid #cec9c9;
    float: left;
    margin: 0 35px 10px 0;
    /*border-radius: 50%;*/
}

img#coordinatorabt_img_new_elect {
    width: 130px;
    height: 130px;
    border: 1px solid #cec9c9;
    float: left;
    margin: 0 35px 10px 0;
    border-radius: 50%;
}

.col-sm-4.col-md-4>h4 {
    color: #095154;
    font-weight: 600;
}

.col-md-4.col-sm-4.blog-grid>a {
    color: #095154;
}

div#demo1 {
    margin-top: 10px;
}

.detail_desc>table>tbody>tr>td {
    padding-left: 5px;
}

img#download_form_link {
    width: 100%;
    height: 100px;
}

table#sjri-table {
    margin: 0 0 30px 0;
}

.loc {
    text-align: center;
}

.loc>h5 {
    margin: 0 0 10px 0;
    padding: 7px 0;
    color: #FFFFFF;
    background-color: #095154;
}
.loc_elected {
    text-align: center;
}

.loc_elected>h5 {
    margin: 0 0 10px 0;
    padding: 7px 0;
    color: #FFFFFF;
    background-color: #095154;
}
.loc_elected>h4 {
    margin: 20px 0 20px 0;
}


img {
    vertical-align: middle;
}

.loc>h4 {
    margin: 20px 0 20px 0;
}
table#sjri-table>tbody>tr>td {
    padding: 0;
    width: 30%;
}

div#borders_pic {
    border: solid 1px #ddd;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 35px;
    margin-right: 35px;
}

img#campus_img {
    width: 200px;
    float: left;
    margin: 0px 35px 20px 0px;
}

.infrastructure_text>h2 {
    margin: -5px 0px 20px;
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
}
.infrastructure_text>h2:after {
    display: inline-block;
    content: '';
    height: 2px;
    background: #095154;
    margin-left: 10px;
}
.infrastructure_text>p {
    color: #777;
    text-align: justify;
    line-height: 24px;
}

.infrastructure_text>h2 {
    font-size: 22px;
}

ul#gallery_tabs {
    margin-bottom: 30px;
    text-align: center;
}

/*.nav-tabs>li {
    float: none;
    display: inline-block;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
}*/

ul#gallery_tabs>li>a {
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    border: 1px solid #cacaca;
    border-bottom: 0;
    margin-right: 5px;
    background: transparent;
}
.gal-col {
    margin-bottom: 30px;
}

img#gal_img {
    width: 100%;
    height: 230px;
    padding: 0;
    border-radius: 0;
}

ul#gallery_tabs>li.active>a, ul#gallery_tabs>li.active>a:focus, ul#gallery_tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #095154;
    border: 1px solid #095154;
    border-bottom-color: transparent;
    font-weight: 500;
}

div#contact_us_div>ul>li>i {
    color: #095154;
    padding: 9px;
    font-size: 16px;
}
.contact-det>h3 {
    padding-top: 5px;
    text-align: center;
}
div#contact_us_div>h4 {
    color: #095154;
}

div#contact_us_div {
/*    border: solid 1px #ddd;*/
    padding-bottom: 10px;
    /* background: #f3f2f4; */
    /* color: #095154; */
}
.contact-det {
    border: 7px solid rgba(133, 146, 133, 0.62);
    border-radius: 9px;
}

img#msg_img {
    width: 150px;
    height: 150px;
}

h4#gallery_title {
    color: #095154;
    font-weight: 500;
}

/*img#alumini_img {
    width: 190px;
    height: 190px;
}
*/

ol#admin-bread>li>a {
    color: #337ab7;
}

img#download_form {
    width: 50px;
    float:right;
}

.accredation_text>h2 {
    margin: -5px 0px 20px;
    font-size: 36px;
    font-family: "Alegreya", serif;
    font-weight: 300;
    color: #095154;
}
.accredation_text>h2:after {
    display: inline-block;
    content: '';
    height: 2px;
    background: #095154;
    margin-left: 10px;
}
.accredation_text>p {
    color: #777;
    text-align: justify;
    line-height: 24px;
}

.accredation_text>h2 {
    font-size: 22px;
}

.row.accr {
    margin-right: 50px;
    margin-bottom: 15px;
    margin-left: 50px;
}

ul.nav.list5 {
    display: inline-table;
}
ul.nav.list5>li {
    min-width: 30%;
    display: inline-table;
    padding-left: 30px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
   /* background: url(../images/list-check2.png) no-repeat scroll left 3px;*/
    color: #777;
}

.faculty_det>ul>li>p {
    margin-bottom: 2px;
}

img#sect_img {
    width: 130px;
    margin: 0px 10px 10px 0px;
    height: 130px;
}

.download_desc>ul>li {
    list-style-type: disc;
}

.download_desc>ul {
    list-style-type: disc;
    padding-left: 35px;
}

.download_desc>p>strong {
    color: #095154;
    font-size: 14px;
    padding-bottom: 7px;
}

div#download_desc>h3 {
    color: #095154;
    font-size: 18px;
}

div#application_form {
    margin-left: 30px;
    margin-right: 60px;
}

input#place_sub_btn {
    padding: 10px 20px;
    background: #095154;
    margin-left: 317px;
    margin-top: 10px;
}

img#profile_doc {
    width: 40px;
    height: 40px;
}

.leave-comment {
    /* margin-left: 30px; */
    margin-right: 30px;
}

.row.download_desc>div>a>p {
    margin-top: 27px;
}

.row.download_desc>div>h3 {
    margin-bottom: 2px;
    margin-top: inherit;
}

img#student_sect_img {
    /*width: 250px;*/
    height: 200px;
    /* border: 1px solid #cec9c9; */
    float: left;
    margin: 0 35px 10px 0;
}


ul.links_style{
    margin-top:-7px;
}
ul.links_style li{
list-style-type:none;
position:relative;
 
}
ul.links_style li a {
    color: white;
    line-height: 40px;
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: 300;
}

/*====================webinar style updates=================*/

.title_content {
    height: 220px;
}

p.title_webinar {
    font-size: 20px;
    padding-top: 30px;
    color: black;
    font-weight: bold;
}

p.title_author {
    color: maroon;
    font-size: 16px;
}

.col-sm-4.col-md-4.col-lg-4.videos {
    padding-bottom: 35px;
    border-bottom: 1px solid #c6c6c6;
}

.col-sm-4.col-md-4.col-lg-4.videos img {
    width: 100%;
    padding-top: 20px;
}
.col-md-4.img_fix_block img {
    width: 100%;
}
.col-md-8.fix_desc_block h3 {
    margin-top: 0px;
}
h3.model_ifo_block {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    color: black;
}
p.model_block_p {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: black;
}

section.form_admission_details {
    padding-top: 30px;
    padding-bottom: 30px;
}
section.form_admission_details a {
    color: black;
    font-size: 18px;
}
section.form_admission_details i {
    color: #489dc5;
    font-size: 20px;
    padding-left: 15px;
}
table#newTableDesign {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 70%;
    table-layout: fixed;
}
table#newTableDesign tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}
#newTableDesign th, #newTableDesign td {
    padding: .625em;
    text-align: center;
}
#newTableDesign th {
    padding-top: 12px;
    padding-bottom: 12px;
    /* text-align: left; */
    background-color: #078388;
    color: white;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
#newTableDesign td, #newTableDesign th {
    border: 1px solid #ddd;
    padding: 8px;
}
td.scolor.textleft {
    color: #E67817;
    font-size: 17px !important;
    text-align: left !important;
}
.admission_block_2021 {
    float: right;
    margin-top: 30px;
    margin-right: 80px;
}
.admission_block_2021 a {
    background-color: #008a3c;
    color: white;
    padding: 15px;
    border-radius: 6px;
}
div#download_desc {
    margin-bottom: 20px;
}

/**************Graviance*************/
.anti_reg h4 {
    color: #00294c;
    font-weight: bolder;
    margin-bottom: 19px;
    margin-top: 14px;
    padding-left: 0px;
    font-size: 20px;
    margin-left: 20px;
}
span.fed {
    margin-left: 3px;
    font-size: 18px;
}
.anti_reg {
    padding: 10px;
    background: #f2f2f2;
    height: 550px;
    width: 848px;
    margin-left: 10px;
    margin-top: -1px;
}
.submit_btn {
    margin-bottom: 30px;
    background: rgba(255, 254, 253, 0.31);
    border-radius: 0;
    border: 1px solid #179bd7 !important;
    color: #fff;
    font-weight: 500;
    margin-left: 1px;
    padding: 10px 17px !important;
    background: #179bd7;
    margin-top: 12px;
}
.infrastructure_text>p {
    font-size: 16px;
}
/****************gravience ends***************/
 /* ==================new============== */
p.model_block_p.courses {
    
    border: none;
    text-align: left;
}
p.model_block_p.course {
    border: none;
   
}
p.model_block_p.name {
    text-align: left;
    border: none;
}
p.model_block_p.adress {
    float: right;
    text-align: left;
    border: none;
}

/*=========================================================application form==============================================================*/
.block_content {
    text-align: center;
    font-size: 22px;
    background: #095154bd;
    margin-top: 20px;
    color: white;
    padding: 4px;
}
.block_content p {
    margin: 0px;
    text-align: center;
    line-height: 1.5;
}
.formgroup {
    padding: 20px 20px 0px;
}
sup {
    top: -3px;
    padding: 0px 1px;
    color: red;
}
.text-right {
    text-align: left;
}
span.error {
    font-size: 14px;
    color: red;
}
.row.line-seperator {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 35px;
}
section.membershipformbody>.container>.row>p {
    background-color: #5dacaf;
    text-align: center;
    font-size: 18px;
    margin: 0px 400px;
    color: white;
}
.form-submit {
    margin-top: 30px;
    clear: both;
    margin-bottom: 51px;
    padding: 50px;
    text-align: center;
}
#submit {
    font-size: 16px;
    height: auto;
    padding: 10px 38px;
    outline: none;
}
.form-content {
    padding: 8px 0px 0px;
    text-align: center;
}
.upload {
    box-shadow: none;
    border-radius: 11px;
    background: #3f3f3f;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 6px 15px;
    text-align: center;
    float: right;
}

.inputerror {
    border: 1px solid red;
}
section.membershipformbody>.container>p {
    color: red;
    margin-top: 25px;
}
.alert.alert-danger.alert-dismissable {
    margin-top: 30px;
    margin-bottom: 10px;
}
/******sahana***/
.alameen_right {
    padding-top: 10px;
    padding-left: 30px !important;
    padding-bottom: 20px;
}
.alameen_right img {
    width: 100%;
}
.ab-desc{
    text-align: justify !important;
    
}
.sub-txt{
    padding-top: 10px;
    text-align:center;
    font-size: 16px;
}

.thankyou-block {
    width: 75%;
    margin: 41px auto;
    text-align: center;
    padding: 44px;
    border: 1px solid #013133;
    box-shadow: 1px 8px 5px #296869;
}
/*=========================================================application form==============================================================*/