* {
    padding: 0px;
    margin: 0px;
}

body {
  font-family: 'Rubik', sans-serif;
}

img {
    max-width: 100%;
}

.header-top {
    background: #014828;
    padding: 10px;
}
ul.contact_details__box {
    margin: 0px;
}

ul.contact_details__box li a i {
    color: #ffffff;
    font-size: 20px;
 
}

ul.contact_details__box li a {
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

ul.contact_details__box li {
    display: inline-block;
    margin: 0px 5px;
}

ul.contact_details__box.left {
    list-style-type: none;

    float:left;
}

a.navbar-brand {
    height: 85px;
    padding: 5px 0px;
}


.navbar-brand > img {
    display: block;
    max-width: 100%;
    height: 90px;
    /*height: 100%;*/
    object-fit: contain;
}

.header-bottom {

    background: #fff;
}
.header-bottom .navbar-header button.navbar-toggle {
    background: #014828;
}
.header-bottom .navbar-header button.navbar-toggle span.icon-bar {
    background: #fff;
}
div#navbar ul.nav > li > a {
    line-height: 36px;
    padding: 0px 8px;
    /*padding: 0px 15px;*/
    margin-right: 5px;
    color: #014828;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
nav.navbar.navbar-fixed-top {
    -webkit-box-shadow: 0 0 10px 0 #333333;
    box-shadow: 0 0 10px 0 #333333;
    padding: 0px;
    margin: 0px;
}

div#navbar ul.nav>li:last-child>a {
    margin: 0px;
}

div#navbar ul.nav>li>a span.badge {
    position: relative;
    top: -13px;
    background: #e03574;
    padding: 5px 10px;
    border-radius: 5px;
}

ul.dropdown-menu>li {
    position: relative;
}

ul.dropdown-menu>li a {
    padding: 10px 20px;
}

ul.dropdown-menu>li>a:before {
    content: '›';
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 16px;
    color: #014828;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

ul.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #014828;
}

.dropdown-menu>li>a:hover {
  background: #014828;
  color: #fff;
}

.website-main-content {
    padding-top: 87PX;
}

.dropdown-menu>li>a {
  color: #014828;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 400;
  border-bottom: 1px solid #dedede;
}
ul.dropdown-menu {
    padding: 0px;
}
ul.dropdown-menu>li:last-child a {
    border: 0px;
}
ul.contact_details__box.left li:first-child {
    border-right: 1px solid #fff;
}
ul.contact_details__box.pull-right li:first-child a {
    border-right: 1px solid #fff;
}
ul.contact_details__box.left li:first-child label {
    padding: 0px 10px;
    margin: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.dropdown-submenu {
    position: relative;
    padding: 0px 0px;
  }
  .dropdown-submenu .dropdown-item-toggle {
    margin-right: 5px;
  }
  .dropdown-submenu .dropdown-item-toggle::after {
    position: absolute;
    right: 7px;
    content: "▸";
    color: #aaa;
    margin-left: 0.5rem;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100%;
    margin-top: -1px;
    min-width: 305px;
  }
  .dropdown-item.dropdown-submenu> a:before {
    content: '›';
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 16px;
    color: #59001e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.dropdown-item.dropdown-submenu a {
    color: #014828;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
    border-bottom: 1px solid #dedede;
    display: table;
    width: 100%;
}
.dropdown-item.dropdown-submenu .dropdown-menu a.dropdown-item:before {
    content: '›';
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 16px;
    color: #014828;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.dropdown-item.dropdown-submenu .dropdown-menu a {
    position: relative;
}
















/*****************Slider Home Page Banner ************************/

.Modern-Slider .item .img-fill{  
  height: calc(100vh - 138px );
  background:#000;
}

.Modern-Slider .item .img-fill .info{
  position:relative;
  width:100%;
  height:100%;
  top: 0px;
  left:0px;
  background:rgba(0,0,0,.50);
  line-height:calc(100vh - 138px );
  text-align:center;
}

.Modern-Slider .item .img-fill img{
  position: absolute;
  width: 100%;
  height: calc(100vh - 138px);
  object-fit: cover;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#d62828;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  -webkit-animation:ProgressDots 11s both;
          animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font:30px/50px RalewayB;
  text-transform:uppercase;
  color:#FFF;
  -webkit-animation:fadeOutRight 1s both;
          animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
}

.Modern-Slider .item h5{
  margin:0;
  padding:0;
  font:15px/30px RalewayR;
  color:#FFF;
  max-width:600px;
  overflow:hidden;
  height:60px;
  -webkit-animation:fadeOutLeft 1s both;
          animation:fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3{
  -webkit-animation:fadeInDown 1s both 1s;
          animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  -webkit-animation:fadeInLeft 1s both 1.5s;
          animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  -webkit-animation:Slick-FastSwipeIn 1s both;
          animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/*****************Slider Home Page Banner ************************/






























section.page-section {
  padding: 40px 0px;
}
h3.section-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #5a5a5a;
}
h3.section-title span {
  font-weight: 200;
}
.section-title-bottom-line {
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto 25px;
}
.section-title-bottom-line a {
  color: #012440;
  font-size: 15px;
 // background: #ebecee;
  padding: 0px 15px;
  position: relative;
  z-index: 1;
}
.section-title-bottom-line:after {
  content: "";
  border-top: 1px solid #012440;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 0;
}
p.section-discription {
  color: #696969;
  line-height: 22px;
}
a.read-more {
  padding: 10px 20px;
  background: #014828;
  border-radius: 25px;
  margin: 15px 0px;
  display: inline-block;
  color: #fff;
}
.Principal-message-read-more {
  padding: 60px 0px;
}
/****************LATEST NEWS & UPDATES***********/
.bullet-in-section .fas {
  margin-right: 4px !important;
  /*override*/
}

.bullet-in-section .pagination .fas {
  margin-right: 0px !important;
  /*override*/
}

.bullet-in-section .pagination a {
  color: #194c83;
  background: #c1c1c133;
  FONT-SIZE: 16PX;
}

.bullet-in-section .card ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.bullet-in-section .news-item {
  padding: 0px 4px;
  margin: 0px;
  border-bottom: 1px dotted #555;
}

.bullet-in-section .card.panel-default {
    position: relative;
    min-width: auto;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0px 0px 10px #d8c2c2;
    height: 307px;
}

.bullet-in-section .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bullet-in-section .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bullet-in-section .card-body {
  min-height: 1px;
  padding: 0PX 1.25rem;
}

.bullet-in-section li.news-item table td {
  padding: 5px;
}

.bullet-in-section .card-footer {
  padding: 0px 10px 10px;
  background-color: rgba(0, 0, 0, 0.03);
  PADDING-TOP: 0PX;
  MARGIN-TOP: -15PX;
}

.bullet-in-section ul.pagination.float-right {
  float: right;
}

.bullet-in-section .card-header i.icon-signal {
  margin-right: 10px;
  color: #1a4c82;
  font-size: 18px;
}

.bullet-in-section .demo1 img.img-circle {
  object-fit: contain;
  border-radius: 0px;
  width: 50px;
  max-width: unset;
  height: 70px;
}
section.page-section.news {
  background: #dadadad1;
}
/*section.page-section.news .section-title-bottom-line a {
  background: #e1e1e1;
}*/
.vid-main-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 440px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 5px 10px #7d7d7d;
}


.vid-container {
  position: relative;
  height: 0; 
  width:60%;
  float:left;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 360px;
}


.vid-list-container {
width: 40%;
height:360px;
overflow: hidden;
float:right;
}

.vid-list-container:hover, .vid-list-container:focus {
 overflow-y: auto;
}

ol#vid-list {
margin:0;
padding:0;
background: #222;
}

