.contact-section h4 {
    color: #393939;
    font-family: "ProximaNova-Bold";
    margin-bottom: 20px;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
}
.contact-section-left, .contact-section-right {
    text-align: center;
    align-self: center;
}
.contact-section-left h5, .contact-section-right h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.contact-section-left a, .contact-section-right a {
    color: #000;
    text-decoration: none;
    /* font-family: "ProximaNova-Bold"; */
    font-size: 20px;
}
.contact-section img {
    width: 54px;
    margin: auto 9px;
    display: block;
}
.phone-img {
    display: flex;    
    justify-content: center;
}
.phone-img .heading-line {
    width: 60px;
    /* height: 1px;
    background: #0000006b; */
    margin: auto 5px;
    border-top: 1px dashed #0009;
}

.timing {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}        
.flag {
    width: 270px;
    height: 83px;
    box-sizing: content-box;
    padding-top: 8px;
    position: relative;
    background: #feed00;
    color: #0f3a6a;
    font-size: 18px;
    letter-spacing: .5px;
    text-align: center;
    font-family: "ProximaNova-Bold";
}
.flag::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
}
      
.flag p {
    margin-bottom: 0px;
}
  
.collaboration h4 {
    color: #393939;
    font-family: "ProximaNova-Bold";
    margin-bottom: 20px;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.collaboration h4:before {
    content: "";
    position: absolute;
    left: 9%;
    bottom: -15px;
    width: 136px;
    height: 4px;
    transform: skew(-38deg) translateX(-50%);
    z-index: -1;
    right: 0;
    margin: auto;
    top: 30px;
    border-top: 2px dashed #00000029;
  }
.collaboration img {
    width: 100px;
    margin: 10px auto auto;
    display: block;
}
.collaboration p {
    text-align: center;
    margin: auto;
    padding-top: 12px;
}
.about-us-sec__left {
    margin-top: 0px;
}
.about-us-sec__left a {
    cursor: pointer;
    text-decoration: none;
}
.about-us-sec__left a span {
  display: block;
  width: 167px;
  text-align: center;
  font-size: 16px;
  color: #074886;
  margin-bottom: -5px;
  font-family: "ProximaNova-SemiBold";
  text-decoration: none !important;
  margin-top: 6%;
}
.about-us-sec__right h4 {
    margin-bottom: 35px !important;
    margin-top: 15px;
}
.about-us-sec__left h4, .about-us-sec__right h4 {
    color: #393939;
    font-family: "ProximaNova-Bold";
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
}
.about-us-sec__left p {
    font-size: 15px;
    text-align: left;
    color: #393939;
    line-height: 26px;
    width: 100%;
}
.about-us-sec {
    margin-top: 35px;
    background: linear-gradient(#ffcb00, #ffbf00);
    padding: 3% 0;
}
.about-us-sec__right {
    box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.13), inset 20px 1px 18px rgba(186, 186, 186, 0.24);
    padding-top: 20px;
    padding-left: 40px;
}
.company-list img {
    width: 100%;
}
.company-list {
    margin-bottom: 50px;
}

.framed1 {
    position: relative;
    line-height: 1;
    letter-spacing: 3px;
    color: #fff;
    background: #32557f;
    transition: .3s;
    padding: 8px 18px;
    border: 1px solid #ffffffba;
    font-weight: bold;
text-transform: uppercase;
cursor: pointer;
  }
  .framed1:hover::after {
    transform: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .framed1:after {
    content: "";
    position: absolute;
    height: 105%;
    width: 105%;
    z-index: -1;
    left: -4px;
    top: -1px;
    background: #32557f;
    transform: skewY(4deg);
    transition: .3s;
  }

  @media (max-width: 600px) {
    .timing {
        bottom: -70px;
    }
    .center-heading span {
        margin: auto 25px;
        font-weight: bold;
        height: auto;
    }
    .about-us-sec {
        margin-top: auto;
    }
    .about-us-sec__left p {
        width: 100%;
    }
    .about-us-sec__left {
        margin-bottom: 5%;
    }
    .contact-section img {
        width: 35px;
        margin: 5% 9px;
        display: block;
    }
  }

  @media screen and (min-width: 600px) and (max-width: 767px) {
    .contact-section img {
        width: 35px;
        margin: 2% 9px;
        display: block;
    }
    .about-us-sec__left p {
        width: 100%;
    }
    .about-us-sec__left {
        margin-bottom: 5%;
    }
    .timing {
        bottom: -75px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .contact-section img {
        width: 35px;
        margin: 2% 9px;
        display: block;
    }
    .about-us-sec__left p {
        width: 100%;
    }
    .about-us-sec__left {
        margin-bottom: 5%;
    }
    .timing {
        bottom: -75px;
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-section img {
        width: 35px;
        margin: 2% 9px;
        display: block;
    }
    .about-us-sec__left p {
        width: 100%;
    }
    .about-us-sec__left {
        margin-bottom: 5%;
    }
    .timing {
        bottom: -65px;
    }
  }


  .table {
    background: #fff;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    left: 6%;
    margin: 20px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    -moz-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
  }
  .table:hover {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    -moz-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
  }
  .table .heading {
    background: #f0f4f2;
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #393939;
    font-family: "ProximaNova-Bold";
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
  }
  .table .block {
    display: block;
    width: 95%;
    padding: 2% 2%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin: auto;
  }
  .table .block .price {
    float: right;
    position: relative;
    /* right: 30px; */
  }
  .table .block .price sub {
    position: absolute;
    right: -30px;
    top: 5px;
    font-weight: lighter;
    font-size: 9pt;
  }
  .table .block .options {
    display: block;
    list-style: none;
    margin: 10px auto;
    padding-left: 0px;
  }
  .table .block .options li {
    font-size: 14px;
    color: #484747;
    margin-bottom: 10px;
  }
  .table .btn {
    display: block;
    margin: 20px auto 30px;
    width: 60%;
    height: 50px;
    background: #fb6a30;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .table .btn p {
    font-weight: bolder;
    color: #fff;
    font-size: 10pt;
    text-align: center;
    line-height: 50px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
  }
  .table .btn span {
    font-size: 20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    position: relative;
    top: -35px;
    left: -100%;
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .table .btn:hover {
    cursor: pointer;
  }
  .table .btn:hover span {
    left: 0%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  .table .btn:hover p {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .table p {
    font-family: "ProximaNova-Bold";
    color: #2c4e77;
  }
  .table i {
      font-size: 14px;
      font-weight: 100;
      color: #ed0000a8;
  }
  .table .options img {
      width: 15px;
      margin-right: 8px;
  }
  .table .options li span {
    display: block;
    font-size: 11px;
    padding-left: 28px;
    margin-top: -4px;
  }
  .table .options li a {
      color: #484747;
      text-decoration: none;
  }
  .table .options li a:last-child {
    padding-left: 28px;
  }
  .border-lt {
      border-left: 1px dashed #0000007a;
  }
  .table .block .options li:first-child {
      margin-bottom: 20px;
  }

.takeaway__section {
    margin-top: 30px;
}
  .sessions {
    margin-top: 18px;
    border-radius: 12px;
    position: relative;
    padding-left: 0;
  }
  
  .sessions li {
    padding-bottom: 0;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    list-style-type: none;
    /* min-height: 100px; */
  }
  .sessionsli:last-child {
    border: 0px;
    padding-bottom: 0;
  }
  .sessions li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2c4e77;
    border: 1px solid #4e5ed3;
    box-shadow: 2px 2px 0px #f0f0f0;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 6px;
    z-index: 1;
  }
 .sessions li:after {
     content: '';
     border-left: 1px solid #abaaed;
     position: absolute;
    left: -5px;
    height: 25px;
    top: 0;
 }
  
  .sessions p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
  }

  .framed4 {
    position: relative;
    color: #fff;
    background: #074886;
    border: 2px solid #074886;
    transition: 0.4s linear;
    margin-top: 10px;
    cursor: pointer;
    padding: 0px 5px;
  }
  .framed4::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 40px;
    width: 91%;
    border: 2px solid #074886;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .framed4:hover {
    background: #fff;
    color: #074886;
  }
  .speakers-sections h4 {
    color: #393939;
    font-family: "ProximaNova-Bold";
    margin-bottom: 4px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center
  }
  .speakers-sections {
    margin-top: 75px;
    margin-bottom: 50px;
  }
  .speakers-icon {
    width: 56px;
    margin: auto auto 10px;
    display: block;
    opacity: 0.7;
  }
  .speakers-sections .header-line {
    width: 35px;
    height: 1px;
    background: #000;
    margin: auto 7px;
  }
  .speakers-sections .header-circle {
    width: 7px;
    height: 7px;
    background: #074886;
    border-radius: 100%;
}
.speaker-list {
    width: 90%;
    margin: auto;
}
.speaker-list:after {
    content: '';
    border: 1px solid #064e93;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 9%;
    left: 5%;
    z-index: -1;
}
.speaker-list img {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 5px 6px 6px #ccc;
}
.speaker-list h5 {
  display: flex;
  margin-top: 5px;
}
.speaker-list h5 span {
    color: #0f4171;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    margin: -3px auto auto;
    padding: 0px 5px;
}
.speaker-list h5 span:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #0f3a6a;
  border-radius: 100%;
  position: absolute;
  top: 7%;
  margin-left: 5px;
}
.speaker-list h5 span:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0f3a6a;
  border-radius: 100%;
  position: absolute;
  top: 7%;
  margin-left: -10px;
}
.speaker-list-b h5 span:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0f3a6a;
  border-radius: 100%;
  position: absolute;
  top: 7%;
  margin-left: -10px;
}
.speaker-list-b h5 span:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #0f3a6a;
  border-radius: 100%;
  position: absolute;
  top: 7%;
  margin-left: 5px;
}
.speaker-list h6 {
  font-family: "ProximaNova-SemiBold";
  text-align: center;
  margin-bottom: 3px;
  font-size: 18px;
}
.speaker-list p {
    color: #393939;
    text-align: center;
    font-size: 14px;
}
.event-d-list h5 {
  color: #393939;
  font-family: "ProximaNova-SemiBold";
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center
}
.event-d-list h4 {
  color: #0f4171;
  font-family: "ProximaNova-Bold";
  margin: 2px auto 5px;
  font-size: 30px;
  /* text-transform: uppercase; */
  text-align: center
}
.event-d-list p {
  color: #393939;
  text-align: center;
  font-size: 14px;
  width: 85%;
  margin: auto;
}
.event-date .col-lg-4:nth-child(2) {
  border-left: 1px dashed #000;
  border-right: 1px dashed transparent;
}
.points-list img {
  width: 23px;
}
.points-list p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 74%;
  margin: auto auto 3%;
}
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.theme-logo img {
  width: 72%;
  /* filter: invert(100);   */
  margin: auto;
display: block;
}
/* .event-date {
  -webkit-box-shadow: 0 4px 12px -14px #919191;
  -moz-box-shadow: 0 4px 12px -14px #919191;
  box-shadow: 0 4px 12px -14px #919191;
} */
.contact-details .header-line {
  width: 35px;
  height: 1px;
  background: #000;
  margin: auto 7px;
}
.contact-details .header-circle {
  width: 7px;
  height: 7px;
  background: #074886;
  border-radius: 100%;
}
.contact-details h4 {
  color: #393939;
  font-family: "ProximaNova-Bold";
  margin-bottom: 4px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center
}
.cont-d-list h5 {
  color: #393939;
  font-family: "ProximaNova-SemiBold";
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
}
.cont-d-list h3 {
  color: #0f4171;
  font-family: "ProximaNova-Bold";
  margin: 2px auto 5px;
  font-size: 25px;
  /* text-transform: uppercase; */
  text-align: center;
}
.cont-d-list p {
  color: #393939;
  text-align: center;
  font-size: 14px;
  width: 85%;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
.cont-d-list span {
  font-size: 13px;
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
.cont-d-list a {
  color: #484747;
  text-decoration: none;
  /* display: block; */
  font-size: 15px;
}
.cont {
  text-align: center;
}
.cont-d-list .cont img {
  width:  20px;
  margin-top: -3px;
}
.cont-d-list .cont span {
  display: inline;
  font-size: 16px;
}
.contact-details-list .b-r {
  border-right: 1px dashed #000;
}

.theme-logo {
  align-self: center;
}

@media (max-width: 600px) {
  .event-date .col-lg-4:nth-child(2) {
    border-left: 1px dashed transparent;
    border-right: 1px dashed transparent;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed transparent;
    margin: 5% auto;
    padding: 5% 0;
  }
  .event-d-list h4 {
    font-size: 25px;
  }
  .event-d-list p {
    width: 100%;
  }
  .theme-logo {
    margin-bottom: 3%;
  }
  .contact-details-list .col-lg-4:nth-child(2) {
    margin-top: 5%;
  }
  .contact-details-list .col-lg-4:nth-child(3) {
    margin-top: 5%;
  }
  .contact-details-list .b-r {
    border-right: 1px dashed transparent;
    /* border-bottom: 1px dashed #000;
    padding-bottom: 4%; */
  }
  /* .contact-details-list {
    border-bottom: 1px dashed #000;
  } */
  .points-list p {
    width: 100%;
    font-size: 18px;
  }
  .speakers-sections {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .event-d-list h4 {
    font-size: 25px;
  }
  .event-d-list p {
    width: 100%;
  }
  .theme-logo img {
    width: 40%;
  }
  .theme-logo {
    margin-bottom: 3%;
  }
  .contact-details-list .col-lg-4:nth-child(2) {
    margin-top: 2%;
  }
  .contact-details-list .col-lg-4:nth-child(3) {
    margin-top: 2%;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .event-d-list h4 {
    font-size: 25px;
  }
  .event-d-list p {
    width: 100%;
  }
  .theme-logo img {
    width: 40%;
  }
  .contact-details-list .col-lg-4:nth-child(2) {
    margin-top: 2%;
  }
  .contact-details-list .col-lg-4:nth-child(3) {
    margin-top: 2%;
  }
  .contact-details-list .b-r {
    border-right: 1px dashed transparent;
  }
  .contact-details-list .br-sm {
    border-right: 1px dashed #000;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .points-list p {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .speaker-list h6 {
    font-size: 17px;
  }
}