

/*navbar title in mobile*/
.mobile-title {
  visibility: hidden;
}


/* .preloaded {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
} */

.destroy {
  display: none;
}



#slick {
  width: 300px;
  margin: 0 auto;
}

#slick img {
  height: 200px;
}

.blocker {
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 100%;  /*background-color: red;*/
}

.fluid {
  width: 100%;
  height: auto;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.no-side-pads {
  padding-left: 0;
  padding-right: 0;
}


#navbar .nav > li:nth-child(2), #navbar .nav > li:nth-child(3) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.antinavbar {
  width: 100%;
  height: 64px;
}


/*-----------------------------------------------------------------------------------*/

/*  Main Section
/*-----------------------------------------------------------------------------------*/


.ituro, .aralin {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1px;
  width: 150px;
  font-family: var(--ibmplex);
}

.ituro {
  position: absolute;
  right: -5px;
  bottom: 36px;
  background-color: transparent;
  color: #FFF;
  padding: 3px 13px;
  border: 2px solid #FFF;
}

.aralin {
  position: absolute;
  right: -5px;
  bottom: -5px;
  background-color: #FFF;
  color: #000;
  padding: 5px 15px;
  border: none;
}

.ituro:hover, .aralin:hover {
  opacity: 0.8;
}




/*-----------------------------------------------------------------------------------*/

/*  Liberary Links
/*-----------------------------------------------------------------------------------*/

#library_links {
  position: absolute;
  z-index: 16;
  bottom: 10%;
}

#library_links div {
  background-color: white;
  color: black;
  display: inline-block;
  font-size: 15px;
  margin: 6px 0;
  padding: 10px 25px;
  -webkit-transition: background-color 0.5s, color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s, color 0.5s;
}

.library-button1 div {
  background-color: #A72F27 !important;
  color: white !important;
  font-weight: bold;
  font-style: italic;
  font-family: var(--ibmplex);
  font-size: 19px !important;
  padding: 5px 25px !important;
}

.library-button:first-child div:hover {
  color: black !important;
}

#library_links div:hover {
  background-color: #A72F27; /*#DEDEDE*/
  color: white;
}

/*-----------------------------------------------------------------------------------*/

/*  page description
/*-----------------------------------------------------------------------------------*/

#page-description {
  position: relative;
  cursor: pointer;
}

.black-extension {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: #efefef;
}

#page-description .img-div {
  position: relative;
  height: 400px;
  margin: 30px 0 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  /*border: 1px solid red;*/
  color: white;
}

#page-description span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-family: var(--ibmplex);
}

#page-description p {
  text-align: left;
  margin-bottom: 100px;  /*padding: 0 15px;*/
  color: black;
}

#page-description a:hover .img-div {
  filter: brightness(140%);
  transition: all 0.5s ease;
}

#page-description a:hover {
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/

/*  Liberary Preview
/*-----------------------------------------------------------------------------------*/

#library_preview {

  /*display: none;*/

  /*visibility: hidden;*/
  position: absolute;
  z-index: 16;
  top: 0;
  right: -3%;
  width: 50vw;
  height: 100vh;
  background-color: white;
  overflow-y: auto;
  background-color: transparent;
  background-size: contain;  /*background-position: center;*/

  /*background-repeat: no-repeat;*/

  /*overflow-x: none !important;*/
  padding-left: 10vmin;
}

#library_preview h1 {
  font-size: 6.5vmin;
  width: 38vw;
  margin: 100px 0 30px 0;
}

#library_preview p {
  font-size: 2.5vmin;
  width: 38vw;
}

#library_preview p.link a {
  font-size: 3.5vmin;
  color: red;
  margin-top: 100px;
}

#library_preview p.link {
  margin-top: 30px;
}

/*-----------------------------------------------------------------------------------*/

/*  Search and Arrow
/*-----------------------------------------------------------------------------------*/
#homesearchcontainer {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 70px;
  z-index: 16;
}

#homeform {
  padding-left: 30px;
}

#home_search {
  border: 2px solid #333;
  border-radius: 15px;
  width: 200px;
  position: relative;  /*top: 90px;*/

  /*right: 9%;*/

  /*float: right;*/

  padding: 0 10px;  /*margin: 20px 0;*/
}

