/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-secondary2: "Poppins", sans-serif;
  --font-primaryGreen: "Inter", sans-serif;
}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #de2d37;
  --color-primary2: #ffffff;
  --color-secondary: #0a0d13;
  --color-primaryGreen: #5dc586;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/

body {
  margin-top: 10px;
  background: #eee;
}

.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 500;
}

.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}

.timeline .timeline-item .timeline-event {
  width: 100%;
}

.timeline:before {
  border-right-style: solid;
}

.timeline:before,
.timeline:after {
  content: " ";
  display: block;
}

.timeline:after {
  clear: both;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 2px;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: rgba(52, 40, 104, 0.1);
}

.timeline .timeline-label .label {
  background-color: #3ace94;
  border-radius: 10px;
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 20px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.timeline.timeline-line-solid:before {
  border-right-style: solid;
}

.timeline.timeline-line-dotted:before {
  border-right-style: dotted;
}

.timeline.timeline-line-dashed:before {
  border-right-style: dashed;
}

.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}

.timeline .timeline-item:after {
  clear: both;
}

.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline
  .timeline-item:nth-of-type(even):not(.timeline-item-left)
  > .timeline-event {
  float: right !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline
  .timeline-item:nth-of-type(even):not(.timeline-item-left)
  > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline
  .timeline-item:nth-of-type(even):not(.timeline-item-left)
  > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline
  .timeline-item:nth-of-type(even):not(.timeline-item-left)
  > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline
  .timeline-item:nth-of-type(even):not(.timeline-item-left)
  > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}

.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}

.timeline .timeline-item > .timeline-point {
  top: 25px;
}

.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
  clear: both !important;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right;
}

.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline
  .timeline-item:nth-of-type(even):not(.timeline-item-left)
  > .timeline-point {
  left: -14px;
}

.timeline .timeline-item > .timeline-event {
  position: relative;
  float: left;
}

.timeline .timeline-item > .timeline-event:before {
  border-left-color: rgba(255, 255, 255, 255);
  border-right-color: rgba(255, 255, 255, 255);
}

.timeline .timeline-item > .timeline-event:after {
  border-left-color: rgba(255, 255, 255, 255);
  border-right-color: rgba(255, 255, 255, 255);
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.timeline .timeline-item > .timeline-point {
  color: #3ace94;
  background: #3ace94;
  right: -14px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 8px;
  margin-right: 8px;
  position: absolute;
  z-index: 100;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 0 5px #f2f3f8;
}

.timeline .timeline-label {
  position: sticky;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  top: 80px;
  z-index: 102;
}

.Textnull {
  justify-content: center;
  color: #777777;
  font-size: 18px;
}

.breadcrumbs {
  position: sticky;
  z-index: 101;
}

.mr-auto {
  flex-direction: row !important;
  margin-right: 0px;
}

.mr-autoActive {
  flex-direction: row !important;
  margin-right: 0px;
}

.mr-autoPlanned {
  flex-direction: row !important;
  margin-right: 0px;
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
  content: "";
  display: table;
}

.timeline .timeline-label:after {
  clear: both;
}

.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}

.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}

.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 40px;
}

.timeline .time-right {
  color: rgba(52, 40, 104, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.timeline .time-left {
  color: rgba(52, 40, 104, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.timeline .widget-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}

.timeline .widget-header .user-image img {
  width: 50px;
}

.timeline .widget-header .title {
  color: #2c304d;
  font-size: 1rem;
}

.timeline .widget-header .username {
  color: #2c4a80;
}

.timeline .widget-header .time {
  font-size: 0.85rem;
}

.timeline .widget-body {
  color: #a6a4a4;
  font-size: 14px;
}

.timeline .widget-footer {
  border: 1px solid #f7f7f8;
  border-radius: 5px;
  justify-content: space-between;
  padding: 0px 0px 10px 0px;
  background-color: #f7f7f8;
}

.timeline .users-like {
  padding: 0;
}

.timeline .users-like a {
  margin: 0 -1.6rem 0 0;
  transition: all 0.4s ease;
}

.timeline .users-like a:hover {
  margin-right: -0.3rem;
}

.timeline .users-like img {
  width: 40px;
  border: 0.25rem solid #fff;
}

.timeline .users-like a.view-more {
  background: #5d5386;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0.85rem;
  text-align: center;
  line-height: 30px;
  margin-right: 0;
}

.timeline .widget-footer .meta li {
  display: inline-block;
  margin-right: 0.5rem;
}

.timeline .widget-footer .meta li:last-child {
  margin-right: 0;
}

.timeline .widget-footer .meta li a {
  color: rgba(52, 40, 104, 0.3);
}

.timeline .widget-footer .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}

.timeline .widget-footer .meta li i {
  font-size: 24px;

  vertical-align: middle;
  margin-right: 0.3rem;
}

.timeline .widget-footer .meta .like2 {
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
}

.timeline .widget-footer .meta2 li i {
  font-size: 24px;
  /* padding: 0px 0px 0px 0px; */
  vertical-align: middle;
  color: #b4b4b4;
}

.timeline .widget-footer .meta2date {
  font-size: 16px;
  padding: 1px 0px 0px 5px;
  vertical-align: middle;
  color: #b4b4b4;
  margin-right: 0.3rem;
}
/**************video play**************/

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }

  .about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(13, 66, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }
  
  .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
  }
