html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block; unicode-bidi: embed }
.featurette ul li { display: list-item;
    list-style: disclosure-closed; }


head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
body {
    padding-bottom: 0px !important;
    font-family: 'Open Sans', sans-serif !important;
}



  h1, h2, h3,
  h4, h5, h6    { font-family: 'Titillium Web', sans-serif !important; }
  
ul, ol, dl    { font-family: 'Titillium Web', sans-serif !important; }






.float-left{float: left !important;}

.event-venew {
    padding: 20px;
    background: #1e2959;
    text-align: center;
    color: white;
}


.event-time {
    background: #1663d5;
    color: white;
    text-align: center;
    padding: 20px;
}


section#time-counter {
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-bottom: 50px;
    position: sticky;
   
}


button.btn.btn-outline-success {
    background: orange;
    padding: 8px 20px;
    border: solid 1px orange;
    color: white;
}



footer {
  padding: 2rem 0;
  background-color: #0e1a56;
}

.footer-column:not(:first-child) {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer-column:not(:first-child) {
    padding-top: 0rem;
  }
}

.footer-column {
  text-align: center;
}
.footer-column .nav-item .nav-link {
  padding: 0.1rem 0;
}
.footer-column .nav-item span.nav-link {
  color: #6c757d;
}
.footer-column .nav-item span.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.footer-column .nav-item .fas {
  margin-right: 0.5rem;
}
.footer-column ul {
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-column ul {
    text-align: left;
  }
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #fec503;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #1a1d20;
}


#footer{margin-top: -7px;}


footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
  color: white;
}

.fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}



.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #b5b5b5 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


ul.nav.flex-column {
    padding-left: 0px !important;
    margin-left: 0px !important;
    display: block !important;
}


ul.list-inline.quick-links {
    padding-left: 0px;
    display: block;
    margin-left: 0px !important;
}

.float-end a{color: #ffa500;
    text-decoration: none !important;}

li.list-inline-item a {
    color: #ffa500;
    text-decoration: none !important;
}

ul.list-inline.social-buttons {
    margin-left: 0px;
}

li.list-inline-item {
    text-align: center;
}


.icon-small {
    width: 100%;
    background: blue;
    color: white;
    padding: 20px 10px;
}

.box-icon {
    padding: 0px 10px;
}




.section-box .list-box {
  display: flex;
}

.section-box {
 min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.section-box .box,
.section-box .box::before,
.section-box .box::after {
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
}

.section-box .box {
  width: 90%;
  max-width: 309px;
  background-color: #1663d5;
  padding: 25px 15px;
  border-radius: 5px 25px 25px 25px;
  position: relative;
  margin: 0 15px;
}

/*
.featurette ul li:before{
  content: "-";
}
*/
.section-box .box::before,
.section-box .box::after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  border-radius: 25px;
  transition: transform 0.2s linear;
}
.section-box .box:hover::before,
.section-box .box:hover::after {
  transform: skewY(0);
}
.section-box .box::before {
  transform: skewY(10deg);
  background-color: #8147cf;
  bottom: -20px;
  z-index: -1;
}
.section-box .box::after {
  transform: skewY(15deg);
  background-color: #1aa5e5;
  bottom: -35px;
  z-index: -2;
}

.section-box .box.one {
  border-top: 3px solid #da606f;
}
.section-box .box.two {
  border-top: 3px solid #ff8c6c;
}

.section-box .top {
  display: flex;
  justify-content: space-between;
}
.section-box .box .mini-title {
  color: #ebebeb;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.section-box .box .logo {
  width: 45px;
  border-radius: 50%;
}

.section-box .box .content {
  margin-top: 30px;
}
.section-box .box .big-title {
  color: #fff;
  font-size: 32px;
}
.section-box .box .text {
  color: #eee;
  font-size: 14px;
  margin: 10px 0;
}

.section-box .box .details {
  list-style: none;
  margin-top: 25px;
}
.section-box .box .details .detail {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.section-box .box .details .detail-icon {
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #2a1035;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
}
.section-box .box .details .detail-name {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #eee;
}

@media screen and (max-width: 600px) {
  .section-box {
    height: auto;
    padding: 50px 0;
  }
  .section-box .list-box {
    flex-direction: column;
  }
  .section-box .list-box .box:not(:first-child) {
    margin-top: 80px;
  }
}


.carousel-item {
    height: 50rem !important;
}

.carousel-caption {
    bottom: 17rem !important;
    z-index: 10;
}


.slider img{width: 100% !important;}

.text-slider h1 {
    font-size: 38px !important;
    font-weight: normal;
}
.bg-white {
   
    background-color: #fff !important;
}


.text-slider h1 span {
              font-size: 38px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 680px !important;
}


a.btn.btn-outline-success.more-btn {
    padding: 16px 24px;
    border: solid 1px #ffa500;
    background: #ffa500;
    font-size: 16px;
    color: #fff;
}

.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 22px !important;
    color: #00e7ff !important;
    line-height: 1.4;
}

p.lead {
   
    font-size: 19px;
}


a.nav-link {
    color: black !important;
    font-weight: 600;
}