#sizing-addon2 {
  background-color: transparent;
  padding: 0px 30px;
  color: black;
  border: none;
  width: 100%;
}

#home_search input {
  background-color: transparent;
  border: none;
  padding: 6px 8px;
  width: 100%;
  color: #333;
  font-weight: bold;
}

#home_search input:focus {
  outline-color: transparent;
}

#home_search input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: var(--ibmplex);
}

#home_search input::-moz-placeholder {

  /* Firefox 19+ */
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#home_search input:-ms-input-placeholder {

  /* IE 10+ */
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#home_search input:-moz-placeholder {

  /* Firefox 18- */
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#navbar #achorwat {
  color: black;
  padding: 0;
}

#achorwat span {
  margin-bottom: 5px;
}

/* downarrow */
#downarrow {
  position: absolute;
  right: 80px;
  bottom: 39px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  padding: 10px 9px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  cursor: pointer;
  z-index: 15;
}

#downarrow span {
  top: initial;
}

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*  Library
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

.divider-bg {
  margin: 0 auto;
}

#top_stories {
  margin-top: 50px;
}

#gen_stories {
  margin-top: 50px;
}

.top-item {
  border: 1px solid red;
}

#gen_stories > div {
  border: 1px solid blue;
}

.gen-item {
  border: 1px solid yellow;
}

#gen_right > div {
  border-bottom: 1px solid lightgray;
  padding: 5px 10px;
}

.gen-list-heading {
  font-size: 22px;
}

/*-----------------------------------------------------------------------------------*/

/*  general stories list
/*-----------------------------------------------------------------------------------*/

.top-item .item-img {
  height: 150px;
  background: url(../images/library/global/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gen-item .item-img {
  height: 200px;
  background: url(../images/library/global/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*  Magaral
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

.wp-caption.aligncenter {
  margin: 0 auto;

}

.wp-caption-text {
font-family: var(--ibmplex);
    font-size: var(--h4) !important;
    color: var(--gray);
    font-weight: normal;
}

.full-width-image {
  position: relative;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  height: auto;
}

#brand {
  font-size: 30px;
  padding: 20px;
  margin-top: 10px;
  height: auto !important;
  color: white;
}

#brand.santander {
  font-family: Santander Regular;
}

#brand.home-brand {
  font-family: 'Roboto';
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}

#brand.home-brand:hover {
  opacity: 0.6;
  background-color: transparent;
}

#jumbotron {
  margin-bottom: 20px;
}

#jumbotron h1 {
  font-family: Santander Regular;
  font-size: 5em;
}

#jumbotron p {
  font-size: 13px;
  line-height: 18px;
  line-height: 130%;
  letter-spacing: -0.3px;
  font-size: 1.1em;
  font-weight: 200;
  color: #333;
  font-family: var(--ibmplex);
}

#jumbotron .search {
  padding-top: 30px;
  text-align: center;
}

#jumbotron input, #jumbotron select {
  width: 100%; /*180px 230px*/
  padding: 5px 0 5px 20px;
  margin-bottom: 15px;
  font-size: 12px;
  background-color: transparent;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid #666;
}

#jumbotron select {
  color: #777;
  padding-left: 15px;
  text-transform: uppercase;
  background: url(../mlm/images/placeholders/caret.png);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  appearance: none;
  -moz-appearance: none;  /*Firefox*/
  -webkit-appearance: none; /* Safari and Chrome */
}

#jumbotron .customcaret {
  position: absolute;
  z-index: 1;
  right: 75px;
  top: 40px;
}

#jumbotron .search input[type="submit"] {
  background-color: darkgrey;
  border-color: transparent;
  border-radius: 0;
  width: 100%;
  color: white;
  padding: 4px 0 !important;  /*margin-left: 10px;*/
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

#jumbotron .search input[type="submit"]:hover {
  color: #D9D9D9;
  background-color: #1B1732;
  transition: all 0.5s ease;
}

#jumbotron .search a:hover {
  text-decoration: none;
  color: #777;
}

#posts {
  margin: 0 -30px;
}

.post-item {
  height: 550px;
  padding: 30px 30px;
}

