 #item-nav{
    background: #313B3D;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    position: relative;
        margin-top: 20px;
}
#object-nav li {
    width: auto;
    border: none;
    position: relative;
    float: left;
}
#item-nav ul{
    margin: auto;
    padding: 0;
}
#item-nav ul li a {
    color: #ffffff;
    padding: 15px 20px;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    opacity: .9;
    font-weight: 600;
}
#object-nav li.current a{
    background-color: #ff8800;
}
.counter_div{
    text-align: center;
    padding: 40px 0;
}

.counter_div span {
    color: #92193D;
    font-family: "Avenir", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.hour_div {
    padding: 30px 30px 30px 30px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 18%);
}

.elementor-inline-items {
    margin-right: calc(-28px/2);
    margin-left: calc(-28px/2);
    padding: 0;
}
ul .elementor-inline-item {
    word-break: break-word;
}
.elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
    align-items: center;
    font-size: inherit;
    display: flex;
    -webkit-box-align: center;
    word-break: break-word;
}
.elementor-icon-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-icon-list-text{
    font-family: "Avenir", Sans-serif;
    font-size: 20px;
    font-weight: 400
}
.elementor-icon-list-item:after {
    right: calc(-28px/2);
}
.elementor-icon-list-item:not(:last-child):after {
    border-left-style: solid;
}
.elementor-icon-list-item:not(:last-child):after {
    border-left-width: 1px;
}
 .elementor-icon-list-item:not(:last-child):after {
    content: "";
    border-color: #979797;
}
.elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px;
}
ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.elementor-icon-list-item {
    margin-right: calc(28px/2);
    margin-left: calc(28px/2);
}
.elementor-icon-list-icon img{
    width: 20px;
    margin-right: 10px;
}
.key_div {
    padding: 40px 0px 0px 0px;
}
.key_div h2, .heading {
    color: #000000;
    font-family: "Avenir", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin: 20px 0;
}
.key_div li img{
    margin-right: 5px;
}
.key_div li{
    margin-bottom: 5px;
}
.frs_div{
    background-color: #F3871F0A;
    box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 7%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px 15px 15px 15px;
   
    text-align: center;
    padding: 10px;
}
.frs_div h3{
    margin: 10px 0;
}
.learn_div img{
    width: 100%;
}




