/* -------------------------------- 
Primary style
-------------------------------- */

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-size-adjust: 0.5!important;
}

body {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  color: #2c343b;
  background-color: #fff;
}

a {
  color: #0097A7;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #B22222;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.eictslogo{
  margin-top: 20px;
}


 #css_blink{ 
  animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
}
body.boxed {
    margin: 0px 80px;
    background: #F9E1C9 url("../raster.png") repeat;
}

.table-heading{
    /*background-color: #0c5e9c;
    color: #eee;*/
    font-weight: 700;
}

#main-wrapper {
    /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    background: #fff;*/

  background-color: white;
  /*background-image: url("../worn-dots.png");*/
}

/*.container {
    width: 100%;
}*/


.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}

nav.navbar.navbar-default {
    min-height: 50px;
    background: #191d38 ;
    border: none;
    margin-top: 25px;
}

.navbar-brand {
      padding: 0px 15px;
}

#main-nav {
    /*position: absolute;
    bottom: 0;*/
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #222;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      background-color: transparent;
      border: none;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #fff;
    background-color: #222;
    font-weight: 600;
    font-size: 16px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    border: 0;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF600;
    background-color: #004d88;
}

.navbar-default .navbar-nav>li:hover  .dropdown-menu {
  display: block;
  min-width: 200px;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #17006d;
}

#symhead {
    color: #fff;
    background: #004d88;
    display: block;
    padding: 2px 20px;
    text-align: center;
    width: 280px;
    margin: auto;
    border-radius: 10px;
}

#symhead p {
  color: #c5161b!important;
}

.text-center {
  text-align: center!important;
}

.small1 {
  font-size: 15px;
}

.thumbnail.img1 {
      border-radius: 38px;
    overflow: hidden;
    background: #fff;
        width: 80%;
    margin: auto;
}

.dashedbox {
  border: 2px dashed #555;
    border-radius: 36px;
    padding-top: 30px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(250,190,117,0.2);
}



























.logo-top {
    width: 180px;
    background: #173D50;
    text-align: center;
    color: #fff;
    z-index: 100;
    display: block;
    position: absolute;
    top: 0;
}

.logo-top h1 {
    color: #C3161C;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 37px;
    letter-spacing: -2px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.logo-top h1:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #555;
    display: block;
    margin: auto;
    margin-top: -13px;
}
  
.logo-top h3 {
    color: #fff;
    font-weight: 600;
    margin: 5px;
    padding: 0px;
    font-size: 12px;
}

/*.logo-top h3:before {
    content: '';
    width: 150px;
    height: 1px;
    background: #333;
    display: block;
    margin: auto;
    margin-top: -18px;
    margin-bottom: 5px;
}*/

.logo-top .logo1 {
    display: block;
    margin: 5px auto;
    width: 75%;
}

.logo-top img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo-top .triangle {
  margin-bottom: -21px;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 11px;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #FFE5C5;
}

div#main-heading {
    margin-left: auto;
    text-align: left;
    /*background: #FEF0C9;*/
    color: #333;
    padding: 0px 3px 3px;
}

#main-heading p {
    margin: 0px;
    padding-bottom: 5px;
    color: #5C3C2B;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    display: block;
    line-height: 10px;
}
#main-heading h2 {
    margin: 0;
    font-size: 27px;
        padding-bottom: 5px;
    /*padding: 5px 0px 5px;*/
        color: #eee;
    font-weight: 600;
        /*padding-left: 70px;*/
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
}

#main-heading h4 {
    margin: 0;
    font-size: 26px;
    /*line-height: 28px;*/
    padding: 0px;
    color: #004d88;
    font-weight: 600;
    text-align: center;
    /*text-transform: uppercase;*/
    font-family: 'Roboto Slab', serif;
}

#main-heading h5 {
    margin: 0;
    /*line-height: 28px;*/
    padding: 0px;
    font-size: 20px;
        color: #004d88;
    font-weight: 600;
    text-align: center;
    /*text-transform: uppercase;*/
    font-family: 'Roboto Slab', serif;
}

#top-back {
    /*background-color: #FEF0C9;*/
    background-color: white;
    /*background-image: url("../worn-dots.png");*/
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.navbar .navbar-collapse {
    text-align: center;
}

