/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Apr, 2019, 4:25:27 PM
    Author     : HP
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Apr, 2019, 4:23:59 PM
    Author     : HP
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Apr, 2019, 4:29:01 PM
    Author     : HP
*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
#wrapper {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  border-top: 4px solid #f9bf3b;
  background: #fff; }

body {
  background: url(../images/pagebg.jpg) no-repeat fixed 0 0;
  background-size: cover;
  position: relative;
  text-shadow: none !important;
  color: #555;
  padding-top: 35px;
  font-family: 'Roboto Slab', serif !important;
  font-size: 15px !important; }

.clr_white, .clr_white:hover, .clr_white:focus, .clr_white:active {
  color: #fff;
  text-decoration: none; }

.clr_red {
  color: red; }

header {
  padding-top: 15px; }

.pd-30 {
  padding: 30px 0px; }

.pt-30 {
  padding-top: 30px; }

.pd-20 {
  padding-top: 20px; }

.smt-0 {
  margin-top: 0px; }

.navbar {
  margin-top: 15px;
  margin-bottom: 0;
  background: #3a454b !important;
  padding: 0px;
  height: 45px;
  border: 0px; }
  .navbar .navbar-toggler {
    border-radius: 0px; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

.navbar-brand {
  background: #f9bf3b !important;
  padding: 5px 20px;
  height: 45px; }

.navbar-nav li.nav-item a.nav-link {
  color: #fff !important;
  text-shadow: none;
  padding: 10px 13px !important;
  font-size: 17px; }

.dropdown-menu {
  padding: 0px;
  margin-top: 0px;
  border-radius: 0px;
  border-bottom: 4px solid #f9bf3b; }

.dropdown-menu .dropdown-item {
  color: #3a454b !important;
  padding: 5px 10px;
  font-size: 14px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.navbar-nav li.nav-item a.nav-link:hover, .navbar-nav li.nav-item.active {
  background: #f9bf3b !important; }

.dropdown-menu .dropdown-item:hover {
  background: #f9bf3b;
  color: #fff !important; }

#search {
  float: right;
  margin-top: 9px;
  width: 250px; }

.search {
  padding: 0px;
  width: 230px;
  height: 47px;
  position: relative;
  /*left: 10px;*/
  float: left;
  line-height: 22px;
  overflow: hidden; }

.search input {
  position: absolute;
  width: 0px;
  float: Left;
  margin-left: 210px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 46px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  padding-left: 15px;
  color: #fff; }

.search:hover input, .search input:focus {
  width: 200px;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

/*.btn {
    height: 45px;
    position: absolute;
    right: 0px;
    top: 1px;
    border-radius:1px;
    border: 0px;
    background: #f9bf3b;
    width: 46px;
}
.btn:hover{
    background: #f9bf3b;
}*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px; }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  ul li {
    /*line-height: 1.9;*/ }

p {
  margin: 0px; }

/*PAddings*/
.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.mb-15 {
  margin-bottom: 15px; }

/*PAddings*/
.carousel-item {
  /*height: 50vh;*/
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

h5.sectionname {
  text-align: center;
  clear: both;
  font-size: 2rem; }
  h5.sectionname::after {
    background: #f9bf3b none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    margin: 20px auto;
    position: relative;
    width: 50px; }

.welcome .shri1 {
  margin-bottom: 30px;
  float: left;
  background-color: #003a68;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 5px; }
.welcome .shri2 {
  text-align: center;
  margin-bottom: 30px;
  background-color: #386589;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }
.welcome .p1 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px; }

.yellow-image {
  background: url(../images/yellow.png);
  padding: 30px 20px;
  color: #fff; }

.mission {
  padding: 30px  0px; }
  .mission p {
    font-size: 13px; }

.institute {
  background-image: url(../images/sailogo.png);
  background-repeat: no-repeat;
  background-position: 100% -40px;
  /* background-size: 31%; */
  background-size: 38%; }
  .institute ul {
    padding-left: 20px; }
    .institute ul li {
      list-style: circle; }

.owl-carousel img {
  border: 1px solid #eee;
  margin-bottom: 25px; }

.heading {
  background-color: #003a68;
  border-top: 2px solid #386589;
  border-bottom: 2px solid #386589;
  margin-top: 25px;
  margin-bottom: 25px; }
  .heading h3 {
    color: #fff;
    margin-top: 10px; }

/*content-section*/
.content-section {
  padding: 30px 0px; }
  .content-section .chairman {
    text-align: center; }
    .content-section .chairman img {
      margin-bottom: 15px; }
  .content-section p {
    margin-bottom: 15px;
    text-align: justify; }

/*content-section*/
/*cource_details*/
.cource_details {
  padding: 30px 0px; }
  .cource_details .heading {
    background-color: transparent;
    padding: 5px 5px;
    border: none;
    margin-bottom: 15px;
    color: #fff; }
    .cource_details .heading h4 {
      margin-bottom: 0px;
      background: rgba(0, 0, 0, 0) url("../images/courses/block-divider.png") repeat-x scroll left bottom;
      color: #999;
      font-size: 1.85rem;
      line-height: 1rem;
      margin-bottom: 5px;
      margin-top: 0; }
      .cource_details .heading h4:after {
        background: #f9bf3b none repeat scroll 0 0;
        content: "";
        display: block;
        height: 3px;
        margin-top: 15px;
        max-width: 75px;
        padding: 0;
        width: 50%; }
  .cource_details ul {
    padding-left: 25px;
    margin-bottom: 15px; }
    .cource_details ul ss
    li {
      line-height: 2; }
  .cource_details p {
    text-align: justify;
    margin-bottom: 15px; }

.cource_details .heading, .cource_details .heading-inner {
  background-color: transparent;
  padding: 5px 5px;
  border: none;
  margin-bottom: 15px;
  color: #fff; }
  .cource_details .heading h4, .cource_details .heading h6, .cource_details .heading-inner h4, .cource_details .heading-inner h6 {
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0) url("../images/courses/block-divider.png") repeat-x scroll left bottom;
    color: #999;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.5; }
    .cource_details .heading h4:after, .cource_details .heading h6:after, .cource_details .heading-inner h4:after, .cource_details .heading-inner h6:after {
      background: #f9bf3b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 3px;
      margin-top: 15px;
      max-width: 75px;
      padding: 0;
      width: 50%; }
  .cource_details .heading h6, .cource_details .heading-inner h6 {
    font-size: 1rem; }
.cource_details ul li {
  position: relative;
  margin-bottom: 10px; }
  .cource_details ul li i {
    display: none; }
  .cource_details ul li:before {
    position: absolute;
    content: "\f120";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -18px;
    top: 4px; }

.upper_case {
  text-transform: uppercase; }

.industrial_visit li, .industrial_visit2 li {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px; }
  .industrial_visit li a, .industrial_visit2 li a {
    color: #000; }
  .industrial_visit li:before, .industrial_visit2 li:before {
    position: absolute;
    content: "\f120";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0px;
    top: 4px; }
@media screen and (max-width: 786px) {
  .industrial_visit li, .industrial_visit2 li {
    width: 100%; } }

.industrial_visit2 li {
  width: 100%; }
  .industrial_visit2 li p {
    margin-bottom: 0px;
    margin-top: 10px; }

/*cource_details*/
/*admission-section*/
.admission-section {
  padding: 30px 0; }
  .admission-section h5 {
    text-align: center;
    margin-bottom: 20px; }
  .admission-section ul {
    padding-left: 25px; }
  .admission-section .contact {
    margin-top: 20px; }

/*admission-section*/
.fees-structure {
  padding: 30px 0; }
  .fees-structure h5 {
    text-align: center;
    margin-bottom: 20px; }
  .fees-structure ul {
    padding-left: 25px; }
  .fees-structure .contact {
    margin-top: 20px; }

.disciplinary-rules {
  padding: 30px 0; }
  .disciplinary-rules .list-display {
    line-height: 2; }
    .disciplinary-rules .list-display li {
      margin-bottom: 10px; }

/*our_recruiters*/
.our_recruiters {
  padding: 30px 0px; }
  .our_recruiters img {
    margin-bottom: 15px;
    border: 1px solid #eee; }

/*our_recruiters*/
.mb-15 {
  margin-bottom: 15px; }

.footer {
  padding: 30px;
  background: #323A45;
  border-top: 2px solid #f9bf3b;
  color: #fff; }
  .footer p {
    text-align: justify; }
  .footer .footer-heading {
    border-bottom: 2px solid #bdc3c7;
    position: relative;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-size: 23px; }
    .footer .footer-heading:after {
      background-color: #f9bf3b;
      content: "";
      display: block;
      height: 1px;
      position: relative;
      top: 6px;
      width: 100px; }
  .footer ul li {
    line-height: 2; }
    .footer ul li a {
      color: #fff;
      text-decoration: none; }

.footer_bottom {
  background: #292F38;
  padding: 10px;
  color: #fff; }

.for_mob {
  display: none; }

@media screen and (max-width: 786px) {
  body {
    padding: 0px; }

  .logo2 img {
    height: 120px; }

  #wrapper {
    width: 100%; }

  .navbar {
    height: auto; }

  .xs-hidden {
    display: none; }

  header h2 {
    font-size: 1.2rem; }
  header h6 {
    font-size: .8rem; }

  .for_mob {
    display: block; }

  .welcome_text {
    padding: 15px; }
    .welcome_text h5.sectionname {
      font-size: 1rem; }
    .welcome_text p {
      text-align: justify !important; }

  .yellow-image {
    padding: 10px;
    text-align: center; }
    .yellow-image h4 {
      font-size: 1rem;
      margin-bottom: 0px; }

  .carousel-item {
    height: 17vh !important;
    min-height: auto !important; }

  footer .footer {
    padding: 15px 0; }
    footer .footer div.pl-25 {
      padding-left: 15px; }
  footer .footer-heading {
    font-size: 16px; }
  footer a {
    color: #fff; }

  .chairman {
    margin-bottom: 20px; }

  .cource_details {
    padding: 15px 0  0 0; }
    .cource_details .heading {
      margin: 0px;
      padding: 0px; }

  h5.sectionname {
    font-size: 1.5rem; } }
#Webflash .modal-dialog {
  max-width: 60%; }
  #Webflash .modal-dialog .modal-content {
    border-radius: 0px; }
    #Webflash .modal-dialog .modal-content .modal-body {
      padding: 0px;
      position: relative; }
      #Webflash .modal-dialog .modal-content .modal-body button {
        position: absolute;
        right: 0px;
        top: 0px;
        background: #eeba0c;
        opacity: 1;
        color: #fff;
        padding: 5px 9px; }
@media screen and (max-width: 786px) {
  #Webflash .modal-dialog {
    max-width: 100%;
    margin: 50% 0; } }

/*# sourceMappingURL=newstyle.css.map */