.post-img {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-title {
  padding: 5px 10px;
  background-color: black;
  display: inline-block;
  font-size: 20px;
  color: white;
}

.post-desc {
  margin-top: 10px;
  margin-bottom: 0;
}

.post-item a {
  color: #C55555;
  font-weight: bold;
}


.searcher > .row > div {

  /*border: 1px solid blue;*/

  /*position: relative;*/
  margin: 40px 0;
  top: 25px;
  transform: translate(0, -50%);
}

.searcher .text {
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: right;
  color: gray;
}

.searcher select {
  padding: 15px 10px;
}

.searcher .text-input {
  width: 300px;
  padding: 13px 10px;
}

.searcher .button {
  background-color: #A30025;
  color: white;
  padding: 2px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

/**/
.tri-jumbotron div {
  position: relative;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tri-jumbotron p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  width: 100%;
}

/**/
.feature-slide {
  position: relative;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-slide-text {
  background-color: black;
  display: inline-block;
  padding: 0 50px;
  color: white;
  font-family: var(--ibmplex);
  position: absolute;
  bottom: 0;
  left: 5%;
}

.feature-slide-text h1 {
  font-family: var(--ibmplex);
  margin-top: 10px;
  margin-bottom: 5px;
  font-style: italic;
}

.feature-slide-text p {
  line-height: 100%;
  padding-top: 0;
  font-size: 15px;
  font-weight: bold;
}

/**/
.row-border {
  border-top: 5px solid #A30025;
  margin: 70px 0 0 0;
}

.separator {
  background-color: #A30025;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 10px 5px;
}

#magturo.m-article {
  margin-bottom: 10%;
}

#magturo. m-article {
  margin-bottom: 10%;
}

.m-details {
  margin: 15px 0;
}

.m-author {
  color: #A30025;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  font-size: 13px;
}

.m-author:hover {
  color: #A30025;
}

.m-published {
  color: gray;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding: 0;
  font-size: 13px;
}

.magaral .m-content {
  height: 140px;
}

.content-link {
  color: black;
}

.content-link:hover {
  color: black;
  text-decoration: none;
}

.link-to-articles {
  width: 100%;
  display: block;
  background-color: #8a2a2d;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
}

.link-to-articles:hover {
  background-color: #6D1C1F;
  color: #D9D9D9;
  text-decoration: none;
  transition: all 0.5s ease;
}


/* New */
.yep {

  /* */
  column-count: 2;
  column-gap: 1em;
}

.item {

  /* */
  display: inline-block;
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*  Manindigan
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
#calendar h1, #groups h1 {
  color: #D51A1A;
}

#content h1 {
  font-size: 2eml
}

#calendar {
  padding: 0 50px 0 30px;
}

#groups {
  padding: 0 0 0 80px;
}

#manindigan_items .post-item {
  padding: 0;
  height: auto;
  margin: 10px 0 30px;
}

#manindigan_items .post-img {
  height: 220px;
}

#manindigan_items .post-img-meta {
  background-color: #1B1B1B;
  height: 110px;
  width: 90px;
  padding-top: 15px;
  color: white;
  text-align: center;
  font-size: 1em;
  font-style: italic;
}

#manindigan_items span {
  display: block;
  line-height: 1.2em;
  font-size: 2.5em;
  font-weight: bold;
}

#manindigan_items .post-title {
  background-color: transparent;
  color: black;
  font-size: 3em;
  margin: 15px 0 5px;
  padding: 0;
  line-height: 100%;
}

#manindigan_items .post-desc {
  margin: 0;
}

#groups .post-img-meta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* new -- based of magturo page */
.mod-sec-head.manin {
  margin-bottom: 25px !important;
}

.where-item.manin, .who-item.manin {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  border-bottom: 2px solid lightgray;
}

.where-item.manin:first-child, .who-item.manin:first-child {
  padding-top: 0px !important;
}