/* Accordion styles */
.tabs {
  /*border-radius: 8px;*/
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
  width: 100%;
  color: #000;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #fff;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #fff;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100%;
  padding: 1em;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion_div label{
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #444;
}
.accordion_div ul{
    padding: 0;
}
.accordion_div ul li{
        padding: 20px;
    border: 1px solid #ddd;
}
.enroll_div{
      position: fixed;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    top: 22%;

    width: 350px;

    bottom: 30px;
    height: 310px;
    right: 10px;
   
}
.enroll_div img{
    width: 100%;
}
.enroll_div a{
    background-color: #ff8800;
    color: #fff;
    padding: 10px 24px;
    display: block;
    margin: 25px;
    border: none;
    border-radius: 2px;
    letter-spacing: .1em;
    z-index: 1;
    text-align: center;
}



.ca-seo-structure input[type="radio"] {position:absolute; top:-9999px; left:-9999px; visibility: hidden;}
.ca-seo-structure input[type="radio"]:checked ~ .ca-seo-slide {transform: translate3d(100%, 0, 0);}
.ca-seo-structure input[type="radio"]:checked + .ca-seo-slide {opacity: 1;transform: translate3d(0, 0, 0);z-index: 1;}
.ca-seo-structure input[type="radio"]:checked + .ca-seo-slide + .ca-seo-slide-nav {z-index: 1;}
.ca-seo-structure input[type="radio"]:checked:nth-of-type(1) + .ca-seo-slide + .ca-seo-slide-nav + .ca-seo-slide-dots .slide-dot:nth-child(1) {background-color: #919191;}
.ca-seo-structure input[type="radio"]:checked:nth-of-type(2) + .ca-seo-slide + .ca-seo-slide-nav + .ca-seo-slide-dots .slide-dot:nth-child(2) {background-color: #919191;}
.ca-seo-structure input[type="radio"]:checked:nth-of-type(3) + .ca-seo-slide + .ca-seo-slide-nav + .ca-seo-slide-dots .slide-dot:nth-child(3) {background-color: #919191;}
.ca-seo-structure {height: 260px;overflow: hidden;position: relative;width: 100%;background: #fff; box-shadow: 0 0 2px rgba(0,0,0,0.2);}
.ca-seo-structure .ca-seo-slide {height: 100%; display:table;
 /*padding:70px;*/
 opacity: 0;position: absolute;top: 0;left: 0;z-index: 0;transform: translate3d(-100%, 0, 0);transition: all 1s ease;width: 100%;}
.ca-seo-structure .ca-seo-slide p {width:70%; font-size:26px; color: rgb(116, 116, 116);display:table-cell; vertical-align: middle; padding:0 50px; font-style: italic;}
.ca-seo-structure .ca-seo-slide .ca-seo-slide-img {width:30%; display:table-cell; vertical-align: middle; text-align:center;}
.ca-seo-structure .ca-seo-slide-nav {padding: 20px;position: absolute;top: 50%;transform: translate3d(0, -50%, 0);width: 100%;z-index: 0;}
.ca-seo-structure .slide-prev {cursor: pointer;float: left;}
.ca-seo-structure .slide-prev::after {border-top: 2px solid #888888;border-left: 2px solid #888888;border-radius: 1px;content: '';display: block;height: 20px;transform: rotate(-45deg);width: 20px;}
.ca-seo-structure .slide-next { cursor: pointer;float: right;}
.ca-seo-structure .slide-next::before {border-top: 2px solid #888888;border-right: 2px solid #888888;border-radius: 1px;content: '';display: block;height: 20px;transform: rotate(45deg);width: 20px;}
.ca-seo-structure .ca-seo-slide-dots {padding: 20px;position: absolute;bottom: 0%;z-index: 1;text-align: center;width: 100%;}
.ca-seo-structure .slide-dot {border: 2px solid #919191;border-radius: 50%;cursor: pointer;display: inline-block;height: 10px;width: 10px;}
.ca-seo-slide-img img{
    width: 100%;
}
.img_slider{
    margin: 50px 0;
}

@media only screen and (max-width: 991px){
    .enroll_div{
            position: sticky;
            width: auto;
            margin-bottom: 50px;
    }
}

.lastLi{
    margin-top: 15px;
}

.tabs>.labels>label {
  width:33%;
  background-color: #ddd;
  border-radius: 0;
  color: #999;
  font-weight:bold;
  /*text-shadow:#aaa -1px -1px;  */
  cursor: pointer;
  float: left;
  overflow: hidden;
  padding: .7em 1.2em;
  position: relative;
  margin-top: 1em;
  border-bottom: .2em solid #45a6e7;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tabs>.labels>label:hover {
  background-color: #ddd;
  color: #333;
}
input#tab1:checked ~ .labels>label[for="tab1"],
input#tab2:checked ~ .labels>label[for="tab2"],
input#tab3:checked ~ .labels>label[for="tab3"] {
  background-color: #6659b8;
  color: #fff;
}
.tabs>.labels>label a {
  color: inherit;
}
.tab_container {
  clear: both;
  overflow: auto;
  width: 100%;
  padding: 1em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tabs>input[type="radio"], .tabs .tab_content {
  display: none;
}
.notAvailable {
  border:#f00 solid 1px;
  background:#fdd;
  padding:1em;
}
input[name="tabs"]:checked ~ .tab_container>.notAvailable {display:none;}
input#tab1:checked ~ .tab_container>#tab1C,
input#tab2:checked ~ .tab_container>#tab2C,
input#tab3:checked ~ .tab_container>#tab3C {
  display:block;
}
@media screen and (max-width:480px) {
  .tabs>.labels>label {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .tabs>.labels>label:first-of-type {
    margin-top: 1em;
  };
}


.verifyCr img{
    border: 1px solid #9a9999;
    margin-top: 10px;
}
.verifyCr{
    margin-bottom: 20px;
}
.letBtn:hover{
  border-radius: initial;
  background-color: #0071b0;
}







.container-fluid .row:nth-child(even) {
  background: #F1F4F5;
}
.example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #E4EAEC;
}
.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}
/*==================================
 TIMELINE
 ==================================*/
/*-- GENERAL STYLES
 ------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #92193D;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #FF6B6B;
}
/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  /*border-bottom: 3px solid #CCD5DB;*/
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}
/*----------------------------------------------
 MOD: TIMELINE SPLIT
 ----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info, .timeline-split .timeline-marker, .timeline-centered .timeline-marker, .timeline-split .timeline-content, .timeline-centered .timeline-content, .timeline-split .period .timeline-info, .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}
/*----------------------------------------------
 MOD: TIMELINE CENTERED
 ----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered, .timeline-centered .timeline-item, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info, .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
            font-weight: 800;
    font-size: 14px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
        font-weight: 800;
    font-size: 14px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}
/*----------------------------------------------
 MOD: MARKER OUTLINE
 ----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}
.timelineDiv{
    padding: 10px;
    background: #CCD5DB;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
        color: #92193D;
            box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 7%);
}

.timelineDiv ul li img{
    width: 10px !important;
}
.timelineDiv ul{
    /*padding: 0;*/
    text-align: left;
    padding-left: 20px;
}