#services{margin-top: 100px;width: 100%;overflow: hidden;padding-top: 50px;background: #1663d5;}

.reg-form h2{text-align: center;
font-size: 36px;
font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
  }




section#registeration-form {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}


.social-media{/* position: absolute; */overflow: hidden;bottom: 113px;display: block;float: left;left: 0px;z-index: 9999999999;}

.share {
  position: fixed;
  left: 0;
  z-index: 9999999;
  top: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.share li {
  position: relative;
}

.share li:nth-of-type(2) .social-link,
.share li:nth-of-type(2) .social-link:hover {
  background: #3B5998 url("https://i.imgur.com/u9gLigk.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(2) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #1e2e4f;
}

.share li:nth-of-type(2) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #3B5998;
}

.share li:nth-of-type(3) .social-link,
.share li:nth-of-type(3) .social-link:hover {
  background: #4099FF url("https://i.imgur.com/QzPDsIB.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(3) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #0065d9;
}

.share li:nth-of-type(3) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #4099FF;
}




.share li:nth-of-type(1) .social-link,
.share li:nth-of-type(1) .social-link:hover {
  background: #0077b7 url("https://nispanaglobal.com/sap/assets/img/linkdin.png") 50% 50% no-repeat !important;
  background-size: 25px auto;
}

.share li:nth-of-type(1) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #0077b7;
}

.share li:nth-of-type(1) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #0077b7;
}






.share li:nth-of-type(4) .social-link,
.share li:nth-of-type(4) .social-link:hover {
  background: #ff0000 url("https://nispanaglobal.com/sap/assets/img/youtube.png") 50% 50% no-repeat !important;
  background-size: 25px auto;
}

.share li:nth-of-type(4) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #ff0000 !important;
}

.share li:nth-of-type(4) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #ff0000 !important;
}



.footer-column li a {
    color: #fff !important;
    font-weight: 200;
    line-height: 1.8;
    font-size: 16px;
}







.share li .social-link {
  padding: 0;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px 20px;
}

.share li .social-link .nav-label {
  font-family: sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  height: 60px;
  position: absolute;
  top: 0px;
  top: 0rem;
  margin-left: 40px;
  line-height: 64px;
  padding: 0 20px;
  white-space: nowrap;
  z-index: 4;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.share li .social-link .nav-label span {
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.share li .social-link:hover .nav-label,
.share li .social-link:hover .nav-label span {
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  text-transform: uppercase;
}


.services_cloud h2{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: white;
}

.services_cloud p {
    text-align: center;
    padding: 30px 50px 50px 50px;
    color: white;
}

p.lead.semi-topic {
    font-weight: 600;
}

.about ul li {
    list-style: none;
    line-height: 35px;
}

.about ul {
    padding-left: 0px;
    margin-left: 0px;
}

.about h2 {
    text-transform: uppercase;
    font-weight: bold !important;
    color: #1e2959;
}

.featurette{padding-top: 50px;
}


.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            margin: 0px 8px;
            padding: 20px;
            border: solid 1px #000;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #474747;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 24px;
            color: #fff;
            text-align: center;
            font-weight: 600;
            margin-bottom: 15px;
            padding-top: 10px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 26px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #ffffff !important;
            margin:0;
        }
        .yellow{background-color: #4167ea;}
        .orange{background-color: #e03ca3;}
        .red{background-color: #eb9a06;}
        .grey{background-color: #1cbbcd;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }




        #products h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}





#products {
    background: #2c0194;
    text-align: center;
    margin-top: 116px;
    padding: 50px 0px 50px 0px;
}


.flat-left{float: left !important;}


#products p {
  color: #fff !important;
    padding-bottom: 40px;
}



h2.featurette-heading.fw-normal.lh-1 {
    text-transform: uppercase;
    font-weight: bold !important;
    color: #1e2959;
    margin-top: 30px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 26% !important;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}



a.btn.btn-lg.btn-primary {
    background: #ffa500 !important;
    padding: 14px 26px !important;
    border: solid 1px #ffa500 !important;
}


.about ul li:before {
    content: "- ";
}

.col-sm-12.col-xs-12.col-md-21.col-lg-12.time-section H1 {
    font-weight: 700;
}


.about h5 {
    color: #0b1da9;
}


a.btn.btn-outline-success.more-btn:hover {
    background: #1e2959;
    border: solid 1px #1e2959;
}

#schedules {
    background: #f3f4f3;
}


.section-title.wow.fadeInUp.animated {
    text-transform: capitalize !important;
}
h2.section-title.wow.fadeInUp {
    visibility: visible !important;
}

.section-title-header p {
    text: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
}


.section-title:before {
    content: "";
    color: #418458;
    padding-right: 10px;
}

.section-title:after {
    content: "";
    color: #418458;
    padding-left: 10px;
}


a.btn.btn-outline-success.bttn {
  padding: 12px 24px;
    border: solid 1px #ffa500;
    background: #ffa500;
    font-size: 16px;
    color: #fff;
}

a.btn.btn-outline-success.bttn:hover {
  padding: 12px 24px;
    border: solid 1px #ffa500;
    background: #ffa500;
    font-size: 16px;
    color: #fff;
}

p.lead.semi-topic {
    font-weight: 400;
    font-size: 15px;
}

i.fas.fa-angle-double-right {
    font-size: 18px;
    color: #fff;
}


ul.details {
    padding-left: 0px;
    margin-left: 7px;
}


.featurette ul {
    padding-left: 0px;
    margin-left: 22px;
}

.col-md-5.order-md-1 {
  overflow: hidden;
}


/* agenda*/


#schedules {
    background: #f3f4f3;
}

.section-title.wow.fadeInUp.animated {
    text-transform: capitalize !important;
}

.section-title-header p {
    text: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
}


.container.agenda-container {
    padding: 0px;
}


.timeline-item::before {
    content: "";
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #5440a3;
    position: absolute;
    left: -10px;
    top: 21px;
}

h2.agenda-title {
    padding: 20px 0px;
    font-size: 24px;
    color: #373838;
    text-align: left;
} 


.event-agenda {
    width: 100%;
    /* max-width: 750px; */
    margin: 0 auto;
    background: #fff;
    box-shadow: none;
}


dl {
    padding: 1em;
    color: #fff;
    position: relative;
    background: #1917a1;
}

.pointer {
    cursor: pointer;
}


.time {
    width: 12%;
    display: inline-block;
    font-size: 18px;
    @media (: ;
    max-width: 650px) {;
    width: 100%;
    }: ;
}

.name {
    width: 75%;
    padding-right: 1em;
    font-weight: bold;
    @media (: ;
    font-size: 18px;
    max-width: 650px) {;
    width: 100%;
    }: ;
}


.toggle {
    position: absolute;
    top: 0.5em;
    right: 1em;
    font-weight: bold;
    font-size: 28px;
    transition: transform 400ms ease-in-out;
    color: $primary-color;
    @media (: ;
    max-width: 650px) {;
    top: 1em;
    }: ;
}


.toggle {
    position: absolute;
    top: 0.5em;
    right: 1em;
    font-weight: bold;
    font-size: 28px;
    transition: transform 400ms ease-in-out;
    color: $primary-color;
    @media (: ;
    max-width: 650px) {;
    top: 1em;
    }: ;
}


dd {
    margin-left: 0;
    padding-right: 1em;
    margin-top: 0;
    border: dotted 4px #1f9394;
    max-width: 650px) { margin-left: 0; };
    border: s;
    padding: 25px;
    margin-top: 20px;
}


