body{
    font-family: 'Open Sans',sans-serif;
    font-size: 1rem;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel-caption {
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,105,92,0.5);
}

.sec-bg{
  background:#3F51B5;
}

.mhide{display:none;}

.m-bg{
    background-color: #0D47A1;
    background-image: linear-gradient(45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.06) 0),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.06) 0);
    background-size: 24px 24px;
    background-position: 0 0,0 12px,12px -12px,-12px 0;
}

.c-bg{
    background-color: #B2EBF2;
    background-image: linear-gradient(45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.06) 0),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.06) 0);
    background-size: 24px 24px;
    background-position: 0 0,0 12px,12px -12px,-12px 0;
}


.trans-bg{
  background:transparent;
  border: 1px solid #424242;
}

.mcursor{
  cursor:pointer;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}

.transparent{
  background:#f8f9fa59;
}

.transparent-1{
  background:#e83e8c85;
}

.transparent-2{
  background:#ffc10763;
}

.transparent-3{
  background:#20c99794;
}

.transparent-4{
  background:#17a2b86b;
}

.transparent-5{
  background:#dc354585;
}

.mFade{
  background: linear-gradient(0deg,rgba(0,0,0,2) 0,transparent 100%);
  padding: 6.3rem 2rem 3.1rem 2rem;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  white-space: normal;
  width: 100%;
  
}

.shadow-primary{
    box-shadow:0 0 0 .2rem rgba(38,143,255,.5);
}

.shadow-info{
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
}

.shadow-success{
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25);
}

.shadow-warning{
   box-shadow:0 0 0 .2rem rgba(222,170,12,.5);
}

.shadow-danger{
   box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}

.shadow-light{
    box-shadow:0 0 0 .2rem rgba(216, 217, 219, 0.5);
}

.my-checkbox{
    transform:scale(1.5);
}

.mFind {
    font-weight: bold;
    background: #FFF9C4 !important;
}

.pre-scrollable{
  max-height:340px;
  overflow-y:scroll;
}

.sand {
    background: url(/_filx/_visualx/images/sand.png);
}

.cta {
  background-image: url(/_filx/_visualx/img/xtras/dim.jpg);
  background-size:cover;
}

.cta-2 {
  background-image: url(/_filx/_visualx/img/xtras/dim-2.jpg);
  background-size:cover;
}

.dim{
  background:rgba(0,105,92,0.8);
}

.dim-2{
  background:rgba(0,0,0,0.8);
}

.cta-alt {
    background: url(/_filx/_visualx/img/xtras/cta-bg.png);
    background-size:cover;
}

.mbcolor{
  background-color:#fff3cd !important;
  color: #664d03 !important;
  font-size: 1.5rem;
}

.text-main{
  color:#00695C !important;
}

.text-main-alt{
  color:#ad5389 !important;
}

.text-sec{
  color:#ffc107 !important;
}

.bg-sec{
  background-color:#ffc107 !important;
}

.bg-main{
  background-color:#00695C !important;
}

.bg-main-alt{
  background-color:#004D40 !important;
}

.border-main{
  border-color:#00695C !important;
}

.border-sec{
  border-color: #ffc107 !important;
}

.bg-grey{
  background-color: #e0ded9 !important;
}

.btn-main{
  background-color: #7952b3;
  border-color: #7952b3;
  color:white;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.college-gradient{
  background: #00695C;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00897B, #00695C);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00897B, #00695C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.gradient-clouds{
  background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.my-skew-ts{
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
}

.my-skew-bs{
  clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
}

.text-justify{
  text-align:justify;
}

/*Timeline CSSS*/
.timeline {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #4b546f;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #1a233a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #0d2e5b;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #0d2e5b;
    border: 2px dashed #4b546f;
}

.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}





  
  
  