/****************video play end**************/
.timeline .widget-footer .meta li .numb {
  display: flex;
  vertical-align: middle;
}

.justify-content-start {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .timeline.timeline {
    width: 100%;
    max-width: 100%;
  }

  .timeline.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
  }

  .timeline.timeline .timeline-item.timeline-item-right,
  .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
  }

  .timeline.timeline .timeline-item .timeline-event {
    width: 100%;
  }

  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }

  .timeline.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .timeline.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
  }

  .timeline.timeline .timeline-item > .timeline-event {
    float: right !important;
  }

  .timeline.timeline .timeline-item > .timeline-event:before,
  .timeline.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }

  .timeline.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }

  .timeline.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }

  .timeline.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
  }

  .timeline.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
  }

  .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 0;
  }

  .timeline .time-right {
    left: 0;
  }
}

.rounded-widget .widget {
  border-radius: 4px;
}

.rounded-widget .widget-image {
  border-radius: 4px;
}

.rounded-widget .widget-header {
  border-radius: 4px 4px 0 0;
}

.rounded-widget .widget-footer {
  border-radius: 0 0 4px 4px;
}

.widget {
  background: #fff;
  border-radius: 10px;
  border: none;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.widget-image {
  background: #fff;
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
  position: relative;
}

.widget-header {
  background: #fff;
  border-radius: 10px;
  padding: 15px 0px 0px 0px;
  position: relative;
  width: 100%;
}

.widget-header.bordered {
  border-bottom: 0.07rem solid #eee;
}

.widget-header.no-actions {
  padding: 1.49rem;
}

.widget-options .dropdown-toggle {
  color: #98a8b4;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
}

.content-img {
  margin-bottom: 15px;
}

.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
  font-size: 18px;
  color: #171717;
  margin-top: 2px;
  margin-left: 5px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #cc181e;
  font-weight: 600;
  margin-bottom: 0;
}

.container {
  display: flex;
}

.input-group {
  padding: 0px 0px 0px 15px;
  height: 20px;
  width: 280px;
}

.container .mr-auto i {
  flex-shrink: 0;
  font-size: 24px;
  color: #5dc586;
  margin-right: 5px;
  line-height: 0;
}

.container .mr-autoActive i {
  flex-shrink: 0;
  font-size: 24px;
  color: #de2d37;
  margin-right: 5px;
  line-height: 0;
}

.container .mr-autoPlanned i {
  flex-shrink: 0;
  font-size: 24px;
  color: #a4a7b2;
  margin-right: 5px;
  line-height: 0;
}

.widget-header h2 {
  color: #2c304d;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  margin-right: auto;
}

.widget-header h2 i {
  color: #aea9c3;
  font-size: 1.8rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.widget-body {
  padding: 0px;
}

.widget-image-footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.2rem 0;
  z-index: 1;
}

.widget-footer {
  background: #fff;
  padding: 1rem 1.07rem;
  position: relative;
}

.widget-footer.big {
  padding: 2.1rem 1.07rem;
}

.no-border {
  border: 0 none !important;
}

.no-bg {
  background: none !important;
}

.item {
  padding: 10px 38px 10px 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  color: #717171;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #717171;
  text-align: center;
  white-space: nowrap;
}

.text {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #717171;
  text-align: center;
  white-space: nowrap;
}

.menuActive {
  background-color: #eee;
  color: #FF8400;
  font-style: bold;
}

.mobileMenu {
  display: none;
}
.tuluv {
  display: flex;
  margin: 0px 0px 0px 0px;
  color: #b4b4b4;
  font-family: var(--font-primary);
  cursor: pointer;
}
.tuluvcolor:hover {
  color: #de2d37;
}
.typeActive {
  color: #de2d37;
}
@media only screen and (max-width: 600px) {
  .mobileMenu {
    display: grid;
    margin-top: 70px;
    font-size: 12px;
    background-color: #eee;
    justify-content: center;
  }
  .tuluv{
    font-size: 14px;
  }
  .menuContainer {
    display: none;
  }
  .item {
    width: auto;
    cursor: pointer;
    display: flex;
    align-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #717171;
    background-color: #fff;
    font-size: 10px;
    color: #717171;
    text-align: center;
  }

  .menuActive {
    background-color: #eee;
    color: #FF8400;
    font-style: bold;
    font-size: 16px;
  }
  .Textnull{
    font-family: var(--font-primary);
    font-size: 14px;
  }

  .timeline .timeline-label {
    z-index: 0;
  }

  .timeline .timeline-label .label {
    margin-left: 10px;
  }
}