.where-image {
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*center borders*/
.mod-sec-head.manin.left {
  margin-right: 21px;
}

.mod-sec-head.manin.right {
  margin-left: 21px;
}

.col-md-6.manin {
  padding: 0;
}

.col-md-6.manin:nth-child(2) {
  padding: 0;
}

.manin-container-right {
  border-left: 1px solid lightgray;
  padding-left: 20px;
}

.manin-container-left {
  padding-right: 20px;
}

/* where */
.where-header {
  color: #BD000A;
  line-height: 100%;
  font-size: 25px;
  font-style: italic;
  margin: 20px 0;
}

.where-content {
  font-size: 24px;
  line-height: 120%;
}

.where-content.content-1 {
  margin-top: 25px;
}

.where-content.content-2 {
  margin-bottom: 40px;
}

.where-content span {
  font-weight: bold;
}

.where-content.content-1 span {
  margin-right: 25px;
}

.where-content.content-2 span {
  margin-right: 40px;
}

.where-link a {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid black;  /*border-radius: 10px;*/
  padding: 15px 25px;
}

.where-link a:hover {
  text-decoration: none;
  background-color: #AAA;
  transition: all 0.5s ease;
}

.where-link {
  margin-bottom: 20px;
}

/* who */
.who-img {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-align: center;
  position: relative;
}

.who-img > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.who-img .grp-logo {
  height: 100px;
  margin-bottom: 25px;
}

.who-img a {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #A30025;  /*border-radius: 10px;*/
  padding: 11px 20px;
  font-weight: bold;
}

.who-img a:hover {
  color: #D9D9D9;
  background-color: #670017;
  text-decoration: none;
  transition: all 0.5s ease;
}

.who-text-container {
  position: relative;
  display: block;
  height: 250px;
}

.who-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.who-header {
  color: #BD000A;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 15px;
}

.who-content {
  font-size: 13px;
  line-height: 120%;
}

.torn-footer {
  margin-top: 20px;
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*  Magaral Article Single / Post
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*  Interactive Page
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

.second-body {
  background-color: black; /*#84dbd7*/
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#overall_container {
  position: relative;
}

.scene {
  height: 100vh;
  width: 100vw;
}

.scene > div {
  position: absolute;
  display: inline-block;
  cursor: pointer;
}

.scene img {
  height: 100%;
  width: auto;
}

.scene > div:hover img {
  transform: scale(1.15);
  transition: all 0.5s ease;
}

/*.block-1 { z-index: 5; height: 276px; top: 5%; left: 5%; }
.block-2 { z-index: 4; height: 299px; top: 40%; left: 15%; }
.block-3 { z-index: 3; height: 194px; top: 80%; left: 7%; }
.block-4 { z-index: 5; height: 357px; top: 10%; right: 10%; }
.block-5 { z-index: 5; height: 251px; top: 60%; right: 5%; }*/

/*1315x655*/
.block-1 {
  z-index: 5;
  height: 33vh;
  top: 20%;
  left: 7%;
}

.block-2 {
  z-index: 4;
  height: 35vh;
  top: 43%;
  left: 17%;
}

.block-3 {
  z-index: 3;
  height: 22vh;
  top: 73%;
  left: 10%;
}

.block-4 {
  z-index: 5;
  height: 44vh;
  top: 18%;
  right: 8%;
}

.block-5 {
  z-index: 5;
  height: 28vh;
  top: 60%;
  right: 5%;
}

.border-1 {
  height: 46vh;
  width: 17vw; /*218px*/
  border: 3px solid white;
  top: 36%;
  left: 12%;
}

.border-2 {
  height: 46vh;
  width: 18vw; /*231px*/
  border: 3px solid #333;
  z-index: 6;
  top: 12%;
  right: 9%;
  background: none;
  pointer-events: none;
}

.scene-title {
  width: 100%;
  position: absolute;
  top: 35%;
  text-align: center;
  color: white;
  font-size: 11vmin;
  font-family: var(--ibmplex);
  font-style: italic;
  font-weight: bold;
  line-height: 100%;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  cursor: default !important;
}

.overlay-info {
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  background-color: rgba(13, 13, 13, 0.85);
  padding-top: 50px;
  text-align: center;
}

.overlay-info h1 {
  font-weight: bold;
  font-size: 5vmin;
  margin-top: 8vmin;
  margin-bottom: 5vmin;
}

.overlay-info p {
  padding: 0 25vw;
  font-size: 1.8vmin;
  font-weight: bold;
  font-style: italic;
  line-height: 160%;
}

.overlay-info * {
  color: white;
  font-family: var(--ibmplex);
}

.overlay-info a {
  color: white;
  cursor: pointer;
}

.overlay-info a:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: all 0.5s ease;
}

.close-overlay-info a {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.5;
  font-weight: bold;
  text-decoration:;
  font-family: 'Roboto';
}

/**************************/

/*     Manindigan       */

/**************************/
.manindigan-hero {
  margin-top: 70px;
  font-family: var(--primersc);
}

.manindigan-hero .banner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 400px;
}

