.contact-info-block-two {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.contact-info-block-two .inner-box {
  position: relative;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  text-align: center;
}

.contact-info-block-two:nth-child(1) .inner-box, .contact-info-block-two:nth-child(4) .inner-box{
  border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box, .contact-info-block-two:nth-child(6) .inner-box{
  border-top-right-radius: 30px;
}

.contact-info-block-two:nth-child(1) .inner-box:before, 
.contact-info-block-two:nth-child(4) .inner-box:before{
  border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box:before, 
.contact-info-block-two:nth-child(6) .inner-box:before{
  border-top-right-radius: 30px;
}

.contact-info-block-two .inner-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #930e0e;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-top: 3px solid;
  border-color: #1f1b20;
}

.contact-info-block-two .inner-box:hover:before {
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  opacity: 1;
}

.contact-info-block-two .icon {
  position: relative;
  margin-bottom: 10px;
}

.contact-info-block-two h4 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact-info-block-two .inner-box:hover h4 {
  color: #fff;
}
.contact-info-block-two ul.text-left{
  text-align: left;
  margin-left: 50px;
}
.contact-info-block-two ul.text-left li{
  list-style-type: square;
}
.contact-info-block-two ul li {
  font-size: 18px;
  font-weight: 500;
  /* margin-bottom: 5px; */
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  list-style: none;
}

.contact-info-block-two .inner-box:hover ul li {
  color: #fff;
}

.contact-info-block-two ul li a {
  color: #0c2957;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-info-block-two ul li i {
  color: #f21616;
  font-size: 18px;
  vertical-align: middle;
}

.contact-info-block-two .inner-box:hover ul li a {
  color: #ffff;
}

.lft-bx {
  float: left;
  width: 37%;
  background: #dedede;
  padding: 10px 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
}

.lft-bx:after {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23.5px solid transparent;
  border-left: 30px solid #dedede;
  position: absolute;
  content: "";
  right: -30px;
  top: 0;
}

.rht-bx .form-inline input {
  border-radius: 0;
  border: 1px solid #ccc;
  height: 40px;
  width: 63%;
  margin-right: -1px;
  display: inline-block;
}

.rht-bx .form-inline {
  margin-top: 17px;
}

.rht-bx button {
  border: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 204, 255, 1) 0%,
    rgba(1, 40, 99, 1) 100%
  );
  color: #fff;
  height: 40px;
  padding: 0 20px;
  width: 36%;
  margin-left: -2px;
  vertical-align: top;
  transition: 0.5s;
}

.rht-bx button:hover {
  background: #242331;
  transition: 0.5s;
}

.rht-bx {
  float: right;
  width: 50%;
}

.timeline {
  border-left: 3px solid #727cf5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(114, 124, 245, 0.09);
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 40%;
  display: none;
}

@media (max-width: 767px) {
  .timeline {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -270px;
  content: attr(data-date);
  text-align: right;
  font-weight: 600;
  min-width: 120px;
  color: #000;
  font-size: 18px;
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: 0px;
      text-align: left;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #727cf5;
  box-shadow: 0 0 0 3px #727cf5;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}


.bg-grey{
   background: linear-gradient(
    90deg,
    rgba(0, 204, 255, 1) 0%,
    rgba(1, 40, 99, 1) 100%
  );
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.trk-text{
  font-weight: bold;
  color: #012863;
  font-size: 18px;
  margin-bottom: 0px;
}
.trk-tbl-heading th{
  background: linear-gradient(
    90deg,
    rgba(0, 204, 255, 1) 0%,
    rgba(1, 40, 99, 1) 100%
  );
  color: #fff;
  padding: 5px!important;
  text-align: center;
}
.trk-tbl-heading.text-left th{
  text-align: left!important;
}
.trk-tbl td{
  padding: 0px 5px!important;
  color: #000!important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #dedede;
}