#timeline-container {
    background: rgb(255 255 255);
    overflow: auto;
    padding: 0px 0;
    .inner-container {: ;
    max-width: 1000px;
    margin: 0 auto;
    .heading {: ;
    text-align: center;
    font-family: var(--font-family-1);
    font-weight: 700;
    font-size: 3rem;
    color: white;
    margin-top: 0;
    }: ;
    }: ;
}



.inner-container {
    padding-bottom: 50px;
}

.timeline {
    margin: 0 auto;
    position: relative;
    left: 120px;
    width: 80%;
    max-width: 900px;
    margin-top: 16px;
    margin-left: 5%;
}


.timeline-item {
    color: #040404;
    font-family: var(--font-family-2);
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-left: 2px dotted #5440a3;
    border-bottom: 2px dotted #5440a3;
    position: relative;
    list-style-type: none;
    --item-width: calc(100%);

    &: :after {;
    content: attr(data-date);
    position: absolute;
    right: calc(var(--item-width) + 40px);
    top: 16px;
    float: right;
    font-weight: bold;
    white-space: nowrap;
    }: ;
    &: :before {;
    content: "";
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #000;
    position: absolute;
    left: -10px;
    top: 21px;
    }: ;
    &: last-child {;
    border-bottom: none;
    }: ;
}



dd {
    display: block !important;
}

.timeline-item::after {
    content: attr(data-date);
    position: absolute;
    right: calc(var(--item-width) + 40px);
    top: 16px;
    float: right;
    font-weight: bold;
    white-space: nowrap;
}


.timeline-item span {
    padding-left: 15px;
    color: #545454;
}


h2.section-title.wow.fadeInUp.txt-clr-white.animated.animated {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}


section#schedules {
    padding-top: 80px;
}


span.toggle {
    display: none;
}


.col-md-5.order-md-1 img {
    width: 100%;
    overflow: hidden;
}

.col-md-5.order-md-1{
   
    overflow: hidden;
}


a.nav-link {
  color: #000 !important;
}


#team {
  background: #f7f7f7;
}


.team {
  margin: 0px;
}

.section-title {
  font-size: 33px;
  color: #212121;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  display: block;
  position: relative;
  text-transform: uppercase;
}


.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}


.team-member {
  margin: 15px 0;
  padding: 0;
  box-shadow: 0 8px 24px #e2e8ed;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  min-height: 420px;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-member figure img {
  min-width: 100%;
}
img.img-responsive {
  width: 100%;
}



.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figcaption, figure, main {
  display: block;
}


.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 17px;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  text-transform: uppercase;
  padding: 0px 10px;
  font-weight: bold;
  color: black;
}