ol#vid-list li {
list-style: none;
list-style: none;
display: table;
width: 100%;
}

ol#vid-list li a {
  text-decoration: none;
  background-color: #000;
  height: 72px;
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  border-top: 0px;
}

ol#vid-list li a:hover {
background-color:#666666
}

.vid-thumb {
float:left;
margin-right: 8px;
}

.active-vid { 
background:#3A3A3A;
}

#vid-list .desc {
color: #CACACA;
font-size: 13px;
margin-top:5px;
}


@media (max-width: 624px) {

  
.caption {
  margin-top: 40px;
}
.vid-list-container {
  padding-bottom: 20px;
}

}
.bullet-in-section {
  margin-bottom: 30px;
  margin-top: 45px;
  position:relative;
}
/****************LATEST NEWS & UPDATES***********/

/*************School group**************/
section.page-section.school-group .post-slide .post-img img {
  height: 400px;
  object-fit: cover;
}
section.page-section.school-group .post-slide .post-img {
  position: relative;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
  border-radius: 10px;
  border: 4px solid #adadad;
}
  section.page-section.school-group .post-slide .post-img p {
      position: absolute;
      background: #1d21298c;
      width: 100%;
      bottom: 0;
      z-index: 1;
      padding: 20px;
      color: #fff;
      text-align: center;
      margin: 0;
      bottom: 0;
      font-size: 20px;
      font-weight: 600;
  }
  section.page-section.school-group .post-slide .post-img a.over-layer {
      display: none;
  }
section.page-section.school-group .post-slide {
  box-shadow: none;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  transform: translateY(-50%);
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  transform: translateY(-50%);
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
.post-slide {
  background: #fff;
  margin: 0px 15px 0px;
  border-radius: 0px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  margin: 0px;
  box-shadow: 0px 0px 10px #f9c7c7;
}
section.page-section.school-group {
  background: #e1e1e1;
}
/*************School group**************/

/************Events Section Style*********/

.event-style h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.event-style h2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  text-transform: uppercase;
}
.event-style h3 {
  font-family: 'Kaushan Script', cursive;
  font-size: 1.5em;
  font-weight: 400;
}
.event-style h4 {
  font-family: Montserrat, sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  text-transform: uppercase;
}
.event-style p {
  line-height: 150%;
  font-family: Roboto, sans-serif;
  font-size: 0.9375em;
  color: #999;
}
.event-style li {
  list-style-type: none;
}
.event-style a {
  text-decoration: none;
}
.event-style .bg-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.event-style .section-header {
  padding-top: 5.625em;
  text-align: center;
}
.event-style .section-header h3 {
  margin-bottom: 0.5em;
}
.event-style .section-header .line-red {
  margin: 2.5em auto 2.9375em auto;
}
.event-style .line-red {
  display: block;
  width: 4em;
  height: 0.1875em;
  margin: 0 auto;
  background: #f38181;
}