#siu-logo {
      padding: 8px 0px;
      float: right;
      margin-left: 100px;
}

img#symh-logo {
    width: 132px;
    display: block;
    margin: 8px auto;
    /*float: right;*/
}

.videothumb {
    border: 3px solid #781518;
}

.countHead {
    /*border-bottom: #bcbcbc solid 1px;*/
    text-align: center;
    padding: 0 0 5px;
    /*min-height: 84px;*/
}

.countHead h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0px;
    color: #C3161C;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

.countHead h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px;
    text-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

#counter h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #6d6a6a;
}

#counter h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.allcount h3 {
    font-size: 16px;
    text-align: center;

    font-weight: bold;
    /* font-style: italic; */
    color: #444;

}



#counter-block {
  /*background-color: #eee;*/
  /*margin-bottom: 50px;*/
      background-image: url(../banner2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
        background-attachment: fixed;
  padding: 50px 0px;
}

#dates-register {
  /*background-color: #eee;*/
}

#about-block {
  margin-bottom: 20px;
  padding: 20px 0px;
}

#about-block h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px;
    color: #C3161C;
}

/*#about-block h2:after {
    content: '';
    width: 90px;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 7px;
}
*/
#about-block p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: justify;
}

#about-block iframe {
    padding-top: 15px;
    padding-bottom: 15px;
}

#about-block .btn {
  border-radius: 0px;
  border: 3px solid #781518;
  background: rgba(255,255,255,0.7);
  color: #C3161C;
  font-family: 'Roboto Slab', serif;
  padding: 6px;
  margin: 15px 0px;
}

.owl-insta, .owl-insta2 {
  margin: 20px 0px 20px;
}

#bottom-slider {
    padding: 15px 0px;
    background: rgba(255,255,255,0.7);
    border-top: 1px solid #D5E2EB;
}

#bottom-slider h4 {
  font-family: 'Roboto Slab', serif;
      color: #C3161C;
}

#imp-info {
  padding: 20px 0px;
}

.border-rl {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.allcount {
    margin: 3px;
    width: 24.4%;
    /*background: #FEF0C9;*/
        background: rgba(254,240,201,0.6);
    min-height: 120px;
    box-shadow: 0 0 14px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.allcount:hover {
      background: rgba(254,240,201,0.8);
}

.allcount:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #C3161C;
    display: block;
    position: absolute;
    left: -21px;
    top: -16px;
    overflow: hidden;
    transform: rotate(45deg);
        box-shadow: 0 0 15px rgba(219,25,20,0.3);
}

#countdown-list {
    padding: 10px 0px;
    border: 3px solid #781518;
    box-sizing: border-box;
    margin: 15px 0px;
    background: rgba(255,255,255,0.7);
}

#countdown-list li span {
  font-size: 24px;
}

#countdown-list #getting-started-d, #countdown-list #getting-started-h, #countdown-list #getting-started-m, #countdown-list #getting-started-s {
    font-size: 36px;
    font-weight: 600;
    color: #781518;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

#countdown-list li span {
    font-size: 18px;
    font-weight: 600;
    color: #781518;
}

#countdown-list li span:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #781518;
    display: block;
    margin: 0px auto 7px;
}

#countdown-list h3 {
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  color: #C3161C;
}

.foot-item a {
    font-weight: normal;
    color: #fff;
}

.foot-item a:hover {
    color: #C3161C;
}

.foot-item ul li a {
    line-height: 16px;
}

.bg-orange {
  background-color: #FEF0C9;
}

table {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    border-width: 3px;
    /*background-color: #FBE7D9*/;
}

table tr.alttr {
  background-color: #FCDDC3;
}

table th {
  background: #191d38;
    color: #fff;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
      border: 1px solid #191d38;
}

.homeicon {
      font-size: 18px;
}

.sectionin .thumbnail {
    /*background: #FEF0C9!important;*/
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #C3161C;
}