.manindigan-text {
  line-height: 1;
}

.manindigan .m-content {
  min-height: 60px;
  height: auto;
}

.events-header {
  background-color: rgb(99, 99, 99);
  color: #fff;
  text-transform: uppercase;
  padding: 2px 5px;
  margin: 77px 0 40px;
}

.event-card {
  margin: 20px 0;
  background: #F6F6F6;
  padding: 15px 0;
  min-height: 120px;
  position: relative;
}

.event-card .join {
  display: block;
  position: absolute;
  width: 60%;
  right: 0px;
  bottom: 0;
  padding: 2px;
  background: #454ead;
  color: #fff;
  text-align: center;
}

.event-date {
  line-height: 1;
}

.event-date .month {
  margin-bottom: 5px;
}

.event-date .day {
  font-size: 3em;
}

.event-date .time {
  font-size: 0.7em;
}

.manindigan-featured-item {
  display: block;
  height: 350px;
  background-position: center;
  background-size: cover;
}

.manindigan-card .head-image.learners {
  background: url('/wp-content/uploads/2018/01/f1.jpg') no-repeat center;
}

.manindigan-card .head-image.teachers {
  background: url('/wp-content/uploads/2018/01/f2.jpg') no-repeat center;
}

.manindigan-card .head-image.individuals {
  background: url('/wp-content/uploads/2018/01/f3.jpg') no-repeat center;
}

.manindigan-card .head-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: 200px;
  margin-top: 40px;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  font-style: italic;
}

.manindigan-card .body-text {
  line-height: 1;
  padding: 30px 10px;
}

.mid-banner {
  margin-top: 70px;
}

.mid-banner img {
  width: 100%;
}

/*javascript sticy content*/
div.fixed {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 120px !important;
  font-size: 20px !important;
}

/*javascript sticy content*/

/*updated style*/
.magturo-vid-format {
  position: absolute;
  left: -36%;
  top: 0px;
  height: 230px;
  width: 65%;
  background-color: #7ed6e5;
}

.text-white {
  color: #fff;
}

.parallax-header-container {
  overflow: hidden;
}

.parallax-header-container.scaled img:not(:first-child) {
  transform: scale(2);
  transform-origin: 25% top;
}

.slider-img {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

.col-lg-9.article {
  margin-right: 0;
  padding-right: 0;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color: #A30025;
}

.magturo-vid-content {
  margin-left: 80px;
  font-family: var(--ibmplex);
}

.magturo-video {
  width: 100%;
  height: 280px;
}

.style-date {
  padding: 8px;
  color: lightgrey;
  opacity: 0.3
}

.nav-title {
  padding-top: 45px;
  padding-left: 45px;
  line-height: 1em;
}

.col-sm-9.col-vid-row {
  margin-right: 0;
  padding-right: 0;
}

/*New video format for mag turo in landing page*/
.magturo-format {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
}

a {
  text-decoration: none;
}

.article-turo {
  min-height: 280px;
}

.article-turo-vid {
  background-color: var(--blue);
}

.col-vid {
  margin-right: 0px;
  padding-right: 0;
}

.col-vid-row {
  margin-left: 0;
  padding: 0;
}

/******Mag Aral - Page**********/
.box-description {
  border-bottom: solid thin #999;
  padding: 20px;
  padding-left: 0;
}

.article-solo {
  border-top: none;
}

.margin-solo {
  min-height: 230px;
}

.no-padding-left {
  padding-left: 0;
}

.margin-solo:last-child {
  display: none;
  visibility: hidden;
}

.no-padding-margin-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.tooltip-description {
  font-size: 0.4em;
  color: white
}

a.tooltip-description:hover {
  color: var(--yellow);
}

.col-md-4.col-sm-12.m-border.animated.fadeIn {
  margin-left: 0;
  padding-left: 0;
}