/* Section-1 Styles */
#section-1.event-style {
  height: 320px;
  color: #fff;
  background-color: #222;
}
#section-1.event-style .content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-1.event-style .content-slider input {
  display: none;
}
#section-1.event-style .content-slider .slider {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
#section-1.event-style .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.5s ease;
}
#section-1.event-style .content-slider .slider .banner .banner-inner-wrapper {
  height: 100%;
  padding-top: 6em;
  background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 79%));
  box-sizing: border-box;
}
#section-1.event-style .content-slider .slider .banner .banner-inner-wrapper h2 {
    padding-bottom: 0.3em;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-size: 45px;
    text-transform: none;
    margin: 0px;
}
#section-1.event-style .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 45px;
}
#section-1.event-style .content-slider .slider .banner .banner-inner-wrapper .line {
    display: block;
    width: 4em;
    height: 0.1875em;
    margin: 1.5em auto;
    background: #fff;
}
#section-1.event-style .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {
  padding-bottom: 5em;
  z-index: 15 !important;
}
#section-1.event-style .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
  padding: 0.5em 2em;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.875em;
  color: #fff;
  text-transform: uppercase;
  border: 0.1875em solid #fff;
}
#section-1.event-style .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
  color: #e88382;
  border-color: #e88382;
  transition: 0.3s;
}
#section-1.event-style .content-slider .slider #top-banner-1 {
  /*background: url('https://s3.ap-south-1.amazonaws.com/franciscan/SchImg/ALLENV/PhotoAlbum/Full/holicelebr3032820647.jpg') no-repeat center center;*/
  /*background-size: cover;*/
}
#section-1.event-style .content-slider .slider #top-banner-2 {
  /*background: url('https://s3.ap-south-1.amazonaws.com/franciscan/SchImg/ALLENV/PhotoAlbum/Full/parichay299295750.jpg') no-repeat center center;*/
  /*background-size: cover;*/
}
#section-1.event-style .content-slider .slider #top-banner-3 {
/*  background: url('https://s3.ap-south-1.amazonaws.com/franciscan/SchImg/ALLENV/PhotoAlbum/Full/scienceday298297774.jpg') no-repeat center center;*/
  /*background-size: cover;*/
}
#section-1.event-style .content-slider .slider #top-banner-4 {
  /*background: url('https://s3.ap-south-1.amazonaws.com/franciscan/SchImg/ALLENV/PhotoAlbum/Full/felicitaio2971337526.jpg') no-repeat center center;*/
  /*background-size: cover;*/
}
#section-1.event-style .content-slider nav {
  position: absolute;
  bottom: 0.5em;
  width: 100%;
  z-index: 1;
  text-align: center;
}
#section-1.event-style .content-slider nav .controls {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
#section-1.event-style .content-slider nav .controls label {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 3.1em;
  overflow: hidden;
  margin: 0 1em;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  color: #f6eac5;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
#section-1.event-style .content-slider nav .controls label .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #f6eac5;
  z-index: 100;
}
#section-1.event-style .content-slider nav .controls label .progressbar .progressbar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: #014828;
}
#section-1.event-style .content-slider nav .controls label span {
  font-size: 1.4em;
  font-weight: 700;
}
#section-1.event-style .content-slider nav .controls label:hover {
  color: #e88382;
}
#section-1.event-style .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-1.event-style .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-1.event-style .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-1.event-style .content-slider #banner4:checked ~ .slider #top-banner-4 {
  opacity: 1;
  z-index: 1;
}
#section-1.event-style .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#section-1.event-style .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#section-1.event-style .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#section-1.event-style .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
  cursor: default;
  color: #fff;
  transition: all 0.5s;
}
#section-1.event-style .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#section-1.event-style .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#section-1.event-style .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#section-1.event-style .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
  background: #fff;
}
#section-1.event-style .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#section-1.event-style .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#section-1.event-style .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#section-1.event-style .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
  animation: progressBarFill 5s linear;
}
/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
/* Media Queries */
@media only screen and (min-width: 1920px) {

  
  .main-header .header-wrapper {
    width: 57%;
  }
  #section-1.event-style {
    height: 320px;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1919px) {

  
  .main-header .header-wrapper {
    width: 60%;
  }
  #section-1.event-style {
    height: calc(100vh - 347px);
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 1680px) {

  
  .main-header .header-wrapper {
    width: 65%;
  }
  #section-1.event-style {
    height: 40em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 1366px) {

  
  .main-header .header-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 1120px) {
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 1.4em;
  }
  #section-1.event-style {
    height: 35em;
  }
  #section-1.event-style .content-slider nav {
    bottom: -0.2em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 7em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 2em auto;
  }
}
@media only screen and (max-width: 1024px) {

  
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 1.3em;
  }
  #section-1.event-style .content-slider nav {
    bottom: 0;
  }
  #section-1.event-style .content-slider nav .controls {
    width: 80%;
  }
}
@media only screen and (max-width: 860px) {
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 0.9em;
  }
  #section-1.event-style {
    height: 29em;
  }
  #section-1.event-style .content-slider nav {
    bottom: -1em;
  }
  #section-1.event-style .content-slider nav .controls {
    width: 90%;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 2em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 4.5em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 768px) {
  .main-header .header-wrapper .main-menu li {
    padding: 0.75em 0.5em;
  }
  #section-1.event-style {
    height: 27em;
  }
  #section-1.event-style .content-slider nav .controls {
    width: 100%;
  }
  #section-1.event-style .content-slider nav .controls label {
    width: 19%;
    font-size: 0.8em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 1.7em auto;
  }
}
@media only screen and (max-width: 650px) {
  .main-header .header-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  .main-header .header-wrapper {
    width: 97%;
  }
  .main-header .header-wrapper .main-logo {
    display: none;
  }
  .main-header .header-wrapper .main-menu li {
    padding: 0.2em 0.3em;
  }
  .main-header .header-wrapper .main-menu li:last-child,
  .main-header .header-wrapper .main-menu li:nth-child(6) {
    padding: 0.2em 0.7em;
  }
  #section-1.event-style {
       height: 320px;
  }
  #section-1.event-style .content-slider nav {
    bottom: -0.5em;
  }
  #section-1.event-style .content-slider nav .controls label {
    width: 40%;
    font-size: 0.7em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 1.5em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 3em;
  }
  #section-1.event-style .content-slider .slider .banner .banner-inner-wrapper .line {
    margin: 1.7em auto;
  }
}
div#news-slider4 .post-img {
  text-align: center;
}
div#news-slider4 .post-img {
  text-align: center;
}
/*section.page-section.school-group .section-title-bottom-line a {
  */background: #e1e1e1;
}
div#news-slider6 .post-img {
  text-align: center;
}
/************Events Section Style*********/