.icon360 {
    position: absolute;
    left: 36%;
    top: 20%;
    width: 30%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.tour360:hover .icon360 {
  opacity: .7;
}

.highl {
  font-weight: 600;
  color: #ccc;
}

.foot-item-content .fa-phone, .foot-item-content .fa-envelope, .foot-item-content .fa-calendar, .fa-user {
  color: #F8AB71;
}

.fa-facebook {
  background-color: #3b5998;
      width: 33px;
    height: 33px;
    line-height: 33px;
}

.fa-twitter {
  background-color: #55acee;
      width: 33px;
    height: 33px;
    line-height: 33px;
}

.fa-linkedin {
  background-color: #007bb6;
      width: 33px;
    height: 33px;
    line-height: 33px;
}

.fa-youtube {
  background-color: #dd4b39;
      width: 33px;
    height: 33px;
    line-height: 33px;
}

.fa-facebook:before, .fa-twitter:before, .fa-linkedin:before, .fa-youtube:before {
    vertical-align: middle;
}

.fsbhli a p, #scy {
  color: #0097A7 !important;
}

.scheduleh4 {
      color: #781518;
}

.tracksh4 {
  color: #795548;
}

#thankyoumessage {
      padding: 90px 60px;
    border: 7px solid #F9B98B;
    background: #FBD8BF;
}

#sitemapblk {
    background-color: #FBD6BC;
    border: 4px solid #FACAA7;
    padding: 20px;
}

.contactstar {
    color: #C52D29;
    font-size: 16px;
}

.quicklinks li a {
    line-height: 33px!important;
}

.footerabout {
      font-size: 15px;
    line-height: 26px;
}

.homeabout {
  font-size: 16px!important;
    line-height: 27px!important;
}

.conceptp {
  font-size: 17px!important;
    line-height: 30px!important;
}

.right-dash-border {
  border-right: 1px dashed #781518;
}

.left-dash-border {
  border-left: 1px dashed #781518;
}

.greylink {
  color: #333;
  transition: all .3s ease-in-out;
}

.greylink:hover {
  color: #F36D5D;
}

.subh4 {
  font-size: 15px;
}

.orgnizdby p {
      line-height: 12px;
      padding: 3px 0px !important;
      font-size: 11px !important;
}

.orgnizdby h4 {
      font-size: 17px !important;
    line-height: 12px;
    color: #C52A28 !important;
}

.convorgsec {
      display: block;
    margin: auto;
    width: 200px;
    border-radius: 20px;
    /*border: 1px solid #781518;*/
}

#home h2, .campussub h2 {
    color: #fff !important;
    text-shadow: 0 0 15px #000;
}

#home .carousel-caption {
  right: 15%;
  left: 2%;
  top: 65%;
}

#onlinereg {
  padding: 5px 10px 8px;
  border-radius: 5px;
  color: #fff;
  background: #781518;
  border: 1px solid #781518;
  transition: all .3s ease-in-out;
  margin-right: 15px;
}

#onlinereg:hover {
  background: #5D1012;
}

