@import url("https://fonts.googleapis.com/css?family=Cabin|Mukta+Vaani");
body {
  font-family: 'Mukta Vaani', sans-serif;
}

body,
button,
input,
select,
textarea {
  font-size: 20px;
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.position-relative {
  position: relative;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

ul, ol {
  margin: 0 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

input, textarea {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  background: #ccc;
  margin: 0 !important;
  padding: 5px 0px;
}

ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em;
}

ol.commentlist li.comment div.vcard {
  font: normal 16px georgia,times,serif;
}

ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.comment-meta {
  font-size: 9px;
}

ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}

ol.commentlist li.comment p {
  font-size: 11px;
  margin: 0 0 1em;
}

ol.commentlist li.comment ul {
  font-size: 11px;
  list-style: square;
  margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
  font-size: 11px;
}

ol.commentlist li.comment div.reply a {
  font-weight: bold;
}

ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 .25em .25em;
}

ol.commentlist li.even {
  background: #fff;
}

ol.commentlist li.odd {
  background: #f6f6f6;
}

ol.commentlist li.parent {
  border-left: 5px solid #111;
}

p.byline {
  margin-bottom: 0.5em;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sidebar .widget {
  margin-bottom: 35px;
}
.sidebar .widget h1, .sidebar .widget h2, .sidebar .widget h3 {
  padding: 0;
  margin-top: 0;
}

blockquote.ref > div {
  margin-left: 65px;
  margin-bottom: 15px;
}
blockquote.ref div.avatar-container {
  float: right;
  margin-left: 25px;
  width: 50px;
  height: 50px;
}
blockquote.ref div.avatar-container .avatar {
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.59), inset 0 0 25px 0 rgba(0, 0, 0, 0.34);
}
blockquote.ref h1 {
  text-align: right;
  font-size: 21px;
  margin-bottom: 0;
  color: #13417d;
  clear: none;
}
blockquote.ref h1 a {
  opacity: 0.5;
}
blockquote.ref h1 a:hover {
  opacity: 1;
}
blockquote.ref h1 a i.fa.fa-linkedin {
  color: #007bb5 !important;
  font-size: 13px;
}
blockquote.ref h3 {
  text-align: right;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  clear: none;
}

.call-me-back {
  font-size: 1.5rem;
}
.call-me-back .top, .call-me-back .bottom {
  padding: 15px;
}
.call-me-back p {
  margin-bottom: 5px;
}
.call-me-back .top {
  background-color: #63ad18;
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.call-me-back .top input, .call-me-back .top select {
  width: 100%;
  color: #333;
  border: 1px solid #333;
  padding: 5px;
  border-radius: 3px;
}
.call-me-back .top input[type="submit"] {
  background-color: #9adb1e;
  box-shadow: none;
  text-shadow: none;
  font-size: 150%;
}
.call-me-back .top form .g-recaptcha {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.call-me-back .bottom {
  background-color: #9adb1e;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.call-me-back .bottom h2 {
  color: white;
}
.call-me-back .bottom small {
  font-size: 90%;
}

.attachment-post-thumbnail {
  max-width: 400px;
  margin-right: 25px;
  float: left;
}

@media (max-width: 768px) {
  .attachment-post-thumbnail {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
}
.tribe-bar-category-filter {
  float: left;
  margin-bottom: 0;
  padding: 15px;
  width: 33.3333%;
}
.tribe-bar-category-filter select {
  width: 100%;
}

/* Layout Stylings */
.navbar.navbar-default {
  background-color: transparent;
  border-color: transparent;
  font-family: Cabin, sans-serif;
}
.navbar.navbar-default .container {
  padding: 5px 15px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.18) 0 0 10px 5px;
  border-bottom: 5px solid #9adb1e;
}
.navbar.navbar-default .container .navbar-header .navbar-brand {
  height: 80px;
}
.navbar.navbar-default .container .navbar-header .navbar-brand img {
  width: 240px;
  margin-left: -5px;
  margin-top: -10px;
}
.navbar.navbar-default .container .nav.navbar-nav > li > a {
  font-size: 14pt;
  padding: 27px 10px;
  background: transparent;
}
.navbar.navbar-default .container .nav.navbar-nav > li.active > a, .navbar.navbar-default .container .nav.navbar-nav > li > a:hover, .navbar.navbar-default .container .nav.navbar-nav > li > a:focus, .navbar.navbar-default .container .nav.navbar-nav > li.current-menu-ancestor > a {
  color: #9adb1e;
  background-color: transparent;
}
.navbar.navbar-default .container .nav.navbar-nav > li .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar.navbar-default .container .nav.navbar-nav > li .dropdown-menu li > a {
  font-size: 12pt;
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar.navbar-default .container .nav.navbar-nav > li .dropdown-menu li.active > a, .navbar.navbar-default .container .nav.navbar-nav > li .dropdown-menu li > a:hover, .navbar.navbar-default .container .nav.navbar-nav > li .dropdown-menu li > a:focus {
  background-color: transparent;
  color: #9adb1e;
}
.navbar.navbar-default .container .nav.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-right {
    width: 100%;
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .navbar.navbar-default .navbar-nav > li {
    float: none;
  }
}
.carousel#header_carousel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.carousel#header_carousel .carousel-inner {
  width: 1920px;
  height: 100%;
}
.carousel#header_carousel .carousel-inner img {
  width: 100%;
}

.wrap {
  margin-top: 350px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .carousel#header_carousel {
    height: 350px;
  }

  .wrap {
    margin-top: 260px;
  }
}
footer {
  margin-top: 35px;
  background-color: #63ad18;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
}
footer h3 {
  color: #9adb1e;
}
footer a, footer a:hover {
  color: white;
}

body {
  position: relative;
}

/* Page specific stylings */
.row.exams > div {
  padding: 15px;
}
.row.exams > div > div {
  padding: 15px;
  background-color: #ededed;
  height: 280px;
  border-radius: 10px;
  position: relative;
}
.row.exams > div > div h3 {
  margin-top: 0;
  font-size: 30px;
  color: #63ad18;
}
.row.exams > div > div small {
  color: darkgray;
}
.row.exams > div > div p {
  margin: 0;
}
.row.exams > div > div .enroll {
  position: absolute;
  bottom: 0;
}
.row.exams > div > div .enroll a {
  color: #616161;
  font-size: 25px;
}

.row.calendar ul {
  list-style: none;
}
.row.calendar ul li {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
}
.row.calendar ul li:first-child {
  border-right: 1px solid #9adb1e;
}
@media (max-width: 768px) {
  .row.calendar ul li {
    width: 100%;
  }
}
.row.calendar ul li .entry-title {
  font-size: 30px;
}
.row.calendar ul li .entry-title a {
  color: #63ad18;
}

.page-header h1 {
  color: #63ad18;
}

.entry-title {
  color: #63ad18;
}

h2 {
  color: #9adb1e;
}