section.page-section.Event-Calendar-allenkid .icon {
  text-align: center;
}
section.page-section.Event-Calendar-allenkid .icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.page-section.Event-Calendar-allenkid  .icon ul li {
  margin: 0px 0px;
  height: 116px;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s;
  /* width: 50%; */
  padding: 0px 61px;
}
section.page-section.Event-Calendar-allenkid  .icon ul li a {
  color: #0a1650;
  font-size: 25px;
  white-space: nowrap;
  font-weight: bold;
  display: block;
  transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  text-decoration: none;
  float: left;
  padding-top: 43px;
  padding-left: 117px;
  background-size: contain;
  background-size: 100px;
}
section.page-section.Event-Calendar-allenkid  .icon ul li a span {
  width: 100%;
  height: 81px;
  background-repeat: no-repeat;
  float: right;
  text-align: right;
}
section.page-section.Event-Calendar-allenkid .icon ul li.kids_corner a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-repeat: no-repeat;
  background: url(https://www.allenhouselucknow.com/images/k1.png) left no-repeat;
}
section.page-section.Event-Calendar-allenkid .icon ul li.Event_Calendar a {
  background: url(https://www.allenhouselucknow.com/images/calen.png) left no-repeat;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


/****************************************testimonial********************/

.testim {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;    
  -ms-transition: all .3s ease-in-out;    
  -moz-transition: all .3s ease-in-out;    
  -o-transition: all .3s ease-in-out;    
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}
  

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
  
.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}
  

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
  

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #fff;
}

.testim .cont div h2 {
  color: #ffffff;
  font-size: 20px;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #eee;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;            
  -moz-animation: testim-show .5s ease-in-out forwards;            
  -ms-animation: testim-show .5s ease-in-out forwards;            
  -o-animation: testim-show .5s ease-in-out forwards;            
  animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
  -moz-animation: testim-content-in .4s ease-in-out forwards;    
  -ms-animation: testim-content-in .4s ease-in-out forwards;    
  -o-animation: testim-content-in .4s ease-in-out forwards;    
  animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
  -moz-animation: testim-content-in .5s ease-in-out forwards;    
  -ms-animation: testim-content-in .5s ease-in-out forwards;    
  -o-animation: testim-content-in .5s ease-in-out forwards;    
  animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;            
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;            
  -o-animation: testim-hide .5s ease-in-out forwards;            
  animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
  -moz-animation: testim-content-out .4s ease-in-out forwards;        
  -ms-animation: testim-content-out .4s ease-in-out forwards;        
  -o-animation: testim-content-out .4s ease-in-out forwards;        
  animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
  -moz-animation: testim-content-out .5s ease-in-out forwards;    
  -ms-animation: testim-content-out .5s ease-in-out forwards;    
  -o-animation: testim-content-out .5s ease-in-out forwards;    
  animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      transform: translateY(0);        
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      transform: scale(1);       
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}
section.testimonial {
  height: 430px;
  background: #014828;
  position: relative;
}


section.testimonial {
  height: 430px;
  background: #014828;
  position: relative;
}
section.testimonial {
  padding: 20px 0px;
}
section.testimonial h3.section-title {
  color: #fff;
}
section.testimonial .section-title-bottom-line:after {

  border-top: 1px solid #ffffff;

}
/*section.testimonial .section-title-bottom-line a {
  color: #ffffff;  
  background: #014828;

}*/
section.page-section.facebook-feeds-youtube-contact-form h3.section-title {
  font-size: 25px;
  margin-bottom: 10px;
 
}
.o-video {
  width: 100%;
  
  position: relative;
   /* 9 / 16 * 100 */
}
.o-video > iframe {
  width: 100%;
  height: 350PX;
  
  top: 0;
  left: 0;
  border: 0;
}
.copyright {
  text-align: center;
  padding: 0px;
  color: #fff;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #09511e;
}
.copyright>div {
  background: #09511e;
  padding: 20px 0px;
}
section.page-section.mission-and-vision {
  text-align: center;
}
.Principal-disc-spac {
  padding: 20px 0px;
}