@-webkit-keyframes animCloud {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes animCloud {
  from {
    -moz-transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
@keyframes animCloud {
  from {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes animCloudb {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes animCloudb {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@keyframes animCloudb {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

#flagstrip {
  -webkit-animation: animCloud 45s infinite linear;
  -moz-animation: animCloud 45s infinite linear;
  animation: animCloud 45s infinite linear;
      vertical-align: bottom;
    margin-bottom: -22px;
    display: block;
    height: 20px;
}

#flagstrip2 {
  -webkit-animation: animCloudb 45s infinite linear;
  -moz-animation: animCloudb 45s infinite linear;
  animation: animCloudb 45s infinite linear;
  vertical-align: bottom;
  height: 20px;
}

.flasdiv {
  overflow: hidden;
}

.activetab {
    background-color: #17006d;
}

.activesubtab {
    background-color: #004d88 !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

#myCarousel .carousel-caption {
  right: 0;
  left: 0;
  top: 0%;
  bottom: 10%;
}

#myCarousel .carousel-caption h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  text-shadow: 0 0 60px rgba(0,0,0,0.4);
  color: #c52a28;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}   

.pcaption {
    font-size: 11px;
    min-height: 72px;
    padding-top: 10px;
}

.thumbnail {
    background-color: #FFF7ED;
}
























.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
}
.footer {
    width: 100%;
    color: #fff;
    background-color: #191d38;
    padding: 30px 20px 12px;
}

.footer .foot-item h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;

    color: #FFF;
}

.footer .foot-item p {
    font-size: 13px;
    text-align: justify;
    color: #ddd;
    line-height: 18px;
    font-weight: 400;
}

.footer .foot-item hr {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 5px;
}

.footer .principle li {
    font-size: 13px;
    line-height: 13px;
    color: #ccc;
}

.social-style-3 {
    float: left;
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}


.social-style-3 li {
    display: inline-block;
    margin: 0px 6px 0px 0px;
}

.social-style-3 li a {
    color: #fff;
    display: block;
    font-size: 19px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
    background-color: rgba(255,255,255,0.8);
}

ul.principle li {
    list-style-type: none;
}

ul.principle li:before {
    line-height: 30px;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    margin-right: 7px;
    font-weight: normal;
    color: #ccc;
}

#copyrt {
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 10px;
    color: #bbb;
    font-size: 12px;
}

.txtcenter {
  text-align: center !important;
}

/* Owl nav */
.owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: calc(50%);
    width: 100%;
}

.owl-theme .owl-controls .owl-nav > div.owl-prev {
    float: left;
}
.owl-theme .owl-controls .owl-nav > div.owl-next {
    float: right;
}
.owl-theme .owl-controls .owl-nav div {
    opacity: 1;
    transition: .5s all;
}
.owl-theme .owl-controls .owl-dots {
  margin-top: -50px;
  position: relative;
  float: right;
  right: 12px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
    height: 8px;
    margin: 7px 6px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: rgba(255, 255, 255, 0.95);
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

/*.owl-theme .owl-dots .owl-dot span {
  background: rgba(214,214,214,0.3);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255,255,255,0.6);
}*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: rgba(0,0,0,0.0);
  margin: 0px;
  margin-top: -10px;
    padding: 3px 10px;
    font-size: 16px;
    border-radius: 0px;
    color: #781518;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: rgba(120,21,24,0.6);
    color: #fff;
    text-decoration: none;
}





.carousel-caption {
    right: 15%;
    left: 10%;
    top: 10%;
    padding-bottom: 30px;
    text-align: left;
}

.carousel-caption h1 {

}

.carousel-caption p {
  font-size: 16px!important;
    line-height: 23px!important;
}

#banner {
  /*margin-bottom: 50px;*/
}

#banner .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}


h4.notice-text {
    font-size: 22px;
    text-align: center;
    background: #eee;
    margin: 0;
    font-weight: 600;
    padding: 20px 20px 25px;
    border: 15px solid #ddd;
    color: #173D50;
    text-transform: capitalize;
    /*border-radius: 25px;*/
}

.owl-carousel.owl-theme .owl-controls .owl-nav {
    position: absolute;
    top: calc(42%);
    width: 100%;
}

.punec.owl-carousel .owl-item {
  height: 400px;
}

.punec.owl-carousel .owl-item img.punec-bg-image {
  opacity: .2;
}

.carousel-caption {
    text-shadow: 0 0px 0px rgba(0, 0, 0, .6);
}

.main.owl-carousel .owl-item {
  height: 500px;
}

.main.owl-carousel .owl-item img {
    bottom: 0;
    position: absolute;
}

.registdate {
    padding: 30px 30px 8px;
    /*background: rgba(245, 245, 245, 0.6);*/
    border: 10px solid #191d38;
    min-height: 473px;
    border-radius: 25px;
}

.registdate.left {
    border-radius: 25px 0px 0px 25px;
}

.registdate.left table, .registdate.right table {
  background-color: transparent;
  box-shadow: none;
}

.registdate.right {
    border-radius: 0px 25px 25px 0px;
}

.registdate h2 {
  font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px;
    color: #C3161C;
        margin: 5px 5px 15px;
}

.dateblock {
    /*padding: 20px;*/
    /*background: #eee;*/
    margin-bottom: 40px;
    margin-top: 40px;
    border-radius: 35px;
}

#content {
  margin-top: 50px;
  margin-bottom: 50px;
}

#content .row .sectionin h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 28px;
    color: #c5161b;
}

#content .row .sectionin h3 {
  font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
        color: #781518;
}

#content .row .sectionin p {
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    line-height: 26px;
    color: #444;
}

.sectionin {
  /*padding-left: 50px;
  padding-right: 50px;*/
}

#news-heading {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #C3161C;
}

#info {
  font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 18px;
    background: #eee;
    border: 15px solid #bbb;
    border-radius: 0px 0px 25px 25px;
}

label {
    width: 100%;
    color: #173D50!important;
        font-size: 14px;
}

.form-control {
    background-color: rgba(255,255,255,0.7);
    border-radius: 0px;
    padding: 18px 12px;
    box-shadow: none;
    border-color: rgba(120,21,24,0.5);
    font-size: 16px;
    color: #333;
}

.form-control:focus {
  box-shadow: 0 0 12px rgba(120, 21, 24, 0.2);
    border-color: #781518;
}

.aboutpune {
  padding: 25px 0px;
  border-bottom: 1px solid #eee;
}

.allcount h3:after {
    content: '';
    width: 38px;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 5px auto;
}


.sectionin.tour360 {
  padding: 0 10px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default {
    border-color: #F7BE93;
}

.panel-heading {
  border-radiu    font-weight: 600;
    color: #745360;s: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F7BE93;
    background: #FACCA9;
    border-left: 3px solid #F7BE93;
}

.well {
    background-color: #FFDBC0;
    border: 4px solid #F7BE93;
    border-radius: 0px;
    padding: 16px;
}

.well ul {
    font-weight: 600;
    color: #745360;
        font-size: 16px;
}

.well h3 {
    margin: 14px 5px;
    font-weight: 600;
    color: #781518;
}

.panel-default > .panel-heading {
    color: #555;
    background-color: #FACCA9;
    border-color: #ddd;
    border-left: 3px solid #F7BE93;
    border-radius: 0;
        padding: 7px 20px;
}

.panel-default > .panel-heading h3 {
    color: #781518 !important;
}

.greybox {
        background-color: rgb(253, 234, 222);
    border: 5px solid #FBD1B2;
}

.nav-tabs.nav-justified > .active > a:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #781518;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.nav-tabs.nav-justified > .active > a {
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #fff;
    border-radius: 0px 0px 0 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #fff;
}

#campusesli a {
  color: #333;
      font-size: 18px;
      border: none;
}

#campusesli li.active a {
  color: #781518;
  border-width: 0px;
}

.campussub {
    position: absolute;
    bottom: 0;
    left: 3%;
}




#verticalhc {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    text-align: center;
    background-color: #A90E13;
    padding: 13px 0px;
    margin: 0px;
    border: 5px solid #A90E13;
}

#horizontalh2 h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin: 5px;
    padding: 10px;
    transition: all .3s ease-in-out;
}

#horizontalh2 h2:hover {
    margin-left: 15px;
}

#horizontalh2 h2 span {
    background-color: #781518;
    padding: 5px 35px 5px 20px;
}

#horizontalh2 h2:after {
    content: '';
    width: 32px;
    height: 44px;
    vertical-align: middle;
    margin-top: -8px;
    margin-left: -17px;
    position: absolute;
    display: inline-block;
    background: #A90E13;
    transform: skewX(34deg);
}

#home-tracks {
    /*background-image: url(../banner2-bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10px 0px;
}

.trackshcword {
    font-family: 'Roboto Slab', serif;
    color: #474E5D;
    font-style: italic;
    font-size: 19px;
    padding-right: 5px;
}

#trackblock h2 {
    font-size: 19px;
    text-align: right;
    font-weight: 700;
    margin: 14px;
    padding: 5px;
    line-height: 28px;
    background: #781518;
    color: #fff;
    width: 80%;
    border-left: 5px solid #C3161C;
}

/*#horizontalh2 h2:before {
    content: "";
    background-color: #781518;
    vertical-align: middle;
    position: absolute;
    left: -37px;
    margin-top: 14px;
    width: 77px;
    height: 2px;
}*/

select {
    display: block;
    padding: 10px;
    width: 100%;
    background: #FEF7EE;
    border: 1px solid rgba(120,21,24,0.5);
    font-size: 16px;
    color: #333;
}