/****************************************testimonial********************/

/****************************************CAMPUS TOUR********************/
.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
  -webkit-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  height: 30px;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
/****************************************CAMPUS TOUR********************/       
/****************************************book-list********************/  
.allenhose-story-discription.book-list table td, .allenhose-story-discription.book-list table th {
  padding: 3px;
}
.allenhose-story-discription.book-list table {
  text-align: center;
}

/****************************************book-list********************/  
h3.section-title.text-left {
  text-align: left;
}
.news-letter-box a {
  display: block;
  width: 250px;
  margin: 20px auto 0px;
}
.news-letter-box a button.btn.btn-primary {
  width: 100%;
}
.col-md-3.news-letter-box img {
  height: 330px;
  object-fit: cover;
}
.col-md-3.news-letter-box {
  border: 1px solid #ccc;
  padding: 20px;
  background: #ededed;
}
.Achievement .col-md-3.news-letter-box img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}
.Achievement .box1 .achibg {
  text-align: left;
}
.Achievement .box1 .achibg .achi-dtl {
  font-size: 20px;
  margin: 10px 0px;
}
.Achievement .gallery-searchA {
  width: calc(100% + 30px );
  float: left;
  text-align: left;
  font-weight: normal;
  border: 1px solid #858585;
  margin: 15px -15px;
}
.Achievement .gallery-searchA ul {
  list-style-type: none;
  display: table;
  width: 100%;
  margin: 0px;
}
.Achievement .gallery-searchA ul li {
  height: 38px;
  line-height: 40px;
  margin: 0px 11px;
  color: #363636;
  font-size: 15px;
  display: inline-block;
  float: left;
  border: 0px solid #000;
  position: relative;
  font-weight: 400;
}
.Achievement .gallery-searchA ul li input[type="radio"] {

  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  outline: none;
  margin: 0px 7px 0px 0px;
  padding: 0px 1px 0px 1px;
  border: 1px solid #2a4678;
  position: relative;
  top: 0px;
}
.Achievement .gallery-searchA ul li label {
  font-weight: 400;
  font-size: 13px;
}
.Achievement .gallery-searchA ul li.lastli.mLeft >div {
  float: left;
}
.Achievement .gallery-searchA ul li.lastli.mLeft {
  float: right;
  margin: 0px;
}
.Achievement  .searchbox input,.Achievement  .searchbox select {
  color: #535252;
  width: 287px;
  border: none;
  border-right: 0px;
  outline: none;
  font-size: 18px;
  line-height: 26px;
  height: 37px;
  padding: 0px 5px 0px 5px;
  background: #ffffff;
  border-left: 1px solid rgb(0, 0, 0);
}
.Achievement .searchbtn input {
  border-left: 0px;
  float: right;
  font-weight: 400;
  width: 108px;
  height: 38px;
  background: #014828;
  color: #fff;
  border: 0px solid #717171;
  position: relative;
  margin: 0px -1px 0 0;
  left: 0px;
  font-size: 15px;
  cursor: pointer;
  transition: all .5s;
  text-transform: uppercase;
  line-height: 23px;
}
.achibg > div {
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}
ul{
  list-style-image: url(../images/list/list_icon.png);
  list-style-position: inside;
}
ul li {
  margin-top: 10px;
}
table.fit-india-table td, table.fit-india-table th {
  padding: 5px;
}
.online-reg-form {
  width: 500px;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px auto;
  border-radius: 4px;
}
.school-mgt-committee table td {
  padding: 5px;
}
/**************************Accordian***************/
#accordion .panel,
#accordion .panel-heading,
#accordion panel-title,
#accordion .panel-body {
  border: 0;
}
#accordion .panel {
  box-shadow: none;
}
#accordion .panel .panel-heading {
  border-radius: 0;
}
#accordion .panel .panel-heading .panel-title a {
  text-decoration: none;
  display: block;
}
#accordion .panel .panel-heading .panel-title a span {
  float: right;
  width: 50px;
}
#accordion .panel .panel-heading .panel-title a span:after {
  content: "\2014";
  color: #ffffff;
  font-size: 20px;
}
#accordion .panel .panel-heading .panel-title a.collapsed span:after {
  content: "+";
}
/**************************Accordian***************/
div#accordion {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 0 #33333373;
  box-shadow: 0 0 10px 0 #33333373;
}
div#accordion .panel > div {
  border-bottom: 1px solid #ccc;

}
div#accordion table {
  width: 100%;
}
div#accordion table td {
  padding: 5px;
}
.master-text.teacher-training table td {
  padding: 5px;
}
/**************************Accordian***************/