.viewmore {
  color: #781518;
}

.viewmore:hover {
  color: #C3161C;
}



















@media screen and (max-width: 767px) {
  div#main-heading {
      padding: 5px;
  }
  #main-heading h4 {
    font-size: 17px;
    padding: 0px;
  }
  .orgnizdby h4 {
    font-size: 12px !important;
  }
  img#symh-logo {
    margin: 4px auto;
  }
  #main-heading p {
    font-size: 8px;
  }
  #main-heading h2 {
    font-size: 24px;
  }
  #siu-logo {
    float: left;
    margin: 0px;
  }
  .registdate.right h4 {
    font-size: 14px;
  }
  .navbar-default .navbar-nav>li:hover .dropdown-menu {
    display: block;
    min-width: 100%;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
    text-align: center;
  }
  .main.owl-carousel .owl-item {
    height: 165px;
  }
  #countdown-list li span {
    font-size: 17px;
  }
  #countdown-list #getting-started-d, #countdown-list #getting-started-h, #countdown-list #getting-started-m, #countdown-list #getting-started-s {
    font-size: 25px;
  }
  .homeabout {
    font-size: 14px!important;
    line-height: 22px!important;
  }
  .navbar-default .navbar-nav>li:hover  .dropdown-menu {
    display: block;
    /*max-width: 0%;*/
  }
  .navbar .navbar-nav {
    width: 100%;
  }
  .registdate.left, .registdate.right {
    border-radius: 0px;
  }
  .registdate {
      font-size: 13px;
      text-align: justify;
      padding: 10px;
      border: 5px solid #191d38;
      min-height: 430px;
      margin-top: 10px;
  }
  .right-dash-border, .left-dash-border {
    border: none;
  }
  .dropdown-menu > li > a {
    text-align: center;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 25px;
  }
  .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-menu > li > a {
    padding: 5px 20px;
  }
  .punec.owl-carousel .owl-item {
    height: 236px;
  }
  .punec.symbc.owl-carousel .owl-item {
    height: 120px;
  }
  .footer .foot-item p {
    font-size: 12px;
  }
  #content .row .sectionin h2 {
    font-size: 22px;
  }
  #content .row .sectionin h3 {
    font-size: 18px;
  }
  #content .row .sectionin p {
    font-size: 16px;
    line-height: 24px;
  }
  .galimg {
    height: 230px;
    width: 100%;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 10px;
    padding: 15px 5px;
  }
  #main-heading h4 {
    font-size: 16px;
  }
  #main-heading p {
    font-size: 9px;
  }
  #main-heading h2 {
    font-size: 20px;
  }
  #symhead {
    padding: 0px 20px;
    width: 220px;
  }
  .orgnizdby h4 {
    font-size: 12px !important;
    line-height: 10px;
  }
  img#symh-logo {
    margin: 11px auto;
  }
  #siu-logo {
    padding: 15px 0px;
  }
  .punec.owl-carousel .owl-item {
    height: 236px;
  }
  .footer .foot-item p {
    font-size: 10px;
    line-height: 14px;
  }
  .quicklinks li a {
    font-size: 14px;
    line-height: 29px !important;
  }
  .footer .foot-item h5 {
    font-size: 12px;
  }
  .foot-item-content.address h4 {
    font-size: 16px;
  }
  .galimg {
    height: 165px;
    width: 100%;
    background-size: cover;
  }
  .css_blink{
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #trackblock h2 {
    font-size: 17px;
    margin: 12px;
  }
  #horizontalh2 h2:after {
    height: 42px;
  }
  #horizontalh2 h2 {
    font-size: 24px;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 6px;
  }
  #main-heading h4 {
    font-size: 23px;
  }
  #main-heading p {
    font-size: 11px;
  }
  .orgnizdby h4 {
    font-size: 15px !important;
  }
  .footer .foot-item h5 {
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 992px) {
  .galimg {
      height: 255px;
      width: 100%;
      background-size: cover;
  }

}





.owl-insta2.owl-carousel .owl-item img  {
    display: block !important;
    width: auto !important;
    height: 100px !important;
    margin: auto !important;
}