#accordion .panel .panel-heading {
  border-radius: 0;
  background: #007c83;
  color: #fff;
}
#accordion .panel .panel-heading .panel-title a.collapsed span:after {
  content: "+";
  color: #fff;
}
.online-reg-form1 {
  width: 700px;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px auto;
  border-radius: 4px;
}
.online-reg-form1 .form-group {
  width: 50%;
  float: left;
  padding: 0px 5px;
}
.online-reg-form1 .form-group select, .online-reg-form1 .form-group input {
  width: 100%;
  margin-bottom: 10px;
}
.online-reg-form1 button.btn.btn-default {
  margin: 0px auto;
  display: table;
  width: 170px;
  background: #014828;
  color: #fff;
}
.bus-route table td {
  padding: 5px;
}
table.udgaar_table td input, table.udgaar_table td label {
  display: inline-flex;
  padding: 5px;
}
table.udgaar_table td {
  white-space: nowrap;
  border-bottom: 1px dotted #ccc;
  padding-top: 5px;
}
.udgaar_form-data textarea {
  width: 100% !important;
}

/*************************Event Schedular**************************************/
/* Overall body and content */

.event-scheduler .content-event {
  overflow: none;
  max-width: 725px;
  padding: 0px 0;
  height: 500px;
  position: relative;
  margin: 20px auto;
  background: #52A0FD;
  background: -moz-linear-gradient(right,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: -webkit-linear-gradient(right,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: linear-gradient(to left,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);    
  border-radius: 3px;
  box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*  Events display */
.event-scheduler  .events-container {
  overflow-y: auto;
  height: 100%;
  float: right;
  margin: 0px auto;
  font: 13px Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0 10px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.event-scheduler .events-container:after{
  clear:both;
}
.event-scheduler .event-card {
  padding: 10px 0;
  width: 350px;
  margin: 20px auto;
  display: block;
  background: #fff;
  border-left: 10px solid #52A0FD;
  border-radius: 3px;
  box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.event-scheduler .event-count,.event-scheduler .event-name,.event-scheduler .event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 15px;
}
.event-scheduler .event-count {
  color: #52A0FD;
  text-align: right;
}
.event-scheduler .event-name {
  padding-right:0;
  text-align: left;
}
.event-scheduler .event-cancelled {
  color: #FF1744;
  text-align: right;
}

/*  Calendar wrapper */
.event-scheduler .calendar-container  { 
  float: left;
  position: relative;
  margin: 0px auto; 
  height: 100%;
  background: #fff;
  font: 13px Helvetica, Arial, san-serif; 
  display: inline-block; 
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.event-scheduler .calendar-container:after{
  clear:both;
}
.event-scheduler .calendar {
  display: table;
}

/* Calendar Header */
.event-scheduler .year-header { 
  background: #52A0FD;
  background: -moz-linear-gradient(left,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: -webkit-linear-gradient(left,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: linear-gradient(to right,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);    
  font-family: Helvetica;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  height: 40px; 
  text-align: center;
  position: relative; 
  color:#fff; 
  border-top-left-radius: 3px;
} 
.event-scheduler .year-header span { 
  display:inline-block; 
  font-size: 20px;
  line-height:40px; 
}
.event-scheduler .left-button,.event-scheduler .right-button { 
  cursor: pointer;
  width:28px; 
  text-align:center; 
  position:absolute; 
} 
.event-scheduler .left-button { 
  left:0; 
  -webkit-border-top-left-radius: 5px; 
  -moz-border-radius-topleft: 5px; 
  border-top-left-radius: 5px; 
} 
.event-scheduler .right-button { 
  right:0; 
  top:0; 
  -webkit-border-top-right-radius: 5px; 
  -moz-border-radius-topright: 5px; 
  border-top-right-radius: 5px; 
} 
.event-scheduler  .left-button:hover {
  background: #3FADFF;
}
.event-scheduler .right-button:hover { 
  background: #00C1FF;
}

/* Buttons */
.event-scheduler  .button{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  transition: .2s ease all;
  color: white;
  border: none;
  box-shadow: -1px 10px 20px #9BC6FD;
  background: #52A0FD;
  background: -moz-linear-gradient(left,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: -webkit-linear-gradient(left,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
  background: linear-gradient(to right,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
}
.event-scheduler #cancel-button {
  box-shadow: -1px 10px 20px #FF7DAE;
  background: #FF1744;
  background: -moz-linear-gradient(left,  #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
  background: -webkit-linear-gradient(left,  #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
  background: linear-gradient(to right,  #FF1744 0%, #FF5D95 80%, #FF5D95 100%);
}
.event-scheduler  #add-button {
  display: block;
  position: absolute;
  right:20px;
  bottom: 20px;
  font-size: 18px;
  padding: 10px 25px;
}
.event-scheduler #add-button:hover,.event-scheduler  #ok-button:hover,.event-scheduler  #cancel-button:hover {
  transform: scale(1.03);
}
.event-scheduler #add-button:active,.event-scheduler  #ok-button:active,.event-scheduler #cancel-button:active {
  transform: translateY(3px) scale(.97);
}

/* Days/months tables */
.event-scheduler .days-table,.event-scheduler .dates-table,.event-scheduler .months-table { 
  border-collapse:separate; 
  text-align: center;
  width: 100%;
} 
.event-scheduler .day { 
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px; 
  border: 2px solid transparent;
  text-transform:uppercase; 
  font-size:90%; 
  color:#9e9e9e; 
} 
.event-scheduler .month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top:10px;
  line-height: 26px; 
  text-transform:uppercase; 
  font-size: 11px; 
  color:#9e9e9e; 
  transition: all 250ms;
}
.event-scheduler .active-month {
  font-weight: bold;
  font-size: 14px;
  color: #FF1744;
  text-shadow: 0 1px 4px RGBA(255, 50, 120, .8);
}
.event-scheduler .month:hover {
  color: #FF1744;
  text-shadow: 0 1px 4px RGBA(255, 50, 120, .8);
}

/*  Dates table */
.event-scheduler .table-date {
  cursor: default;
  color:#2b2b2b; 
  height:26px;
  width: 26px;
  font-size: 15px;
  padding: 10px;
  line-height:26px; 
  text-align:center; 
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 250ms;
}
.event-scheduler .table-date:not(.nil):hover { 
  border-color: #FF1744;
  box-shadow: 0 2px 6px RGBA(255, 50, 120, .9);
}
.event-scheduler .event-date {
  border-color:#52A0FD;
  box-shadow: 0 2px 8px RGBA(130, 180, 255, .9);
}
.event-scheduler .active-date{ 
  background: #FF1744;
  box-shadow: 0 2px 8px RGBA(255, 50, 120, .9);
  color: #fff;
}
.event-scheduler .event-date.active-date {
  background: #52A0FD;
  box-shadow: 0 2px 8px RGBA(130, 180, 255, .9);
}

/* input dialog */
.event-scheduler .dialog{
  z-index: 5;
  background: #fff;
  position: absolute;
  width: 415px;
  height: 500px;
  left: 335px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  border: 1px #aaa solid;
}
.event-scheduler .dialog-header {
  margin: 20px;
  color:#333;
  text-align: center;
}
.event-scheduler .form-container {
  margin-top:25%;
}
.event-scheduler .form-label {
  color:#333;
}
.event-scheduler .input {
  border:none;
  background: none;
  border-bottom: 1px #aaa solid;
  display:block;
  margin-bottom:50px;
  width: 200px;
  height: 20px;
  text-align: center;
  transition: border-color 250ms;
}
.event-scheduler .input:focus {
  outline:none;
  border-color: #00C9FB;
}
.event-scheduler .error-input {
  border-color: #FF1744;
}

/* Tablets and smaller */
@media only screen and (max-width: 780px) {
  .event-scheduler .content {
      overflow: visible;
      position:relative;
      max-width: 100%;
      width: 370px;
      height: 100%;
      background: #52A0FD;
      background: -moz-linear-gradient(left,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
      background: -webkit-linear-gradient(left,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);
      background: linear-gradient(to right,  #52A0FD 0%, #00C9FB 80%, #00C9FB 100%);  
  }
  .event-scheduler .dialog {
      width:370px;
      height: 450px;
      border-radius: 3px;
      top:0;
      left:0;
  }
  .event-scheduler .events-container {
      float:none;
      overflow: visible;
      margin: 0 auto;
      padding: 0;
      display: block;
      left: 0;
      border-radius: 3px;
  }

  .event-scheduler .calendar-container {
      float: none;
      padding: 0;
      margin: 0 auto;
      margin-right: 0;
      display: block;
      left: 0;
      border-radius: 3px;
      box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
      -moz-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
      -webkit-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }
}

/* Small phone screens */
@media only screen and (max-width: 400px) {
  .event-scheduler .content,.event-scheduler .events-container,.event-scheduler .year-header,.event-scheduler .calendar-container {
      width: 320px;
  }
  .event-scheduler .dialog {
      width: 320px;
  }
  .event-scheduler .months-table {
      display: block;
      margin: 0 auto;
      width: 320px;
  }
  .event-scheduler .event-card {
      width: 300px;
  }
  .event-scheduler .day {
      padding: 0 7px;
  }
  .event-scheduler .month {
      display: inline-block;
      padding: 10px 10px;
      font-size: .8rem;
  }
  .event-scheduler .table-date {
      width: 20px;
      height: 20px;
      line-height: 20px;
  }
  .event-scheduler .event-name,.event-scheduler .event-count,.event-scheduler .event-cancelled {
      font-size: .8rem;
  }
  .event-scheduler .add-button{
      bottom: 10px;
      right: 10px;
      padding: 0.5rem 1.5rem;
  }
}
/*************************Event Schedular**************************************/

.audio-player {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0px 5px 10px #d0cdcd;
}
.audio-player p {
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  font-size: 12px;
}
.audio-player p b {
  margin-right: 10px;
  color: #014828;
  font-size: 14px;
}
.audio-player audio {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
}
ul.nav.navbar-nav.navbar-right {
  padding: 10px 0px;
}
div#navbar ul.nav>li>a>span.icon {
  /*height: 30px;
  width: 38px;
  background: url(../images/homepage/navigation-icon/menu_all_iconNew.png);

  background-repeat: no-repeat;*/
  display: block;
  margin: 0 auto;
 
}
.defaultHomeIcon {
  background-position: 5px 0px !important;
}
.defaultAboutIcon {
  background-position: -55px 0px !important;
}
span.defaultAcademicsIcon.icon {
  background-position: -111px 0px !important;
  width: 47px !important;
}
span.defaultBeyondAcademicsIcon.icon {
  background-position: -235px 0px !important;
}
span.defaultAdmissionsSchoolDetailsIcon.icon {
  background-position: -347px 0px !important;
}
span.defaultMediaIcon.icon {
  background-position: -295px 0px !important;
}
ul.nav.navbar-nav.navbar-right ul.dropdown-menu {
  top: 79px;
}
ul.contact_details__box.left li a {
    padding: 0px;
    margin-right: 5px;
}
    ul.contact_details__box.left li a img.top-bar-icon {
        height: 25px;
        object-fit: contain;
        margin-right:10px;
    }
ul.contact_details__box.left li a i {
  color: #014828;
}
.dropdown-menu>li>a:hover:before {
  color: #ffff;
}
.treeview ul {
  display: inline-block;
}
.treeview ul li {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  padding: 10px 25px;
  background: #09511e;
  position: relative;
}
.treeview ul li:after {
  position: absolute;
  left: 0;
  width: 2px;
  height: 20px;
  background: #09511e;
  content: "";
  bottom: -10px;
  margin-left: 49.8%;
}
.treeview {
  text-align: center;
}
.treeview ul li:last-child:after {
display: none;
}
.col-md-3.news-letter-box button.btn.btn-primary {
  background: #014828;
  border-color: #014828;
}
ul.dropdown-menu>li .dropdown-item.dropdown-submenu a.dropdown-item:hover {
  text-decoration: none;
  background: #014828;
  color: #fff;
}
ul.dropdown-menu>li .dropdown-item.dropdown-submenu a.dropdown-item:hover:before {
  color: #fff;
}





ul.class_toppers_list li {
  float: left;
  padding: 10px 10px;
  width: 20%;
  text-align: center;
  border: 1px solid #ccc;
}
ul.class_toppers_list li img {
  border-radius: 6px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 0 #33333373;
  box-shadow: 0 0 10px 0 #33333373;
}
ul.class_toppers_list li p {
  margin: 0px;
  padding: 7px 0px 0px 0px;
}
ul.class_toppers_list {
  list-style: none;
}
.dropdown-menu li {
    margin-top: 0px;
}
div#accordion {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 10px 0 #33333373;
    box-shadow: 0 0 10px 0 #33333373;
}

div#accordion .panel > div {
    border-bottom: 1px solid #ccc;
}

div#accordion table {
    width: 100%;
}

div#accordion table td {
    padding: 5px;
}

.master-text.teacher-training table td {
    padding: 5px;
}
/**************************Accordian***************/

#accordion .panel .panel-heading {
    border-radius: 0;
    background: #007c83;
    color: #fff;
}

    #accordion .panel .panel-heading .panel-title a.collapsed span:after {
        content: "+";
        color: #fff;
    }
ol.step-process {
    padding-left: 15px;
}
iframe#vid_frame {
    width: 100%;
    height: 362px;
}
.vid-thumb img {
    height: 50px;
    object-fit: contain;
    width: 100%;
}

.Loader-section {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: #e5eff1;
    z-index:1;
}

.Loader-section img {
        position: absolute;
        left: 50%;
        height: 140px;
        top: 50%;
        transform: translate(-50%, -50%);
}
    .Loader-section.hide-display {
        display: none;
    }
section.Home-banner {
    min-height: calc(100vh - 138px);
}
.Principal-img-container {
    min-height: 500px;
}
.win-laurels-slider {
    position: relative;
    min-height: 408px;
}
.testi-container {
    display: table;
    width: 100%;
    position: relative;
    min-height: 320px;
}
section#section-1 {
    position: relative;
}

/*********fix link***************/
.fixed-link-container-right {
    position: fixed;
    top: 160px;
    right: 0px;
    z-index: 9999999;
}

    .fixed-link-container-right .fixed-link-inner-container {
        cursor: pointer;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform: rotate( -90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate( -90deg);
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
    }

        .fixed-link-container-right .fixed-link-inner-container a {
            background: #014828;
            color: #fff;
            display: inline-block;
            padding: 10px 20px;
            border-radius: 20px 20px 0px 0px;
            -webkit-box-shadow: 0 0 10px 0 #333333ab;
            box-shadow: 0 0 10px 0 #33333373;
            text-decoration: none;
            font-size: 15px;
            font-weight: 300;
        }

.fixed-link-container-left {
    position: fixed;
    top: 190px;
    left: 0px;
    z-index: 9999999;
}

    .fixed-link-container-left .fixed-link-inner-container {
        cursor: pointer;
        -webkit-transform-origin: 10px 30px;
        -moz-transform-origin: 0;
        -o-transform-origin: 0;
        -ms-transform-origin: 0px;
        -webkit-transform: rotate( 90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate( 90deg);
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
    }

        .fixed-link-container-left .fixed-link-inner-container a {
            background: #014828;
            color: #fff;
            display: inline-block;
            padding: 10px 20px;
            border-radius: 20px 20px 0px 0px;
            -webkit-box-shadow: 0 0 10px 0 #333333ab;
            box-shadow: 0 0 10px 0 #33333373;
            text-decoration: none;
            font-size: 15px;
            font-weight: 300;
        }
/*********fix link***************/
footer {
    
    border: 1px solid #ccc;
}
section.footer-links {
    padding: 20px 0px;
}
div#navbar ul.nav > li > a:hover{
    background:#fff;
}